HomeSort by relevance Sort by last modified time
    Searched refs:u_strncasecmp (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/common/unicode/
ustring.h 623 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options);
    [all...]
urename.h 377 #define u_strncasecmp U_ICU_ENTRY_POINT_RENAME(u_strncasecmp) macro
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cstrcase.c 683 /* test u_strncasecmp() - stop before the sharp s (U+00df) */
684 result=u_strncasecmp(mixed, different, 4, U_FOLD_CASE_DEFAULT);
686 log_err("error: u_strncasecmp(mixed, different, 4, default)=%ld instead of 0\n", result);
693 /* test u_strncasecmp() - stop in the middle of the sharp s (U+00df) */
694 result=u_strncasecmp(mixed, different, 5, U_FOLD_CASE_DEFAULT);
696 log_err("error: u_strncasecmp(mixed, different, 5, default)=%ld instead of positive\n", result);
    [all...]
  /external/icu/icu4c/source/common/
ustrcase.cpp 1651 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options) { function
    [all...]

Completed in 241 milliseconds