Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dunames.cpp239 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, in expandName() argument
246 if(nameChoice!=U_UNICODE_CHAR_NAME && nameChoice!=U_EXTENDED_CHAR_NAME) { in expandName()
252 int fieldIndex= nameChoice==U_ISO_COMMENT ? 2 : nameChoice; in expandName()
299 if(!bufferPos && nameChoice == U_EXTENDED_CHAR_NAME) { in expandName()
332 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, in compareName() argument
340 if(nameChoice!=U_UNICODE_CHAR_NAME && nameChoice!=U_EXTENDED_CHAR_NAME) { in compareName()
346 int fieldIndex= nameChoice==U_ISO_COMMENT ? 2 : nameChoice; in compareName()
397 if(otherName == origOtherName && nameChoice == U_EXTENDED_CHAR_NAME) { in compareName()
568 uint16_t lineNumber, UCharNameChoice nameChoice, in expandGroupName() argument
573 return expandName(names, s+offsets[lineNumber], lengths[lineNumber], nameChoice, in expandGroupName()
[all …]
Dpropname.cpp239 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) { in getPropertyName() argument
244 return getName(nameGroups+valueMaps[valueMapIndex], nameChoice); in getPropertyName()
247 const char *PropNameData::getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice)… in getPropertyValueName() argument
256 return getName(nameGroups+nameGroupOffset, nameChoice); in getPropertyValueName()
292 UPropertyNameChoice nameChoice) { in u_getPropertyName() argument
294 return PropNameData::getPropertyName(property, nameChoice); in u_getPropertyName()
306 UPropertyNameChoice nameChoice) { in u_getPropertyValueName() argument
308 return PropNameData::getPropertyValueName(property, value, nameChoice); in u_getPropertyValueName()
Dpropname.h101 static const char *getPropertyName(int32_t property, int32_t nameChoice);
102 static const char *getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUPropertyAliases.java242 public String getPropertyName(int property, int nameChoice) { in getPropertyName() argument
248 return getName(valueMaps[valueMapIndex], nameChoice); in getPropertyName()
256 public String getPropertyValueName(int property, int value, int nameChoice) { in getPropertyValueName() argument
268 return getName(nameGroupOffset, nameChoice); in getPropertyValueName()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUPropertyAliases.java243 public String getPropertyName(int property, int nameChoice) { in getPropertyName() argument
249 return getName(valueMaps[valueMapIndex], nameChoice); in getPropertyName()
257 public String getPropertyValueName(int property, int value, int nameChoice) { in getPropertyValueName() argument
269 return getName(nameGroupOffset, nameChoice); in getPropertyValueName()
/external/icu/icu4c/source/common/unicode/
Duchar.h3095 u_charName(UChar32 code, UCharNameChoice nameChoice,
3145 u_charFromName(UCharNameChoice nameChoice,
3168 UCharNameChoice nameChoice,
3197 UCharNameChoice nameChoice,
3233 UPropertyNameChoice nameChoice);
3307 UPropertyNameChoice nameChoice);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java4674 int nameChoice) { in getPropertyName() argument
4675 return UPropertyAliases.INSTANCE.getPropertyName(property, nameChoice); in getPropertyName()
4758 int nameChoice) in getPropertyValueName() argument
4767 && nameChoice >= 0 && nameChoice < UProperty.NameChoice.COUNT) { in getPropertyValueName()
4772 nameChoice); in getPropertyValueName()
4778 return UPropertyAliases.INSTANCE.getPropertyValueName(property, value, nameChoice); in getPropertyValueName()
5726 public static String getStringPropertyValue(int propertyEnum, int codepoint, int nameChoice) { in getStringPropertyValue() argument
5730 nameChoice); in getStringPropertyValue()
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUCharacter.java4080 int nameChoice) { in getPropertyName() argument
4081 return UPropertyAliases.INSTANCE.getPropertyName(property, nameChoice); in getPropertyName()
4162 int nameChoice) in getPropertyValueName() argument
4171 && nameChoice >= 0 && nameChoice < UProperty.NameChoice.COUNT) { in getPropertyValueName()
4176 nameChoice); in getPropertyValueName()
4182 return UPropertyAliases.INSTANCE.getPropertyValueName(property, value, nameChoice); in getPropertyValueName()
5102 public static String getStringPropertyValue(int propertyEnum, int codepoint, int nameChoice) { in getStringPropertyValue() argument
5106 nameChoice); in getStringPropertyValue()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetTest.java98 …for (int nameChoice = UProperty.NameChoice.SHORT; nameChoice <= UProperty.NameChoice.LONG; ++nameC… in TestPropertyAccess()
101 propName = UCharacter.getPropertyName(propNum, nameChoice); in TestPropertyAccess()
103 … if (nameChoice == UProperty.NameChoice.SHORT) continue; // allow non-existent short names in TestPropertyAccess()
109 + ", NameChoice: " + nameChoice + ", " in TestPropertyAccess()
117 valueName = UCharacter.getPropertyValueName(propNum, valueNum, nameChoice); in TestPropertyAccess()
119 … if (nameChoice == UProperty.NameChoice.SHORT) continue; // allow non-existent short names in TestPropertyAccess()
135 + ", NameChoice: " + nameChoice + ", " in TestPropertyAccess()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetTest.java99 …for (int nameChoice = UProperty.NameChoice.SHORT; nameChoice <= UProperty.NameChoice.LONG; ++nameC… in TestPropertyAccess()
102 propName = UCharacter.getPropertyName(propNum, nameChoice); in TestPropertyAccess()
104 … if (nameChoice == UProperty.NameChoice.SHORT) continue; // allow non-existent short names in TestPropertyAccess()
110 + ", NameChoice: " + nameChoice + ", " in TestPropertyAccess()
118 valueName = UCharacter.getPropertyValueName(propNum, valueNum, nameChoice); in TestPropertyAccess()
120 … if (nameChoice == UProperty.NameChoice.SHORT) continue; // allow non-existent short names in TestPropertyAccess()
136 + ", NameChoice: " + nameChoice + ", " in TestPropertyAccess()
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c1619 UChar32 code, UCharNameChoice nameChoice, in enumCharNamesFn() argument
1634 switch (nameChoice) { in enumCharNamesFn()
1673 UChar32 code, UCharNameChoice nameChoice, in enumExtCharNamesFn() argument
1690 return enumCharNamesFn(&ecncp->length, code, nameChoice, name, length); in enumExtCharNamesFn()