HomeSort by relevance Sort by last modified time
    Searched refs:classic (Results 251 - 275 of 298) sorted by null

<<1112

  /external/stlport/src/
locale.cpp 144 _M_impl = _get_Locale_impl( locale::classic()._M_impl );
406 const locale& _STLP_CALL locale::classic() { function in class:locale
  /ndk/sources/cxx-stl/stlport/src/
locale.cpp 144 _M_impl = _get_Locale_impl( locale::classic()._M_impl );
405 const locale& _STLP_CALL locale::classic() { function in class:locale
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
locale_classes.h 277 classic();
347 // Contains data from the underlying "C" library for the classic locale.
350 // String literal for the name of the classic locale.
392 // classic locale.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.h 276 classic();
346 // Contains data from the underlying "C" library for the classic locale.
349 // String literal for the name of the classic locale.
391 // classic locale.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_classes.h 276 classic();
346 // Contains data from the underlying "C" library for the classic locale.
349 // String literal for the name of the classic locale.
391 // classic locale.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 274 classic();
343 // Contains data from the underlying "C" library for the classic locale.
346 // String literal for the name of the classic locale.
385 // classic locale.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 274 classic();
343 // Contains data from the underlying "C" library for the classic locale.
346 // String literal for the name of the classic locale.
385 // classic locale.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 274 classic();
343 // Contains data from the underlying "C" library for the classic locale.
346 // String literal for the name of the classic locale.
385 // classic locale.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_classes.h 274 classic();
343 // Contains data from the underlying "C" library for the classic locale.
346 // String literal for the name of the classic locale.
385 // classic locale.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_classes.h 277 classic();
347 // Contains data from the underlying "C" library for the classic locale.
350 // String literal for the name of the classic locale.
392 // classic locale.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.h 278 classic();
348 // Contains data from the underlying "C" library for the classic locale.
351 // String literal for the name of the classic locale.
393 // classic locale.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_classes.h 277 classic();
347 // Contains data from the underlying "C" library for the classic locale.
350 // String literal for the name of the classic locale.
392 // classic locale.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.h 278 classic();
348 // Contains data from the underlying "C" library for the classic locale.
351 // String literal for the name of the classic locale.
393 // classic locale.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_classes.h 276 classic();
346 // Contains data from the underlying "C" library for the classic locale.
349 // String literal for the name of the classic locale.
391 // classic locale.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_classes.h 276 classic();
346 // Contains data from the underlying "C" library for the classic locale.
349 // String literal for the name of the classic locale.
391 // classic locale.
  /external/stlport/test/unit/
fstream_test.cpp 441 locale tmp(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>(".UTF8"));
696 ifstr.imbue(locale::classic());
701 locale my_loc(locale::classic(), new my_codecvt());
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 459 locale tmp(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>(".UTF8"));
714 ifstr.imbue(locale::classic());
719 locale my_loc(locale::classic(), new my_codecvt());
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 459 locale tmp(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>(".UTF8"));
714 ifstr.imbue(locale::classic());
719 locale my_loc(locale::classic(), new my_codecvt());
  /external/robolectric/lib/main/
xpp3-1.1.4c.jar 
  /external/smack/asmack-master/lib/
xpp3-1.1.4c.jar 
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp 618 if (loc != std::locale::classic()) {
699 if (loc != std::locale::classic()) {
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
number.pxd 39 # is equivalent to the ``classic'' division of integers.
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 803 pre.classic {
  /external/libunwind/doc/
libunwind.tex 146 which prints a classic stack trace:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py 720 # MI mixing classic and new-style classes.
735 # Classic MRO is preserved for a classic base class.
741 # But with a mix of classic bases, their MROs are combined using
800 class Classic:
803 class New(Classic):
808 self.fail("new class with only classic bases - shouldn't be")
2882 class classic: class in function:.test_classic_comparisons
2929 class classic: class in function:.test_rich_comparisons
    [all...]

Completed in 1757 milliseconds

<<1112