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

/external/icu/icu4c/source/i18n/
H A Dname2uni.cpp194 c = u_charFromName(U_EXTENDED_CHAR_NAME, cbuf, &status);
H A Dregexcmp.cpp4204 UChar32 theChar = u_charFromName(U_UNICODE_CHAR_NAME, name, fStatus);
/external/icu/icu4c/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/unicode/
H A Duchar.h2810 * @see u_charFromName
2865 u_charFromName(UCharNameChoice nameChoice,
2910 * @see u_charFromName
H A Durename.h213 #define u_charFromName U_ICU_ENTRY_POINT_RENAME(u_charFromName) macro
/external/icu/icu4c/source/common/
H A Duniset_props.cpp1039 // Must munge name, since u_charFromName() does not do
1043 UChar32 ch = u_charFromName(U_EXTENDED_CHAR_NAME, buf, &ec);
H A Dunames.cpp638 * with the dummy DO_FIND_NAME, because u_charFromName() does a check
1517 u_charFromName(UCharNameChoice nameChoice, function
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp1377 theChar = u_charFromName(U_UNICODE_CHAR_NAME, charNameBuf, &status);

Completed in 491 milliseconds