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

/external/icu4c/test/cintltst/
H A Dcustrtst.c632 log_verbose("Testing u_strspn()");
634 if (u_strspn(testString, a) != 1) {
635 log_err("u_strspn couldn't skip first letter a.\n");
637 if (u_strspn(testString, ab) != 2) {
638 log_err("u_strspn couldn't skip a or b.\n");
640 if (u_strspn(testString, ba) != 2) {
641 log_err("u_strspn couldn't skip a or b.\n");
643 if (u_strspn(testString, f) != 0) {
644 log_err("u_strspn didn't return 0 for \"f\".\n");
646 if (u_strspn(testStrin
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dustring.h352 * @see u_strspn
372 u_strspn(const UChar *string, const UChar *matchSet);
H A Durename.h285 #define u_strspn u_strspn_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dustring.h352 * @see u_strspn
372 u_strspn(const UChar *string, const UChar *matchSet);
H A Durename.h285 #define u_strspn u_strspn_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dustring.h352 * @see u_strspn
372 u_strspn(const UChar *string, const UChar *matchSet);
H A Durename.h285 #define u_strspn u_strspn_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dustring.h352 * @see u_strspn
372 u_strspn(const UChar *string, const UChar *matchSet);
H A Durename.h285 #define u_strspn u_strspn_3_2 macro
/external/icu4c/common/unicode/
H A Dustring.h358 * @see u_strspn
378 u_strspn(const UChar *string, const UChar *matchSet);
H A Durename.h397 #define u_strspn U_ICU_ENTRY_POINT_RENAME(u_strspn) macro
/external/icu4c/common/
H A Dustring.c561 u_strspn(const UChar *string, const UChar *matchSet) function
597 nonDelimIdx = u_strspn(tokSource, delim);

Completed in 665 milliseconds