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

  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/test/cintltst/
custrtst.c 501 log_verbose("Testing u_strpbrk()");
503 if (u_strpbrk(testString, a) != &testString[0]) {
504 log_err("u_strpbrk couldn't find first letter a.\n");
506 if (u_strpbrk(testString, dc) != &testString[2]) {
507 log_err("u_strpbrk couldn't find d or c.\n");
509 if (u_strpbrk(testString, cd) != &testString[2]) {
510 log_err("u_strpbrk couldn't find c or d.\n");
512 if (u_strpbrk(testString, cdh) != &testString[2]) {
513 log_err("u_strpbrk couldn't find c, d or h.\n");
515 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/chromium_org/third_party/icu/source/common/unicode/
ustring.h 346 u_strpbrk(const UChar *string, const UChar *matchSet);
    [all...]
urename.h 391 #define u_strpbrk U_ICU_ENTRY_POINT_RENAME(u_strpbrk) macro
    [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 351 u_strpbrk(const UChar *string, const UChar *matchSet);
    [all...]
urename.h 381 #define u_strpbrk U_ICU_ENTRY_POINT_RENAME(u_strpbrk) macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ustring.c 537 u_strpbrk(const UChar *string, const UChar *matchSet) function
601 nextToken = u_strpbrk(tokSource, delim);
    [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 81 milliseconds