Searched refs:u_charFromName (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dname2uni.cpp194 c = u_charFromName(U_EXTENDED_CHAR_NAME, cbuf, &status);
H A Dregexcmp.cpp3913 UChar32 theChar = u_charFromName(U_UNICODE_CHAR_NAME, name, fStatus);
/external/icu/icu4c/source/i18n/
H A Dname2uni.cpp194 c = u_charFromName(U_EXTENDED_CHAR_NAME, cbuf, &status);
H A Dregexcmp.cpp3913 UChar32 theChar = u_charFromName(U_UNICODE_CHAR_NAME, name, fStatus);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duchar.h2715 * @see u_charFromName
2770 u_charFromName(UCharNameChoice nameChoice,
2815 * @see u_charFromName
H A Durename.h220 #define u_charFromName U_ICU_ENTRY_POINT_RENAME(u_charFromName) macro
/external/icu/icu4c/source/common/unicode/
H A Duchar.h2715 * @see u_charFromName
2770 u_charFromName(UCharNameChoice nameChoice,
2815 * @see u_charFromName
H A Durename.h212 #define u_charFromName U_ICU_ENTRY_POINT_RENAME(u_charFromName) macro
/external/chromium_org/third_party/icu/source/common/
H A Duniset_props.cpp1041 // Must munge name, since u_charFromName() does not do
1045 UChar32 ch = u_charFromName(U_EXTENDED_CHAR_NAME, buf, &ec);
H A Dunames.cpp640 * with the dummy DO_FIND_NAME, because u_charFromName() does a check
1515 u_charFromName(UCharNameChoice nameChoice, function
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c1738 c=u_charFromName(U_UNICODE_CHAR_NAME, names[i].name, &errorCode);
1740 log_err("u_charFromName(%s) error %s\n", names[i].name, u_errorName(errorCode));
1744 log_err("u_charFromName(%s) gets 0x%lx instead of 0x%lx\n", names[i].name, c, names[i].code);
1760 c=u_charFromName(U_UNICODE_10_CHAR_NAME, names[i].oldName, &errorCode);
1762 log_err("u_charFromName(%s - 1.0) error %s\n", names[i].oldName, u_errorName(errorCode));
1766 log_err("u_charFromName(%s - 1.0) gets 0x%lx instead of 0x%lx\n", names[i].oldName, c, names[i].code);
1787 c=u_charFromName(U_CHAR_NAME_ALIAS, expected, &errorCode);
1789 log_err("u_charFromName(%s - alias) error %s\n",
1794 log_err("u_charFromName(%s - alias) gets 0x%lx instead of 0x%lx\n",
1816 /* test that u_charFromName() uppercase
[all...]
/external/icu/icu4c/source/common/
H A Duniset_props.cpp1041 // Must munge name, since u_charFromName() does not do
1045 UChar32 ch = u_charFromName(U_EXTENDED_CHAR_NAME, buf, &ec);
H A Dunames.cpp640 * with the dummy DO_FIND_NAME, because u_charFromName() does a check
1519 u_charFromName(UCharNameChoice nameChoice, function
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c1737 c=u_charFromName(U_UNICODE_CHAR_NAME, names[i].name, &errorCode);
1739 log_err("u_charFromName(%s) error %s\n", names[i].name, u_errorName(errorCode));
1743 log_err("u_charFromName(%s) gets 0x%lx instead of 0x%lx\n", names[i].name, c, names[i].code);
1759 c=u_charFromName(U_UNICODE_10_CHAR_NAME, names[i].oldName, &errorCode);
1761 log_err("u_charFromName(%s - 1.0) error %s\n", names[i].oldName, u_errorName(errorCode));
1765 log_err("u_charFromName(%s - 1.0) gets 0x%lx instead of 0x%lx\n", names[i].oldName, c, names[i].code);
1786 c=u_charFromName(U_CHAR_NAME_ALIAS, expected, &errorCode);
1788 log_err("u_charFromName(%s - alias) error %s\n",
1793 log_err("u_charFromName(%s - alias) gets 0x%lx instead of 0x%lx\n",
1815 /* test that u_charFromName() uppercase
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbitst.cpp1210 theChar = u_charFromName(U_UNICODE_CHAR_NAME, charNameBuf, &status);
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp1210 theChar = u_charFromName(U_UNICODE_CHAR_NAME, charNameBuf, &status);

Completed in 313 milliseconds