Searched refs:u_strcspn (Results 1 - 12 of 12) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcustrtst.c571 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(testStrin
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dustring.h356 u_strcspn(const UChar *string, const UChar *matchSet);
368 * @see u_strcspn
H A Durename.h274 #define u_strcspn u_strcspn_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dustring.h356 u_strcspn(const UChar *string, const UChar *matchSet);
368 * @see u_strcspn
H A Durename.h274 #define u_strcspn u_strcspn_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dustring.h356 u_strcspn(const UChar *string, const UChar *matchSet);
368 * @see u_strcspn
H A Durename.h274 #define u_strcspn u_strcspn_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dustring.h356 u_strcspn(const UChar *string, const UChar *matchSet);
368 * @see u_strcspn
H A Durename.h274 #define u_strcspn u_strcspn_3_2 macro
/external/icu4c/common/unicode/
H A Dustring.h362 u_strcspn(const UChar *string, const UChar *matchSet);
374 * @see u_strcspn
H A Durename.h386 #define u_strcspn U_ICU_ENTRY_POINT_RENAME(u_strcspn) macro
/external/icu4c/common/
H A Dustring.c549 u_strcspn(const UChar *string, const UChar *matchSet) function

Completed in 98 milliseconds