HomeSort by relevance Sort by last modified time
    Searched defs:u_strcmpFold (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
ustrcase.cpp 469 * This function is called from u_strcmpFold() and u_caseInsensitivePrefixMatch().
848 u_strcmpFold(const UChar *s1, int32_t length1,
870 return u_strcmpFold(s1, length1, s2, length2,
878 return u_strcmpFold(s1, -1, s2, -1,
886 return u_strcmpFold(s1, length, s2, length,
894 return u_strcmpFold(s1, n, s2, n,
  /external/icu/icu4c/source/common/unicode/
urename.h 376 #define u_strcmpFold U_ICU_ENTRY_POINT_RENAME(u_strcmpFold)
    [all...]

Completed in 630 milliseconds