Searched refs:U_EXTENDED_CHAR_NAME (Results 1 - 10 of 10) sorted by relevance

/external/icu4c/i18n/
H A Duni2name.cpp99 if ((len = u_charName(c, U_EXTENDED_CHAR_NAME, buf, maxLen, &status)) >0 && !U_FAILURE(status)) {
H A Dname2uni.cpp193 c = u_charFromName(U_EXTENDED_CHAR_NAME, cbuf, &status);
/external/icu4c/common/
H A Dunames.c267 if(nameChoice!=U_UNICODE_CHAR_NAME && nameChoice!=U_EXTENDED_CHAR_NAME) {
320 if(!bufferPos && nameChoice == U_EXTENDED_CHAR_NAME) {
361 if(nameChoice!=U_UNICODE_CHAR_NAME && nameChoice!=U_EXTENDED_CHAR_NAME) {
418 if(otherName == origOtherName && nameChoice == U_EXTENDED_CHAR_NAME) {
634 if (!length && nameChoice == U_EXTENDED_CHAR_NAME) {
676 if(!fn(context, start, U_EXTENDED_CHAR_NAME, buffer, length)) {
724 if (nextGroup < groupLimit && nextGroup[GROUP_MSB] > startGroupMSB && nameChoice == U_EXTENDED_CHAR_NAME) {
744 if (nextGroup < groupLimit && nextGroup[GROUP_MSB] > group[GROUP_MSB] + 1 && nameChoice == U_EXTENDED_CHAR_NAME) {
759 } else if (nameChoice == U_EXTENDED_CHAR_NAME && group == groupLimit) {
771 if (nameChoice == U_EXTENDED_CHAR_NAME) {
[all...]
H A Duniset_props.cpp1117 U_EXTENDED_CHAR_NAME : U_UNICODE_10_CHAR_NAME;
/external/icu4c/common/unicode/
H A Duchar.h1429 U_EXTENDED_CHAR_NAME, enumerator in enum:UCharNameChoice
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duchar.h1167 U_EXTENDED_CHAR_NAME, enumerator in enum:UCharNameChoice
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duchar.h1167 U_EXTENDED_CHAR_NAME, enumerator in enum:UCharNameChoice
/external/webkit/Source/WebCore/icu/unicode/
H A Duchar.h1167 U_EXTENDED_CHAR_NAME, enumerator in enum:UCharNameChoice
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duchar.h1167 U_EXTENDED_CHAR_NAME, enumerator in enum:UCharNameChoice
/external/icu4c/test/cintltst/
H A Dcucdtst.c1504 case U_EXTENDED_CHAR_NAME:
1682 u_enumCharNames(UCHAR_MIN_VALUE, UCHAR_MAX_VALUE + 1, enumExtCharNamesFn, &extContext, U_EXTENDED_CHAR_NAME, &errorCode);
1732 int32_t len = u_charName(cp, U_EXTENDED_CHAR_NAME,

Completed in 227 milliseconds