HomeSort by relevance Sort by last modified time
    Searched refs:u_strspn (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtst.c 632 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(testString, dc) != 0)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtst.c 628 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(testString, dc) != 0)
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ustring.h 358 * @see u_strspn
378 u_strspn(const UChar *string, const UChar *matchSet);
    [all...]
urename.h 395 #define u_strspn U_ICU_ENTRY_POINT_RENAME(u_strspn) macro
    [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 363 * @see u_strspn
383 u_strspn(const UChar *string, const UChar *matchSet);
    [all...]
urename.h 385 #define u_strspn U_ICU_ENTRY_POINT_RENAME(u_strspn) macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ustring.c 561 u_strspn(const UChar *string, const UChar *matchSet) function
597 nonDelimIdx = u_strspn(tokSource, delim);
    [all...]
  /external/icu/icu4c/source/common/
ustring.cpp 562 u_strspn(const UChar *string, const UChar *matchSet) function
598 nonDelimIdx = u_strspn(tokSource, delim);
    [all...]

Completed in 321 milliseconds