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

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dunames.cpp239 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice,
246 if(nameChoice!=U_UNICODE_CHAR_NAME && nameChoice!=U_EXTENDED_CHAR_NAME) {
252 int fieldIndex= nameChoice==U_ISO_COMMENT ? 2 : nameChoice;
299 if(!bufferPos && nameChoice == U_EXTENDED_CHAR_NAME) {
332 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice,
340 if(nameChoice!=U_UNICODE_CHAR_NAME && nameChoice!=U_EXTENDED_CHAR_NAME) {
346 int fieldIndex= nameChoice
238 expandName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
331 compareName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, const char *otherName) argument
567 expandGroupName(UCharNames *names, const uint16_t *group, uint16_t lineNumber, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
578 getName(UCharNames *names, uint32_t code, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
599 enumGroupNames(UCharNames *names, const uint16_t *group, UChar32 start, UChar32 end, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) argument
667 enumNames(UCharNames *names, UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) argument
852 getAlgName(AlgorithmicRange *range, uint32_t code, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
936 enumAlgNames(AlgorithmicRange *range, UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) argument
1078 findAlgName(AlgorithmicRange *range, UCharNameChoice nameChoice, const char *otherName) argument
1450 u_charName(UChar32 code, UCharNameChoice nameChoice, char *buffer, int32_t bufferLength, UErrorCode *pErrorCode) argument
1519 u_charFromName(UCharNameChoice nameChoice, const char *name, UErrorCode *pErrorCode) argument
1627 u_enumCharNames(UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice, UErrorCode *pErrorCode) argument
[all...]
H A Dpropname.cpp238 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) { argument
243 return getName(nameGroups+valueMaps[valueMapIndex], nameChoice);
246 const char *PropNameData::getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice) { argument
255 return getName(nameGroups+nameGroupOffset, nameChoice);
291 UPropertyNameChoice nameChoice) {
293 return PropNameData::getPropertyName(property, nameChoice);
305 UPropertyNameChoice nameChoice) {
307 return PropNameData::getPropertyValueName(property, value, nameChoice);
290 u_getPropertyName(UProperty property, UPropertyNameChoice nameChoice) argument
303 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);
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Duchar.h2689 * Depending on <code>nameChoice</code>, the character name written
2700 * @param nameChoice Selector for which name to get.
2720 u_charName(UChar32 code, UCharNameChoice nameChoice,
2758 * @param nameChoice Selector for which name to match.
2770 u_charFromName(UCharNameChoice nameChoice,
2782 * @param nameChoice Selector for which kind of names is enumerated.
2793 UCharNameChoice nameChoice,
2809 * @param nameChoice Selector for which kind of names to enumerate.
2822 UCharNameChoice nameChoice,
2837 * @param nameChoice selecto
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Duchar.h2521 * Depending on <code>nameChoice</code>, the character name written
2532 * @param nameChoice Selector for which name to get.
2552 u_charName(UChar32 code, UCharNameChoice nameChoice,
2595 * @param nameChoice Selector for which name to match.
2607 u_charFromName(UCharNameChoice nameChoice,
2619 * @param nameChoice Selector for which kind of names is enumerated.
2630 UCharNameChoice nameChoice,
2646 * @param nameChoice Selector for which kind of names to enumerate.
2659 UCharNameChoice nameChoice,
2674 * @param nameChoice selecto
[all...]
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Duchar.h2521 * Depending on <code>nameChoice</code>, the character name written
2532 * @param nameChoice Selector for which name to get.
2552 u_charName(UChar32 code, UCharNameChoice nameChoice,
2595 * @param nameChoice Selector for which name to match.
2607 u_charFromName(UCharNameChoice nameChoice,
2619 * @param nameChoice Selector for which kind of names is enumerated.
2630 UCharNameChoice nameChoice,
2646 * @param nameChoice Selector for which kind of names to enumerate.
2659 UCharNameChoice nameChoice,
2674 * @param nameChoice selecto
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Duchar.h2521 * Depending on <code>nameChoice</code>, the character name written
2532 * @param nameChoice Selector for which name to get.
2552 u_charName(UChar32 code, UCharNameChoice nameChoice,
2595 * @param nameChoice Selector for which name to match.
2607 u_charFromName(UCharNameChoice nameChoice,
2619 * @param nameChoice Selector for which kind of names is enumerated.
2630 UCharNameChoice nameChoice,
2646 * @param nameChoice Selector for which kind of names to enumerate.
2659 UCharNameChoice nameChoice,
2674 * @param nameChoice selecto
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcucdtst.c1616 UChar32 code, UCharNameChoice nameChoice,
1631 switch (nameChoice) {
1670 UChar32 code, UCharNameChoice nameChoice,
1687 return enumCharNamesFn(&ecncp->length, code, nameChoice, name, length);
1615 enumCharNamesFn(void *context, UChar32 code, UCharNameChoice nameChoice, const char *name, int32_t length) argument
1669 enumExtCharNamesFn(void *context, UChar32 code, UCharNameChoice nameChoice, const char *name, int32_t length) argument

Completed in 141 milliseconds