Searched refs:u_strpbrk (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcustrtst.c501 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(testStrin
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/samples/layout/
H A Dparagraph.cpp104 LEUnicode *pEnd = u_strpbrk(pStart, separators);
H A Dpflow.c156 LEUnicode *pEnd = u_strpbrk(pStart, separators);
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dustring.h351 u_strpbrk(const UChar *string, const UChar *matchSet);
H A Durename.h381 #define u_strpbrk U_ICU_ENTRY_POINT_RENAME(u_strpbrk) macro
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Dustring.h346 u_strpbrk(const UChar *string, const UChar *matchSet);
H A Durename.h391 #define u_strpbrk U_ICU_ENTRY_POINT_RENAME(u_strpbrk) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dustring.h346 u_strpbrk(const UChar *string, const UChar *matchSet);
H A Durename.h391 #define u_strpbrk U_ICU_ENTRY_POINT_RENAME(u_strpbrk) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Dustring.h346 u_strpbrk(const UChar *string, const UChar *matchSet);
H A Durename.h391 #define u_strpbrk U_ICU_ENTRY_POINT_RENAME(u_strpbrk) macro
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dustring.cpp538 u_strpbrk(const UChar *string, const UChar *matchSet) function
602 nextToken = u_strpbrk(tokSource, delim);

Completed in 158 milliseconds