Home
last modified time | relevance | path

Searched defs:lowerCase2 (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/ctype/ctype_gtest/
H A Dctype_towupper_test.cpp21 wint_t lowerCase2 = towupper(L'A'); in HWTEST_F() local
H A Dctype_towupper_l_test.cpp22 wint_t lowerCase2 = towupper_l(L'A', loc); in HWTEST_F() local
H A Dctype_toupper_l_test.cpp22 int lowerCase2 = toupper_l('A', loc); in HWTEST_F() local
H A Dctype_tolower_l_test.cpp21 int lowerCase2 = tolower_l('A', loc); in HWTEST_F() local

Completed in 1 milliseconds