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

  /external/icu4c/test/cintltst/
custrtst.c 297 findPtr = u_memchr32(dataTable[i][j], 0, dataSize);
299 log_err("u_memchr32 can't find NULL in the string\n");
309 findPtr = u_memchr32(dataTable[i][j], 0x005F, dataSize);
311 log_err("u_memchr32 can't find '_' in the string\n");
313 findPtr = u_memchr32(dataTable[i][j], 0xFFFD, dataSize);
335 if(u_memchr32(s, 0xd841, 9)!=(s+3) || u_memchr32(s, 0xdc02, 9)!=(s+5)) {
336 log_err("error: u_memchr32(surrogate) finds a partial supplementary code point\n");
727 first!=u_memchr32(s, nul, LENGTHOF(s)) ||
759 first!=u_memchr32(s+1, a, 9) |
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ustring.h 233 * @see u_memchr32
320 * @see u_memchr32
814 * @see u_memchr32
838 u_memchr32(const UChar *s, UChar32 c, int32_t count);
    [all...]
urename.h 224 #define u_memchr32 u_memchr32_3_2 macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ustring.h 233 * @see u_memchr32
320 * @see u_memchr32
814 * @see u_memchr32
838 u_memchr32(const UChar *s, UChar32 c, int32_t count);
    [all...]
urename.h 224 #define u_memchr32 u_memchr32_3_2 macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ustring.h 233 * @see u_memchr32
320 * @see u_memchr32
814 * @see u_memchr32
838 u_memchr32(const UChar *s, UChar32 c, int32_t count);
    [all...]
urename.h 224 #define u_memchr32 u_memchr32_3_2 macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
ustring.h 233 * @see u_memchr32
320 * @see u_memchr32
814 * @see u_memchr32
838 u_memchr32(const UChar *s, UChar32 c, int32_t count);
    [all...]
urename.h 224 #define u_memchr32 u_memchr32_3_2 macro
    [all...]
  /external/icu4c/common/unicode/
ustring.h 239 * @see u_memchr32
326 * @see u_memchr32
820 * @see u_memchr32
844 u_memchr32(const UChar *s, UChar32 c, int32_t count);
    [all...]
urename.h 329 #define u_memchr32 U_ICU_ENTRY_POINT_RENAME(u_memchr32) macro
    [all...]
  /external/icu4c/common/
ustring.c 256 u_memchr32(const UChar *s, UChar32 c, int32_t count) { function
    [all...]
unistr.cpp 949 const UChar *match = u_memchr32(array + start, c, length);
    [all...]

Completed in 64 milliseconds