Searched refs:clocale (Results 1 – 10 of 10) sorted by relevance
/external/libcxx/include/ |
D | clocale | 2 //===--------------------------- clocale ----------------------------------===// 15 clocale synopsis
|
D | module.modulemap | 145 module clocale { 146 header "clocale"
|
D | CMakeLists.txt | 41 clocale
|
/external/llvm-project/libcxx/include/ |
D | clocale | 2 //===--------------------------- clocale ----------------------------------===// 14 clocale synopsis
|
D | module.modulemap | 148 module clocale { 149 header "clocale"
|
D | CMakeLists.txt | 43 clocale
|
/external/jsoncpp/src/lib_json/ |
D | CMakeLists.txt | 11 check_include_file_cxx(clocale HAVE_CLOCALE) 12 check_cxx_symbol_exists(localeconv clocale HAVE_LOCALECONV) 23 set(CMAKE_EXTRA_INCLUDE_FILES clocale) 26 check_struct_has_member(lconv decimal_point clocale HAVE_DECIMAL_POINT LANGUAGE CXX)
|
/external/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 210 char clocale[100]; in searchTest() local 215 locale->extract(0, locale->length(), clocale, sizeof(clocale), NULL); in searchTest() 269 LocalUCollatorPointer collator(ucol_open(clocale, &status)); in searchTest()
|
/external/llvm-project/llvm/utils/gn/secondary/libcxx/include/ |
D | BUILD.gn | 97 "clocale",
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | StdSymbolMap.inc | 700 SYMBOL(lconv, std::, <clocale>) 719 SYMBOL(localeconv, std::, <clocale>) 1024 SYMBOL(setlocale, std::, <clocale>)
|