/external/icu4c/samples/props/ |
props.cpp | 32 u_charName(codePoint, U_UNICODE_CHAR_NAME, buffer, sizeof(buffer), &errorCode);
|
/external/icu4c/i18n/ |
uni2name.cpp | 99 if ((len = u_charName(c, U_EXTENDED_CHAR_NAME, buf, maxLen, &status)) >0 && !U_FAILURE(status)) {
|
/libcore/luni/src/main/native/ |
java_lang_Character.cpp | 52 int32_t byteCount = u_charName(codePoint, nameType, &buf[0], sizeof(buf), &status);
|
/external/icu4c/samples/ucnv/ |
convsamp.cpp | 62 o = u_charName(c, U_UNICODE_CHAR_NAME, buf, 1000, &status); 67 o = u_charName(c, U_UNICODE_10_CHAR_NAME, buf, 1000, &status);
|
/external/icu4c/common/unicode/ |
uchar.h | 537 Corresponds to u_charName. @stable ICU 2.4 */ 555 Corresponds to u_charName. @stable ICU 2.4 */ [all...] |
urename.h | 228 #define u_charName U_ICU_ENTRY_POINT_RENAME(u_charName) [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
uchar.h | 472 Corresponds to u_charName. @stable ICU 2.4 */ 490 Corresponds to u_charName. @stable ICU 2.4 */ [all...] |
urename.h | 131 #define u_charName u_charName_3_2 [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
uchar.h | 472 Corresponds to u_charName. @stable ICU 2.4 */ 490 Corresponds to u_charName. @stable ICU 2.4 */ [all...] |
urename.h | 131 #define u_charName u_charName_3_2 [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
uchar.h | 472 Corresponds to u_charName. @stable ICU 2.4 */ 490 Corresponds to u_charName. @stable ICU 2.4 */ [all...] |
urename.h | 131 #define u_charName u_charName_3_2 [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
uchar.h | 472 Corresponds to u_charName. @stable ICU 2.4 */ 490 Corresponds to u_charName. @stable ICU 2.4 */ [all...] |
urename.h | 131 #define u_charName u_charName_3_2 [all...] |
/external/icu4c/test/cintltst/ |
cucdtst.c | [all...] |
/external/icu4c/tools/dumpce/ |
dumpce.cpp | 877 int32_t temp = u_charName(codepoint, U_UNICODE_CHAR_NAME, str, 128, [all...] |
/external/icu4c/common/ |
unames.c | [all...] |
/external/icu4c/test/intltest/ |
rbbitst.cpp | 433 u_charName(c, U_UNICODE_CHAR_NAME, name, 100, &status); [all...] |