HomeSort by relevance Sort by last modified time
    Searched refs:U_EXTENDED_CHAR_NAME (Results 1 - 11 of 11) sorted by null

  /external/icu4c/i18n/
uni2name.cpp 99 if ((len = u_charName(c, U_EXTENDED_CHAR_NAME, buf, maxLen, &status)) >0 && !U_FAILURE(status)) {
name2uni.cpp 193 c = u_charFromName(U_EXTENDED_CHAR_NAME, cbuf, &status);
  /external/icu4c/common/
unames.c 267 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...]
uniset_props.cpp     [all...]
  /libcore/luni/src/main/native/
java_lang_Character.cpp 44 // we need U_EXTENDED_CHAR_NAME to get "NULL" rather than "BASIC LATIN 0" and so on.
45 // We could just use U_EXTENDED_CHAR_NAME except that it returns strings for characters
49 UCharNameChoice nameType = isControl ? U_EXTENDED_CHAR_NAME : U_UNICODE_CHAR_NAME;
  /external/icu4c/common/unicode/
uchar.h     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uchar.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
uchar.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uchar.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
uchar.h     [all...]
  /external/icu4c/test/cintltst/
cucdtst.c     [all...]

Completed in 104 milliseconds