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

  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtst.c 571 log_verbose("Testing u_strcspn()");
573 if (u_strcspn(testString, a) != 0) {
574 log_err("u_strcspn couldn't find first letter a.\n");
576 if (u_strcspn(testString, dc) != 2) {
577 log_err("u_strcspn couldn't find d or c.\n");
579 if (u_strcspn(testString, cd) != 2) {
580 log_err("u_strcspn couldn't find c or d.\n");
582 if (u_strcspn(testString, cdh) != 2) {
583 log_err("u_strcspn couldn't find c, d or h.\n");
585 if (u_strcspn(testString, f) != u_strlen(testString))
    [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtst.c 567 log_verbose("Testing u_strcspn()");
569 if (u_strcspn(testString, a) != 0) {
570 log_err("u_strcspn couldn't find first letter a.\n");
572 if (u_strcspn(testString, dc) != 2) {
573 log_err("u_strcspn couldn't find d or c.\n");
575 if (u_strcspn(testString, cd) != 2) {
576 log_err("u_strcspn couldn't find c or d.\n");
578 if (u_strcspn(testString, cdh) != 2) {
579 log_err("u_strcspn couldn't find c, d or h.\n");
581 if (u_strcspn(testString, f) != u_strlen(testString))
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ustring.h 362 u_strcspn(const UChar *string, const UChar *matchSet);
374 * @see u_strcspn
    [all...]
urename.h 384 #define u_strcspn U_ICU_ENTRY_POINT_RENAME(u_strcspn) macro
    [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 367 u_strcspn(const UChar *string, const UChar *matchSet);
379 * @see u_strcspn
    [all...]
urename.h 374 #define u_strcspn U_ICU_ENTRY_POINT_RENAME(u_strcspn) macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ustring.c 549 u_strcspn(const UChar *string, const UChar *matchSet) function
    [all...]
  /external/icu/icu4c/source/common/
ustring.cpp 550 u_strcspn(const UChar *string, const UChar *matchSet) function
    [all...]

Completed in 329 milliseconds