Searched defs:u_strncasecmp (Results 1 – 7 of 7) sorted by relevance
1884 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options) { in u_strncasecmp() function
607 int32_t u_strncasecmp(const UChar * s1, const UChar * s2, int32_t n, uint32_t options) { in u_strncasecmp() function
391 #define u_strncasecmp U_ICU_ENTRY_POINT_RENAME(u_strncasecmp) macro