Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUPropertyAliases.java68 private String nameGroups; field in UPropertyAliases
113 nameGroups=sb.toString(); in load()
178 int numNames=nameGroups.charAt(nameGroupsIndex++); in getName()
184 while(0!=nameGroups.charAt(nameGroupsIndex++)) {} in getName()
188 while(0!=nameGroups.charAt(nameGroupsIndex)) { in getName()
194 return nameGroups.substring(nameStart, nameGroupsIndex); in getName()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUPropertyAliases.java69 private String nameGroups; field in UPropertyAliases
114 nameGroups=sb.toString(); in load()
179 int numNames=nameGroups.charAt(nameGroupsIndex++); in getName()
185 while(0!=nameGroups.charAt(nameGroupsIndex++)) {} in getName()
189 while(0!=nameGroups.charAt(nameGroupsIndex)) { in getName()
195 return nameGroups.substring(nameStart, nameGroupsIndex); in getName()
/external/icu/icu4c/source/common/
Dpropname_data.h1017 const char PropNameData::nameGroups[21265]={
Dpropname.cpp244 return getName(nameGroups+valueMaps[valueMapIndex], nameChoice); in getPropertyName()
256 return getName(nameGroups+nameGroupOffset, nameChoice); in getPropertyValueName()
Dpropname.h118 static const char nameGroups[]; variable