Searched refs:nameGroups (Results 1 – 5 of 5) sorted by relevance
68 private String nameGroups; field in UPropertyAliases113 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()
69 private String nameGroups; field in UPropertyAliases114 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()
1017 const char PropNameData::nameGroups[21265]={
244 return getName(nameGroups+valueMaps[valueMapIndex], nameChoice); in getPropertyName()256 return getName(nameGroups+nameGroupOffset, nameChoice); in getPropertyValueName()
118 static const char nameGroups[]; variable