Searched refs:u_strncasecmp (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dustring.h631 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options);
H A Durename.h384 #define u_strncasecmp U_ICU_ENTRY_POINT_RENAME(u_strncasecmp) macro
/external/icu/icu4c/source/common/unicode/
H A Dustring.h631 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options);
H A Durename.h376 #define u_strncasecmp U_ICU_ENTRY_POINT_RENAME(u_strncasecmp) macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcstrcase.c681 /* test u_strncasecmp() - stop before the sharp s (U+00df) */
682 result=u_strncasecmp(mixed, different, 4, U_FOLD_CASE_DEFAULT);
684 log_err("error: u_strncasecmp(mixed, different, 4, default)=%ld instead of 0\n", result);
691 /* test u_strncasecmp() - stop in the middle of the sharp s (U+00df) */
692 result=u_strncasecmp(mixed, different, 5, U_FOLD_CASE_DEFAULT);
694 log_err("error: u_strncasecmp(mixed, different, 5, default)=%ld instead of positive\n", result);
/external/icu/icu4c/source/test/cintltst/
H A Dcstrcase.c681 /* test u_strncasecmp() - stop before the sharp s (U+00df) */
682 result=u_strncasecmp(mixed, different, 4, U_FOLD_CASE_DEFAULT);
684 log_err("error: u_strncasecmp(mixed, different, 4, default)=%ld instead of 0\n", result);
691 /* test u_strncasecmp() - stop in the middle of the sharp s (U+00df) */
692 result=u_strncasecmp(mixed, different, 5, U_FOLD_CASE_DEFAULT);
694 log_err("error: u_strncasecmp(mixed, different, 5, default)=%ld instead of positive\n", result);
/external/chromium_org/third_party/icu/source/common/
H A Dustrcase.cpp803 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options) { function
/external/icu/icu4c/source/common/
H A Dustrcase.cpp803 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options) { function

Completed in 205 milliseconds