Searched refs:u_strchr32 (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c272 findPtr = u_strchr32(dataTable[i][j], 0x005F);
274 log_err("u_strchr32 can't find '_' in the string\n");
282 findPtr = u_strchr32(dataTable[i][j], 0);
284 log_err("u_strchr32 can't find NULL in the string\n");
316 * test that u_strchr32()
327 if(u_strchr32(s, 0xd841)!=(s+3) || u_strchr32(s, 0xdc02)!=(s+5)) {
328 log_err("error: u_strchr32(surrogate) finds a partial supplementary code point\n");
720 first!=u_strchr32(s, nul) ||
752 first!=u_strchr32(
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dustring.h223 * @see u_strchr32
249 u_strchr32(const UChar *s, UChar32 c);
844 * @see u_strchr32
H A Durename.h373 #define u_strchr32 U_ICU_ENTRY_POINT_RENAME(u_strchr32) macro
/external/icu/icu4c/source/common/
H A Dustring.cpp217 u_strchr32(const UChar *s, UChar32 c) { function

Completed in 138 milliseconds