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

/external/icu/icu4c/source/common/
H A Dunames.cpp237 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...]
H A Dpropname.cpp237 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 Dpropname.h99 static const char *getPropertyName(int32_t property, int32_t nameChoice);
100 static const char *getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DUnicodePropertySource.java41 abstract public String getPropertyAlias(int nameChoice); argument
42 abstract public String getPropertyValueAlias(String valueAlias, int nameChoice); argument
245 * @param nameChoice
248 private String getFixedValueAlias(String valueAlias, int valueEnum, int nameChoice) { argument
257 String result = fixedGetPropertyValueName(propEnum, valueEnum, nameChoice);
261 nameChoice == UProperty.NameChoice.LONG ? UProperty.NameChoice.SHORT : UProperty.NameChoice.LONG);
266 private static String fixedGetPropertyValueName(int propEnum, int valueEnum, int nameChoice) { argument
268 return UCharacter.getPropertyValueName(propEnum,valueEnum,nameChoice);
274 public String getPropertyAlias(int nameChoice) { argument
276 return UCharacter.getPropertyName(propEnum, nameChoice);
281 getPropertyValueAlias(String valueAlias, int nameChoice) argument
[all...]
H A DICUPropertyFactory.java152 * @param nameChoice
155 private String getFixedValueAlias(String valueAlias, int valueEnum, int nameChoice) { argument
157 if (nameChoice > UProperty.NameChoice.LONG)
159 if (nameChoice != UProperty.NameChoice.LONG)
163 if (nameChoice > UProperty.NameChoice.LONG)
165 if (nameChoice != UProperty.NameChoice.LONG)
174 String result = fixedGetPropertyValueName(propEnum, valueEnum, nameChoice);
178 if (nameChoice == UProperty.NameChoice.LONG) {
208 private static String fixedGetPropertyValueName(int propEnum, int valueEnum, int nameChoice) { argument
209 String value = UCharacter.getPropertyValueName(propEnum, valueEnum, nameChoice);
237 getFixedPropertyName(int propName, int nameChoice) argument
[all...]
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodePropertySource.java40 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 DICUPropertyFactory.java151 * @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/android_icu4j/src/main/java/android/icu/impl/
H A DUPropertyAliases.java238 * the nameChoice selects among them.
240 public String getPropertyName(int property, int nameChoice) { argument
246 return getName(valueMaps[valueMapIndex], nameChoice);
252 * the nameChoice selects among them.
254 public String getPropertyValueName(int property, int value, int nameChoice) { argument
266 return getName(nameGroupOffset, nameChoice);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUPropertyAliases.java237 * the nameChoice selects among them.
239 public String getPropertyName(int property, int nameChoice) { argument
245 return getName(valueMaps[valueMapIndex], nameChoice);
251 * the nameChoice selects among them.
253 public String getPropertyValueName(int property, int value, int nameChoice) { argument
265 return getName(nameGroupOffset, nameChoice);
/external/icu/icu4c/source/common/unicode/
H A Duchar.h2807 * Depending on <code>nameChoice</code>, the character name written
2818 * @param nameChoice Selector for which name to get.
2838 u_charName(UChar32 code, UCharNameChoice nameChoice,
2876 * @param nameChoice Selector for which name to match.
2888 u_charFromName(UCharNameChoice nameChoice,
2900 * @param nameChoice Selector for which kind of names is enumerated.
2911 UCharNameChoice nameChoice,
2927 * @param nameChoice Selector for which kind of names to enumerate.
2940 UCharNameChoice nameChoice,
2955 * @param nameChoice selecto
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/lang/
H A DUCharacter.java3906 * have more than one name. The nameChoice determines which one
3916 * @param nameChoice UProperty.NameChoice selector for which name
3923 * ("n/a") for a given property/nameChoice. If a given nameChoice
3924 * throws an exception, then all larger values of nameChoice will
3926 * nameChoice, then other nameChoice values may return non-null
3930 * nameChoice are invalid.
3936 int nameChoice) {
3937 return UPropertyAliases.INSTANCE.getPropertyName(property, nameChoice);
3935 getPropertyName(int property, int nameChoice) argument
4016 getPropertyValueName(int property, int value, int nameChoice) argument
5146 getStringPropertyValue(int propertyEnum, int codepoint, int nameChoice) argument
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
H A DUnicodeSetTest.java100 for (int nameChoice = UProperty.NameChoice.SHORT; nameChoice <= UProperty.NameChoice.LONG; ++nameChoice) {
103 propName = UCharacter.getPropertyName(propNum, nameChoice);
105 if (nameChoice == UProperty.NameChoice.SHORT) continue; // allow non-existent short names
111 + ", NameChoice: " + nameChoice + ", "
119 valueName = UCharacter.getPropertyValueName(propNum, valueNum, nameChoice);
121 if (nameChoice == UProperty.NameChoice.SHORT) continue; // allow non-existent short names
137 + ", NameChoice: " + nameChoice + ", "
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java4503 * have more than one name. The nameChoice determines which one
4513 * @param nameChoice UProperty.NameChoice selector for which name
4520 * ("n/a") for a given property/nameChoice. If a given nameChoice
4521 * throws an exception, then all larger values of nameChoice will
4523 * nameChoice, then other nameChoice values may return non-null
4527 * nameChoice are invalid.
4534 int nameChoice) {
4535 return UPropertyAliases.INSTANCE.getPropertyName(property, nameChoice);
4533 getPropertyName(int property, int nameChoice) argument
4616 getPropertyValueName(int property, int value, int nameChoice) argument
5774 getStringPropertyValue(int propertyEnum, int codepoint, int nameChoice) argument
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetTest.java96 for (int nameChoice = UProperty.NameChoice.SHORT; nameChoice <= UProperty.NameChoice.LONG; ++nameChoice) {
99 propName = UCharacter.getPropertyName(propNum, nameChoice);
101 if (nameChoice == UProperty.NameChoice.SHORT) continue; // allow non-existent short names
107 + ", NameChoice: " + nameChoice + ", "
115 valueName = UCharacter.getPropertyValueName(propNum, valueNum, nameChoice);
117 if (nameChoice == UProperty.NameChoice.SHORT) continue; // allow non-existent short names
133 + ", NameChoice: " + nameChoice + ", "
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c1617 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 396 milliseconds