Searched refs:nameGroupsIndex (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUPropertyAliases.java178 private String getName(int nameGroupsIndex, int nameIndex) { argument
179 int numNames=nameGroups.charAt(nameGroupsIndex++);
185 while(0!=nameGroups.charAt(nameGroupsIndex++)) {}
188 int nameStart=nameGroupsIndex;
189 while(0!=nameGroups.charAt(nameGroupsIndex)) {
190 ++nameGroupsIndex;
192 if(nameStart==nameGroupsIndex) {
195 return nameGroups.substring(nameStart, nameGroupsIndex);

Completed in 45 milliseconds