Home
last modified time | relevance | path

Searched refs:posColon (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/props/
DUnicodePropertySymbolTable.java57 int posColon = propertyName.indexOf(':'); in applyPropertyAlias() local
58 if (posNotEqual >= 0 || posColon >= 0) { in applyPropertyAlias()
60 if (posColon < 0) posColon = propertyName.length(); in applyPropertyAlias()
61 int opPos = posNotEqual < posColon ? posNotEqual : posColon; in applyPropertyAlias()
65 if (posNotEqual < posColon) { in applyPropertyAlias()