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

  /external/icu/icu4c/source/test/cintltst/
custrtst.c 568 log_verbose("Testing u_strcspn()");
570 if (u_strcspn(testString, a) != 0) {
571 log_err("u_strcspn couldn't find first letter a.\n");
573 if (u_strcspn(testString, dc) != 2) {
574 log_err("u_strcspn couldn't find d or c.\n");
576 if (u_strcspn(testString, cd) != 2) {
577 log_err("u_strcspn couldn't find c or d.\n");
579 if (u_strcspn(testString, cdh) != 2) {
580 log_err("u_strcspn couldn't find c, d or h.\n");
582 if (u_strcspn(testString, f) != u_strlen(testString))
    [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 369 u_strcspn(const UChar *string, const UChar *matchSet);
381 * @see u_strcspn
    [all...]
urename.h 375 #define u_strcspn U_ICU_ENTRY_POINT_RENAME(u_strcspn) macro
    [all...]
  /external/icu/icu4c/source/common/
ustring.cpp 553 u_strcspn(const UChar *string, const UChar *matchSet) function
    [all...]

Completed in 61 milliseconds