/external/icu/icu4c/source/common/ |
H A D | propname.cpp | 237 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) { argument 242 return getName(nameGroups+valueMaps[valueMapIndex], nameChoice); 245 const char *PropNameData::getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice) { argument 254 return getName(nameGroups+nameGroupOffset, nameChoice); 290 UPropertyNameChoice nameChoice) { 292 return PropNameData::getPropertyName(property, nameChoice); 304 UPropertyNameChoice nameChoice) { 306 return PropNameData::getPropertyValueName(property, value, nameChoice); 289 u_getPropertyName(UProperty property, UPropertyNameChoice nameChoice) argument 302 u_getPropertyValueName(UProperty property, int32_t value, UPropertyNameChoice nameChoice) argument
|
H A D | unames.cpp | 237 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, 244 if(nameChoice!=U_UNICODE_CHAR_NAME && nameChoice!=U_EXTENDED_CHAR_NAME) { 250 int fieldIndex= nameChoice==U_ISO_COMMENT ? 2 : nameChoice; 297 if(!bufferPos && nameChoice == U_EXTENDED_CHAR_NAME) { 330 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, 338 if(nameChoice!=U_UNICODE_CHAR_NAME && nameChoice!=U_EXTENDED_CHAR_NAME) { 344 int fieldIndex= nameChoice 236 expandName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument 329 compareName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, const char *otherName) argument 565 expandGroupName(UCharNames *names, const uint16_t *group, uint16_t lineNumber, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument 576 getName(UCharNames *names, uint32_t code, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument 597 enumGroupNames(UCharNames *names, const uint16_t *group, UChar32 start, UChar32 end, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) argument 665 enumNames(UCharNames *names, UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) argument 850 getAlgName(AlgorithmicRange *range, uint32_t code, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument 934 enumAlgNames(AlgorithmicRange *range, UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) argument 1076 findAlgName(AlgorithmicRange *range, UCharNameChoice nameChoice, const char *otherName) argument 1448 u_charName(UChar32 code, UCharNameChoice nameChoice, char *buffer, int32_t bufferLength, UErrorCode *pErrorCode) argument 1517 u_charFromName(UCharNameChoice nameChoice, const char *name, UErrorCode *pErrorCode) argument 1626 u_enumCharNames(UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice, UErrorCode *pErrorCode) argument [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UPropertyAliases.java | 240 * the nameChoice selects among them. 242 public String getPropertyName(int property, int nameChoice) { argument 248 return getName(valueMaps[valueMapIndex], nameChoice); 254 * the nameChoice selects among them. 256 public String getPropertyValueName(int property, int value, int nameChoice) { argument 268 return getName(nameGroupOffset, nameChoice);
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
H A D | UnicodePropertySource.java | 40 abstract public String getPropertyAlias(int nameChoice); argument 41 abstract public String getPropertyValueAlias(String valueAlias, int nameChoice); argument 244 * @param nameChoice 247 private String getFixedValueAlias(String valueAlias, int valueEnum, int nameChoice) { argument 256 String result = fixedGetPropertyValueName(propEnum, valueEnum, nameChoice); 260 nameChoice == UProperty.NameChoice.LONG ? UProperty.NameChoice.SHORT : UProperty.NameChoice.LONG); 265 private static String fixedGetPropertyValueName(int propEnum, int valueEnum, int nameChoice) { argument 267 return UCharacter.getPropertyValueName(propEnum,valueEnum,nameChoice); 273 public String getPropertyAlias(int nameChoice) { argument 275 return UCharacter.getPropertyName(propEnum, nameChoice); 280 getPropertyValueAlias(String valueAlias, int nameChoice) argument [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/ |
H A D | ICUPropertyFactory.java | 151 * @param nameChoice 154 private String getFixedValueAlias(String valueAlias, int valueEnum, int nameChoice) { argument 156 if (nameChoice > UProperty.NameChoice.LONG) 158 if (nameChoice != UProperty.NameChoice.LONG) 162 if (nameChoice > UProperty.NameChoice.LONG) 164 if (nameChoice != UProperty.NameChoice.LONG) 173 String result = fixedGetPropertyValueName(propEnum, valueEnum, nameChoice); 177 if (nameChoice == UProperty.NameChoice.LONG) { 207 private static String fixedGetPropertyValueName(int propEnum, int valueEnum, int nameChoice) { argument 208 String value = UCharacter.getPropertyValueName(propEnum, valueEnum, nameChoice); 236 getFixedPropertyName(int propName, int nameChoice) argument [all...] |
/external/icu/icu4c/source/test/cintltst/ |
H A D | cucdtst.c | 1617 UChar32 code, UCharNameChoice nameChoice, 1632 switch (nameChoice) { 1671 UChar32 code, UCharNameChoice nameChoice, 1688 return enumCharNamesFn(&ecncp->length, code, nameChoice, name, length); 1616 enumCharNamesFn(void *context, UChar32 code, UCharNameChoice nameChoice, const char *name, int32_t length) argument 1670 enumExtCharNamesFn(void *context, UChar32 code, UCharNameChoice nameChoice, const char *name, int32_t length) argument
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
H A D | UCharacter.java | 4456 * have more than one name. The nameChoice determines which one 4466 * @param nameChoice UProperty.NameChoice selector for which name 4473 * ("n/a") for a given property/nameChoice. If a given nameChoice 4474 * throws an exception, then all larger values of nameChoice will 4476 * nameChoice, then other nameChoice values may return non-null 4480 * nameChoice are invalid. 4487 int nameChoice) { 4488 return UPropertyAliases.INSTANCE.getPropertyName(property, nameChoice); 4486 getPropertyName(int property, int nameChoice) argument 4569 getPropertyValueName(int property, int value, int nameChoice) argument 5742 getStringPropertyValue(int propertyEnum, int codepoint, int nameChoice) argument [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |