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

  /external/icu/icu4c/source/test/cintltst/
custrtst.c 500 log_verbose("Testing u_strpbrk()");
502 if (u_strpbrk(testString, a) != &testString[0]) {
503 log_err("u_strpbrk couldn't find first letter a.\n");
505 if (u_strpbrk(testString, dc) != &testString[2]) {
506 log_err("u_strpbrk couldn't find d or c.\n");
508 if (u_strpbrk(testString, cd) != &testString[2]) {
509 log_err("u_strpbrk couldn't find c or d.\n");
511 if (u_strpbrk(testString, cdh) != &testString[2]) {
512 log_err("u_strpbrk couldn't find c, d or h.\n");
514 if (u_strpbrk(testString, f) != NULL)
    [all...]
  /external/icu/icu4c/source/samples/layout/
paragraph.cpp 104 LEUnicode *pEnd = u_strpbrk(pStart, separators);
pflow.c 156 LEUnicode *pEnd = u_strpbrk(pStart, separators);
  /external/icu/icu4c/source/common/unicode/
ustring.h 351 u_strpbrk(const UChar *string, const UChar *matchSet);
    [all...]
urename.h 385 #define u_strpbrk U_ICU_ENTRY_POINT_RENAME(u_strpbrk) macro
    [all...]
  /external/icu/icu4c/source/common/
ustring.cpp 538 u_strpbrk(const UChar *string, const UChar *matchSet) function
602 nextToken = u_strpbrk(tokSource, delim);
    [all...]

Completed in 414 milliseconds