/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/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/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/icu4c/common/unicode/ |
ustring.h | 351 u_strpbrk(const UChar *string, const UChar *matchSet); [all...] |
urename.h | 380 #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/icu4c/common/ |
ustring.cpp | 538 u_strpbrk(const UChar *string, const UChar *matchSet) function 602 nextToken = u_strpbrk(tokSource, delim); [all...] |