HomeSort by relevance Sort by last modified time
    Searched refs:clocale (Results 1 - 5 of 5) sorted by null

  /external/stlport/test/unit/
clocale_header_test.cpp 8 #include <clocale>
  /external/stlport/stlport/stl/
_clocale.h 23 # include_next <clocale>
25 # include _STLP_NATIVE_CPP_C_HEADER(clocale)
  /external/stlport/stlport/
clocale 32 # include_next <clocale>
34 # include _STLP_NATIVE_CPP_C_HEADER(clocale)
  /external/stlport/src/
locale_impl.h 22 #include <clocale> // C locale header file.
  /external/icu4c/test/intltest/
ssearch.cpp 230 char clocale[100]; local
235 locale->extract(0, locale->length(), clocale, sizeof(clocale), NULL);
289 UCollator *collator = ucol_open(clocale, &status);
578 char clocale[100]; local
583 locale->extract(0, locale->length(), clocale, sizeof(clocale), NULL);
637 UCollator *collator = ucol_open(clocale, &status);
    [all...]

Completed in 21 milliseconds