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

  /external/icu4c/test/cintltst/
custrtst.c 505 log_verbose("Testing u_strpbrk()");
507 if (u_strpbrk(testString, a) != &testString[0]) {
508 log_err("u_strpbrk couldn't find first letter a.\n");
510 if (u_strpbrk(testString, dc) != &testString[2]) {
511 log_err("u_strpbrk couldn't find d or c.\n");
513 if (u_strpbrk(testString, cd) != &testString[2]) {
514 log_err("u_strpbrk couldn't find c or d.\n");
516 if (u_strpbrk(testString, cdh) != &testString[2]) {
517 log_err("u_strpbrk couldn't find c, d or h.\n");
519 if (u_strpbrk(testString, f) != NULL)
    [all...]
  /external/icu4c/samples/layout/
paragraph.cpp 104 LEUnicode *pEnd = u_strpbrk(pStart, separators);
pflow.c 156 LEUnicode *pEnd = u_strpbrk(pStart, separators);
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ustring.h 340 u_strpbrk(const UChar *string, const UChar *matchSet);
    [all...]
urename.h 281 #define u_strpbrk u_strpbrk_3_2 macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ustring.h 340 u_strpbrk(const UChar *string, const UChar *matchSet);
    [all...]
urename.h 281 #define u_strpbrk u_strpbrk_3_2 macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ustring.h 340 u_strpbrk(const UChar *string, const UChar *matchSet);
    [all...]
urename.h 281 #define u_strpbrk u_strpbrk_3_2 macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
ustring.h 340 u_strpbrk(const UChar *string, const UChar *matchSet);
    [all...]
urename.h 281 #define u_strpbrk u_strpbrk_3_2 macro
    [all...]
  /external/icu4c/common/unicode/
ustring.h 346 u_strpbrk(const UChar *string, const UChar *matchSet);
    [all...]
urename.h 393 #define u_strpbrk U_ICU_ENTRY_POINT_RENAME(u_strpbrk) macro
    [all...]
  /external/icu4c/common/
ustring.c 537 u_strpbrk(const UChar *string, const UChar *matchSet) function
601 nextToken = u_strpbrk(tokSource, delim);
    [all...]

Completed in 738 milliseconds