HomeSort by relevance Sort by last modified time
    Searched full:c_locale (Results 1 - 25 of 43) sorted by null

1 2

  /ndk/sources/cxx-stl/stlport/src/
c_locale.c 21 #include "c_locale.h"
acquire_release.h 22 #include "c_locale.h"
locale_impl.h 26 #include "c_locale.h"
message_facets.h 25 #include "c_locale.h"
locale_catalog.cpp 26 #include "c_locale.h"
c_locale.h 37 #include <stl/c_locale.h>
iostream.cpp 31 #include "c_locale.h"
  /ndk/sources/cxx-stl/stlport/
Android.mk 50 src/c_locale.c \
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_collate.h 26 # include <stl/c_locale.h>
_messages_facets.h 32 # include <stl/c_locale.h>
_numpunct.h 31 # include <stl/c_locale.h>
_ctype.h 26 # include <stl/c_locale.h>
_num_get.h 31 # include <stl/c_locale.h>
_time_facets.h 31 # include <stl/c_locale.h>
_codecvt.h 27 # include <stl/c_locale.h>
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_collate.h 26 # include <stl/c_locale.h>
_messages_facets.h 32 # include <stl/c_locale.h>
_numpunct.h 31 # include <stl/c_locale.h>
_ctype.h 26 # include <stl/c_locale.h>
_num_get.h 31 # include <stl/c_locale.h>
_time_facets.h 31 # include <stl/c_locale.h>
_codecvt.h 27 # include <stl/c_locale.h>
  /art/runtime/interpreter/
unstarted_runtime_test.cc 711 std::locale c_locale("C");
715 bool c_upper = std::isupper(static_cast<char>(i), c_locale);
716 bool c_lower = std::islower(static_cast<char>(i), c_locale);
729 EXPECT_EQ(static_cast<uint32_t>(std::tolower(static_cast<char>(i), c_locale)),
746 EXPECT_EQ(static_cast<uint32_t>(std::toupper(static_cast<char>(i), c_locale)),
  /external/ImageMagick/MagickCore/
locale.c 100 c_locale = (locale_t) NULL;
136 if (c_locale == (locale_t) NULL)
137 c_locale=newlocale(LC_ALL_MASK,"C",(locale_t) 0);
139 if (c_locale == (locale_t) NULL)
140 c_locale=_create_locale(LC_ALL,"C");
142 return(c_locale);
268 if (c_locale != (locale_t) NULL)
269 freelocale(c_locale);
271 if (c_locale != (locale_t) NULL)
272 _free_locale(c_locale);
97 c_locale = (locale_t) NULL; variable
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 19 /* This is a "stub" implementation of the "c_locale.h" interface,

Completed in 771 milliseconds

1 2