Searched defs:DefaultLocale (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/libc/test/src/ctype/ |
D | iscntrl_test.cpp | 12 TEST(IsCntrl, DefaultLocale) { in TEST() argument
|
D | isblank_test.cpp | 12 TEST(IsBlank, DefaultLocale) { in TEST() argument
|
D | isalpha_test.cpp | 13 TEST(IsAlpha, DefaultLocale) { in TEST() argument
|
D | isgraph_test.cpp | 12 TEST(IsGraph, DefaultLocale) { in TEST() argument
|
D | isalnum_test.cpp | 13 TEST(IsAlNum, DefaultLocale) { in TEST() argument
|
D | islower_test.cpp | 12 TEST(IsLower, DefaultLocale) { in TEST() argument
|
D | isupper_test.cpp | 12 TEST(IsUpper, DefaultLocale) { in TEST() argument
|
D | isspace_test.cpp | 12 TEST(IsSpace, DefaultLocale) { in TEST() argument
|
D | isxdigit_test.cpp | 12 TEST(IsXDigit, DefaultLocale) { in TEST() argument
|
D | toupper_test.cpp | 12 TEST(ToUpper, DefaultLocale) { in TEST() argument
|
D | isprint_test.cpp | 12 TEST(IsPrint, DefaultLocale) { in TEST() argument
|
D | isdigit_test.cpp | 13 TEST(IsDigit, DefaultLocale) { in TEST() argument
|
D | tolower_test.cpp | 12 TEST(ToLower, DefaultLocale) { in TEST() argument
|
D | ispunct_test.cpp | 25 TEST(IsPunct, DefaultLocale) { in TEST() argument
|