Searched refs:u_charName (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/icu/source/samples/props/
H A Dprops.cpp32 u_charName(codePoint, U_UNICODE_CHAR_NAME, buffer, sizeof(buffer), &errorCode);
/external/icu/icu4c/source/samples/props/
H A Dprops.cpp32 u_charName(codePoint, U_UNICODE_CHAR_NAME, buffer, sizeof(buffer), &errorCode);
/external/chromium_org/third_party/icu/source/i18n/
H A Duni2name.cpp100 if ((len = u_charName(c, U_EXTENDED_CHAR_NAME, buf, maxLen, &status)) >0 && !U_FAILURE(status)) {
/external/icu/icu4c/source/i18n/
H A Duni2name.cpp100 if ((len = u_charName(c, U_EXTENDED_CHAR_NAME, buf, maxLen, &status)) >0 && !U_FAILURE(status)) {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duchar.h533 Corresponds to u_charName. @stable ICU 2.4 */
554 Corresponds to u_charName(U_UNICODE_10_CHAR_NAME). @deprecated ICU 49 */
1489 * Selector constants for u_charName().
1490 * u_charName() returns the "modern" name of a
1496 * @see u_charName
2706 * check for <code>U_SUCCESS()</code> after <code>u_charName()</code>
2720 u_charName(UChar32 code, UCharNameChoice nameChoice,
2765 * @see u_charName
2814 * @see u_charName
H A Durename.h222 #define u_charName U_ICU_ENTRY_POINT_RENAME(u_charName) macro
/external/chromium_org/third_party/icu/source/samples/ucnv/
H A Dconvsamp.cpp62 o = u_charName(c, U_EXTENDED_CHAR_NAME, buf, 1000, &status);
/external/icu/icu4c/source/common/unicode/
H A Duchar.h533 Corresponds to u_charName. @stable ICU 2.4 */
554 Corresponds to u_charName(U_UNICODE_10_CHAR_NAME). @deprecated ICU 49 */
1489 * Selector constants for u_charName().
1490 * u_charName() returns the "modern" name of a
1496 * @see u_charName
2706 * check for <code>U_SUCCESS()</code> after <code>u_charName()</code>
2720 u_charName(UChar32 code, UCharNameChoice nameChoice,
2765 * @see u_charName
2814 * @see u_charName
H A Durename.h214 #define u_charName U_ICU_ENTRY_POINT_RENAME(u_charName) macro
/external/icu/icu4c/source/samples/ucnv/
H A Dconvsamp.cpp62 o = u_charName(c, U_EXTENDED_CHAR_NAME, buf, 1000, &status);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c1585 /* test u_charName() -------------------------------------------------------- */
1724 log_verbose("Testing u_charName()\n");
1727 length=u_charName(names[i].code, U_UNICODE_CHAR_NAME, name, sizeof(name), &errorCode);
1729 log_err("u_charName(0x%lx) error %s\n", names[i].code, u_errorName(errorCode));
1733 log_err("u_charName(0x%lx) gets: %s (length %ld) instead of: %s\n", names[i].code, name, length, names[i].name);
1749 length=u_charName(names[i].code, U_UNICODE_10_CHAR_NAME, name, sizeof(name), &errorCode);
1751 log_err("u_charName(0x%lx - 1.0) error %s\n", names[i].code, u_errorName(errorCode));
1755 log_err("u_charName(0x%lx - 1.0) gets %s length %ld instead of nothing or %s\n", names[i].code, name, length, names[i].oldName);
1771 length=u_charName(names[i].code, U_CHAR_NAME_ALIAS, name, sizeof(name), &errorCode);
1773 log_err("u_charName(
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c1584 /* test u_charName() -------------------------------------------------------- */
1723 log_verbose("Testing u_charName()\n");
1726 length=u_charName(names[i].code, U_UNICODE_CHAR_NAME, name, sizeof(name), &errorCode);
1728 log_err("u_charName(0x%lx) error %s\n", names[i].code, u_errorName(errorCode));
1732 log_err("u_charName(0x%lx) gets: %s (length %ld) instead of: %s\n", names[i].code, name, length, names[i].name);
1748 length=u_charName(names[i].code, U_UNICODE_10_CHAR_NAME, name, sizeof(name), &errorCode);
1750 log_err("u_charName(0x%lx - 1.0) error %s\n", names[i].code, u_errorName(errorCode));
1754 log_err("u_charName(0x%lx - 1.0) gets %s length %ld instead of nothing or %s\n", names[i].code, name, length, names[i].oldName);
1770 length=u_charName(names[i].code, U_CHAR_NAME_ALIAS, name, sizeof(name), &errorCode);
1772 log_err("u_charName(
[all...]
/external/chromium_org/third_party/icu/source/tools/dumpce/
H A Ddumpce.cpp877 int32_t temp = u_charName(codepoint, U_UNICODE_CHAR_NAME, str, 128,
/external/chromium_org/third_party/icu/source/common/
H A Dunames.cpp1446 u_charName(UChar32 code, UCharNameChoice nameChoice, function
/external/icu/icu4c/source/common/
H A Dunames.cpp1450 u_charName(UChar32 code, UCharNameChoice nameChoice, function
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbitst.cpp378 u_charName(c, U_UNICODE_CHAR_NAME, name, 100, &status);
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp378 u_charName(c, U_UNICODE_CHAR_NAME, name, 100, &status);

Completed in 4309 milliseconds