Home
last modified time | relevance | path

Searched defs:tolower (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libc/include/bits/
H A Dctype_inlines.h144 __BIONIC_CTYPE_INLINE int tolower(int __ch) { in tolower() function
/aosp12/bionic/tests/
H A Dctype_test.cpp300 TEST(ctype, tolower) { in TEST() argument
/aosp12/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp332 void AString::tolower() { in tolower() function in android::AString