/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/icu4c/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/icu4c/common/unicode/ |
urename.h | 373 #define u_strcspn U_ICU_ENTRY_POINT_RENAME(u_strcspn) macro [all...] |
ustring.h | 367 u_strcspn(const UChar *string, const UChar *matchSet); 379 * @see u_strcspn [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
urename.h | 384 #define u_strcspn U_ICU_ENTRY_POINT_RENAME(u_strcspn) macro [all...] |
ustring.h | 362 u_strcspn(const UChar *string, const UChar *matchSet); 374 * @see u_strcspn [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ustring.c | 549 u_strcspn(const UChar *string, const UChar *matchSet) function [all...] |
/external/icu4c/common/ |
ustring.cpp | 550 u_strcspn(const UChar *string, const UChar *matchSet) function [all...] |