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

/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c628 log_verbose("Testing u_strspn()");
630 if (u_strspn(testString, a) != 1) {
631 log_err("u_strspn couldn't skip first letter a.\n");
633 if (u_strspn(testString, ab) != 2) {
634 log_err("u_strspn couldn't skip a or b.\n");
636 if (u_strspn(testString, ba) != 2) {
637 log_err("u_strspn couldn't skip a or b.\n");
639 if (u_strspn(testString, f) != 0) {
640 log_err("u_strspn didn't return 0 for \"f\".\n");
642 if (u_strspn(testStrin
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dustring.h363 * @see u_strspn
383 u_strspn(const UChar *string, const UChar *matchSet);
H A Durename.h393 #define u_strspn U_ICU_ENTRY_POINT_RENAME(u_strspn) macro
/external/icu/icu4c/source/common/unicode/
H A Dustring.h363 * @see u_strspn
383 u_strspn(const UChar *string, const UChar *matchSet);
H A Durename.h385 #define u_strspn U_ICU_ENTRY_POINT_RENAME(u_strspn) macro
/external/chromium_org/third_party/icu/source/common/
H A Dustring.cpp562 u_strspn(const UChar *string, const UChar *matchSet) function
598 nonDelimIdx = u_strspn(tokSource, delim);
/external/icu/icu4c/source/common/
H A Dustring.cpp562 u_strspn(const UChar *string, const UChar *matchSet) function
598 nonDelimIdx = u_strspn(tokSource, delim);

Completed in 1408 milliseconds