HomeSort by relevance Sort by last modified time
    Searched refs:u_strchr32 (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtst.c 277 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(s+1, a) |
    [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtst.c 273 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(s+1, a) |
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ustring.h 223 * @see u_strchr32
249 u_strchr32(const UChar *s, UChar32 c);
844 * @see u_strchr32
    [all...]
urename.h 377 #define u_strchr32 U_ICU_ENTRY_POINT_RENAME(u_strchr32) macro
    [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 223 * @see u_strchr32
249 u_strchr32(const UChar *s, UChar32 c);
844 * @see u_strchr32
    [all...]
urename.h 369 #define u_strchr32 U_ICU_ENTRY_POINT_RENAME(u_strchr32) macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ustring.cpp 217 u_strchr32(const UChar *s, UChar32 c) { function
    [all...]
  /external/icu/icu4c/source/common/
ustring.cpp 217 u_strchr32(const UChar *s, UChar32 c) { function
    [all...]

Completed in 218 milliseconds