Home
last modified time | relevance | path

Searched defs:strcasecmp_l (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dstrings_l.cpp32 int strcasecmp_l(const char* s1, const char* s2, locale_t) { in strcasecmp_l() function
/aosp12/bionic/tests/
H A Dstrings_test.cpp89 TEST(STRINGS_TEST, strcasecmp_l) { in TEST() argument