Home
last modified time | relevance | path

Searched refs:clocale (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/include/
Dclocale2 //===--------------------------- clocale ----------------------------------===//
15 clocale synopsis
Dmodule.modulemap145 module clocale {
146 header "clocale"
/external/icu/icu4c/source/test/intltest/
Dssearch.cpp200 char clocale[100]; in searchTest() local
205 locale->extract(0, locale->length(), clocale, sizeof(clocale), NULL); in searchTest()
259 LocalUCollatorPointer collator(ucol_open(clocale, &status)); in searchTest()