/external/icu/icu4c/source/test/cintltst/ |
D | custrtst.c | 288 findPtr = u_memchr(dataTable[i][j], 0, dataSize); in TestStringFunctions() 300 findPtr = u_memchr(dataTable[i][j], 0x005F, dataSize); in TestStringFunctions() 722 first!=u_memchr(s, nul, LENGTHOF(s)) || in TestSurrogateSearching() 754 first!=u_memchr(s+1, a, 9) || in TestSurrogateSearching() 778 NULL!=u_memchr(s+1, b, 9) || in TestSurrogateSearching() 813 first!=u_memchr(s+1, lead, 9) || in TestSurrogateSearching() 838 first!=u_memchr(s+1, trail, 9) || in TestSurrogateSearching()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | custrtst.c | 292 findPtr = u_memchr(dataTable[i][j], 0, dataSize); in TestStringFunctions() 304 findPtr = u_memchr(dataTable[i][j], 0x005F, dataSize); in TestStringFunctions() 726 first!=u_memchr(s, nul, LENGTHOF(s)) || in TestSurrogateSearching() 758 first!=u_memchr(s+1, a, 9) || in TestSurrogateSearching() 782 NULL!=u_memchr(s+1, b, 9) || in TestSurrogateSearching() 817 first!=u_memchr(s+1, lead, 9) || in TestSurrogateSearching() 842 first!=u_memchr(s+1, trail, 9) || in TestSurrogateSearching()
|
/external/icu/icu4c/source/common/ |
D | ustring.cpp | 120 return length<0 ? u_strchr(s, cs) : u_memchr(s, cs, length); in u_strFindFirst() 238 u_memchr(const UChar *s, UChar c, int32_t count) { in u_memchr() function 260 return u_memchr(s, (UChar)c, count); in u_memchr32()
|
D | unistr.cpp | 973 const UChar *match = u_memchr(array + start, c, length); in doIndexOf()
|
/external/chromium_org/third_party/icu/source/common/ |
D | ustring.c | 119 return length<0 ? u_strchr(s, cs) : u_memchr(s, cs, length); in u_strFindFirst() 237 u_memchr(const UChar *s, UChar c, int32_t count) { in u_memchr() function 259 return u_memchr(s, (UChar)c, count); in u_memchr32()
|
D | unistr.cpp | 931 const UChar *match = u_memchr(array + start, c, length); in doIndexOf()
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | ustring.h | 824 u_memchr(const UChar *s, UChar c, int32_t count);
|
D | urename.h | 326 #define u_memchr U_ICU_ENTRY_POINT_RENAME(u_memchr) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 829 u_memchr(const UChar *s, UChar c, int32_t count);
|
D | urename.h | 314 #define u_memchr U_ICU_ENTRY_POINT_RENAME(u_memchr) macro
|
/external/icu/icu4c/source/tools/gendict/ |
D | gendict.cpp | 258 const UChar *comment = u_memchr(line, 0x23, lineLength); // '#' in readLine()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | ucol_tok.cpp | 639 const UChar* end = u_memchr(src->current, 0x005d, src->end - src->current); in ucol_tok_parseScriptReorder() 647 space = u_memchr(current, 0x0020, end - current); in ucol_tok_parseScriptReorder() 675 space = u_memchr(current, 0x0020, end - current); in ucol_tok_parseScriptReorder() 806 src->current = u_memchr(src->current, 0x005d, (int32_t)(src->end-src->current)); in ucol_uprv_tok_readAndSetOption()
|
/external/icu/icu4c/source/test/intltest/ |
D | collationtest.cpp | 953 const UChar *comment = u_memchr(line, 0x23, lineLength); // '#' in readLine()
|