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

/external/chromium/third_party/icu/source/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/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/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/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/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/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/chromium/third_party/icu/public/common/unicode/
H A Dustring.h362 u_strcspn(const UChar *string, const UChar *matchSet);
374 * @see u_strcspn
H A Durename.h347 #define u_strcspn u_strcspn_4_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.h381 #define u_strcspn U_ICU_ENTRY_POINT_RENAME(u_strcspn) macro
/external/chromium/third_party/icu/source/common/
H A Dustring.c549 u_strcspn(const UChar *string, const UChar *matchSet) function
/external/icu4c/common/
H A Dustring.c549 u_strcspn(const UChar *string, const UChar *matchSet) function

Completed in 104 milliseconds