/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/webkit/Source/JavaScriptCore/icu/unicode/ |
ustring.h | 356 u_strcspn(const UChar *string, const UChar *matchSet); 368 * @see u_strcspn [all...] |
urename.h | 274 #define u_strcspn u_strcspn_3_2 macro [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
ustring.h | 356 u_strcspn(const UChar *string, const UChar *matchSet); 368 * @see u_strcspn [all...] |
urename.h | 274 #define u_strcspn u_strcspn_3_2 macro [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
ustring.h | 356 u_strcspn(const UChar *string, const UChar *matchSet); 368 * @see u_strcspn [all...] |
urename.h | 274 #define u_strcspn u_strcspn_3_2 macro [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
ustring.h | 356 u_strcspn(const UChar *string, const UChar *matchSet); 368 * @see u_strcspn [all...] |
urename.h | 274 #define u_strcspn u_strcspn_3_2 macro [all...] |
/external/icu4c/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/icu4c/common/ |
ustring.c | 549 u_strcspn(const UChar *string, const UChar *matchSet) function [all...] |