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

  /external/webkit/Source/JavaScriptCore/icu/unicode/
ustring.h 620 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options);
    [all...]
urename.h 276 #define u_strncasecmp u_strncasecmp_3_2 macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ustring.h 620 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options);
    [all...]
urename.h 276 #define u_strncasecmp u_strncasecmp_3_2 macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ustring.h 620 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options);
    [all...]
urename.h 276 #define u_strncasecmp u_strncasecmp_3_2 macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
ustring.h 620 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options);
    [all...]
urename.h 276 #define u_strncasecmp u_strncasecmp_3_2 macro
    [all...]
  /external/icu4c/common/unicode/
ustring.h 626 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options);
    [all...]
urename.h 386 #define u_strncasecmp U_ICU_ENTRY_POINT_RENAME(u_strncasecmp) macro
    [all...]
  /external/icu4c/test/cintltst/
cstrcase.c 679 /* test u_strncasecmp() - stop before the sharp s (U+00df) */
680 result=u_strncasecmp(mixed, different, 4, U_FOLD_CASE_DEFAULT);
682 log_err("error: u_strncasecmp(mixed, different, 4, default)=%ld instead of 0\n", result);
689 /* test u_strncasecmp() - stop in the middle of the sharp s (U+00df) */
690 result=u_strncasecmp(mixed, different, 5, U_FOLD_CASE_DEFAULT);
692 log_err("error: u_strncasecmp(mixed, different, 5, default)=%ld instead of positive\n", result);
    [all...]
  /external/icu4c/common/
ustrcase.c 982 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options) { function
  /external/icu4c/i18n/
rematch.cpp     [all...]

Completed in 1876 milliseconds