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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtst.c277 findPtr = u_strchr32(dataTable[i][j], 0x005F);
279 log_err("u_strchr32 can't find '_' in the string\n");
287 findPtr = u_strchr32(dataTable[i][j], 0);
289 log_err("u_strchr32 can't find NULL in the string\n");
321 * test that u_strchr32()
332 if(u_strchr32(s, 0xd841)!=(s+3) || u_strchr32(s, 0xdc02)!=(s+5)) {
333 log_err("error: u_strchr32(surrogate) finds a partial supplementary code point\n");
725 first!=u_strchr32(s, nul) ||
757 first!=u_strchr32(
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c273 findPtr = u_strchr32(dataTable[i][j], 0x005F);
275 log_err("u_strchr32 can't find '_' in the string\n");
283 findPtr = u_strchr32(dataTable[i][j], 0);
285 log_err("u_strchr32 can't find NULL in the string\n");
317 * test that u_strchr32()
328 if(u_strchr32(s, 0xd841)!=(s+3) || u_strchr32(s, 0xdc02)!=(s+5)) {
329 log_err("error: u_strchr32(surrogate) finds a partial supplementary code point\n");
721 first!=u_strchr32(s, nul) ||
753 first!=u_strchr32(
[all...]
/external/chromium_org/third_party/icu/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.h377 #define u_strchr32 U_ICU_ENTRY_POINT_RENAME(u_strchr32) macro
/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.h369 #define u_strchr32 U_ICU_ENTRY_POINT_RENAME(u_strchr32) macro
/external/chromium_org/third_party/icu/source/common/
H A Dustring.cpp217 u_strchr32(const UChar *s, UChar32 c) { function
/external/icu/icu4c/source/common/
H A Dustring.cpp217 u_strchr32(const UChar *s, UChar32 c) { function

Completed in 832 milliseconds