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

  /external/icu/icu4c/source/test/cintltst/
custrtst.c 502 log_verbose("Testing u_strpbrk()");
504 if (u_strpbrk(testString, a) != &testString[0]) {
505 log_err("u_strpbrk couldn't find first letter a.\n");
507 if (u_strpbrk(testString, dc) != &testString[2]) {
508 log_err("u_strpbrk couldn't find d or c.\n");
510 if (u_strpbrk(testString, cd) != &testString[2]) {
511 log_err("u_strpbrk couldn't find c or d.\n");
513 if (u_strpbrk(testString, cdh) != &testString[2]) {
514 log_err("u_strpbrk couldn't find c, d or h.\n");
516 if (u_strpbrk(testString, f) != NULL)
    [all...]
  /external/icu/icu4c/source/samples/layout/
paragraph.cpp 110 LEUnicode *pEnd = u_strpbrk(pStart, separators);
pflow.c 159 LEUnicode *pEnd = u_strpbrk(pStart, separators);
  /external/icu/icu4c/source/common/
ustring.cpp 541 u_strpbrk(const UChar *string, const UChar *matchSet) function
605 nextToken = u_strpbrk(tokSource, delim);
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 382 #define u_strpbrk U_ICU_ENTRY_POINT_RENAME(u_strpbrk) macro
    [all...]
ustring.h 353 u_strpbrk(const UChar *string, const UChar *matchSet);
    [all...]

Completed in 237 milliseconds