Searched refs:u_strspn (Results 1 – 12 of 12) sorted by relevance
/external/icu4c/test/cintltst/ |
D | custrtst.c | 634 if (u_strspn(testString, a) != 1) { in TestStringSearching() 637 if (u_strspn(testString, ab) != 2) { in TestStringSearching() 640 if (u_strspn(testString, ba) != 2) { in TestStringSearching() 643 if (u_strspn(testString, f) != 0) { in TestStringSearching() 646 if (u_strspn(testString, dc) != 0) { in TestStringSearching() 649 if (u_strspn(testString, abcd) != u_strlen(testString)) { in TestStringSearching() 652 if (u_strspn(testString, empty) != 0) { in TestStringSearching() 657 if (u_strspn(testSurrogateString, surrMatchSetBad) != 2) { in TestStringSearching() 660 if (u_strspn(testSurrogateString, surrMatchSetBad2) != 2) { in TestStringSearching() 663 if (u_strspn(testSurrogateString, f) != 0) { in TestStringSearching() [all …]
|
/external/webkit/WebCore/icu/unicode/ |
D | ustring.h | 372 u_strspn(const UChar *string, const UChar *matchSet);
|
D | urename.h | 285 #define u_strspn u_strspn_3_2 macro
|
/external/webkit/JavaScriptCore/icu/unicode/ |
D | ustring.h | 372 u_strspn(const UChar *string, const UChar *matchSet);
|
D | urename.h | 285 #define u_strspn u_strspn_3_2 macro
|
/external/webkit/WebKit/mac/icu/unicode/ |
D | ustring.h | 372 u_strspn(const UChar *string, const UChar *matchSet);
|
D | urename.h | 285 #define u_strspn u_strspn_3_2 macro
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
D | ustring.h | 372 u_strspn(const UChar *string, const UChar *matchSet);
|
D | urename.h | 285 #define u_strspn u_strspn_3_2 macro
|
/external/icu4c/common/unicode/ |
D | ustring.h | 377 u_strspn(const UChar *string, const UChar *matchSet);
|
D | urename.h | 336 #define u_strspn u_strspn_3_8 macro
|
/external/icu4c/common/ |
D | ustring.c | 561 u_strspn(const UChar *string, const UChar *matchSet) in u_strspn() function 597 nonDelimIdx = u_strspn(tokSource, delim); in u_strtok_r()
|