HomeSort by relevance Sort by last modified time
    Searched full:u_strchr (Results 1 - 21 of 21) sorted by null

  /external/icu4c/test/cintltst/
custrtst.c 263 log_verbose("Testing u_strchr() and u_memchr()\n");
268 UChar *findPtr = u_strchr(dataTable[i][j], 0x005F);
274 log_err("u_strchr can't find '_' in the string\n");
282 findPtr = u_strchr(dataTable[i][j], 0);
284 log_err("u_strchr can't find NULL in the string\n");
724 first!=u_strchr(s, nul) ||
756 first!=u_strchr(s+1, a) ||
780 NULL!=u_strchr(s+1, b) ||
815 first!=u_strchr(s+1, lead) ||
840 first!=u_strchr(s+1, trail) |
    [all...]
citertst.c     [all...]
creststn.c     [all...]
  /external/icu4c/common/
brkeng.cpp 262 UChar* extStart=u_strchr(dictfname, 0x002e);
ustring.c 73 return u_strchr(s, cs);
119 return length<0 ? u_strchr(s, cs) : u_memchr(s, cs, length);
195 u_strchr(const UChar *s, UChar c) { function
219 return u_strchr(s, (UChar)c);
    [all...]
brkiter.cpp 100 UChar* extStart=u_strchr(brkfname, 0x002e);
  /external/icu4c/i18n/
ucol_tok.cpp 539 if(noOpenBraces != 0 || u_strchr(start+current, 0x005d /*']'*/) == NULL) {
896 if(u_strchr(src->current, 0x005d /*']'*/) != NULL) {
    [all...]
rbt_pars.cpp 415 if (u_strchr(HALF_ENDERS, c) != NULL) {
    [all...]
smpdtfmt.cpp     [all...]
dtfmtsym.cpp     [all...]
dtptngen.cpp 570 } else if ( !ignoreChars && u_strchr(hourFormatChars, tfChar) != NULL ) {
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
ustring.h 218 u_strchr(const UChar *s, UChar c);
232 * @see u_strchr
813 * @see u_strchr
    [all...]
urename.h 268 #define u_strchr u_strchr_3_2 macro
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
ustring.h 218 u_strchr(const UChar *s, UChar c);
232 * @see u_strchr
813 * @see u_strchr
    [all...]
urename.h 268 #define u_strchr u_strchr_3_2 macro
    [all...]
  /external/webkit/WebCore/icu/unicode/
ustring.h 218 u_strchr(const UChar *s, UChar c);
232 * @see u_strchr
813 * @see u_strchr
    [all...]
urename.h 268 #define u_strchr u_strchr_3_2 macro
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
ustring.h 218 u_strchr(const UChar *s, UChar c);
232 * @see u_strchr
813 * @see u_strchr
    [all...]
urename.h 268 #define u_strchr u_strchr_3_2 macro
    [all...]
  /external/icu4c/common/unicode/
ustring.h 224 u_strchr(const UChar *s, UChar c);
238 * @see u_strchr
819 * @see u_strchr
    [all...]
urename.h 341 #define u_strchr u_strchr_4_2 macro
    [all...]

Completed in 1465 milliseconds