Home
last modified time | relevance | path

Searched refs:classic_table (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/
Dclassic_table.pass.cpp22 assert(F::classic_table() != 0); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
Dtable.pass.cpp25 assert(f.table() == f.classic_table()); in main()
/ndk/sources/cxx-stl/stlport/src/
Dctype.cpp43 ctype<char>::classic_table() _STLP_NOTHROW { in classic_table() function in ctype
318 _M_ctype_table(__tab ? __tab : classic_table()), in ctype()
395 const ctype_base::mask * table = ctype<char>::classic_table(); in do_is()
402 const ctype_base::mask * table = ctype<char>::classic_table(); in do_is()
414 return find_if(low, high, _Ctype_w_is_mask(m, ctype<char>::classic_table())); in do_scan_is()
421 return find_if(low, high, not1(_Ctype_w_is_mask(m, ctype<char>::classic_table()))); in do_scan_not()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ctype.h119 static const mask* _STLP_CALL classic_table() _STLP_NOTHROW;
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0001-android-Add-locale-support.patch139 ctype<char>::classic_table() _NOEXCEPT
141 @@ -1035,6 +1056,8 @@ ctype<char>::classic_table() _NOEXCEPT
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp808 return isascii(c) ? (ctype<char>::classic_table()[c] & m) != 0 : false; in do_is()
816 ctype<char>::classic_table()[*low] : 0); in do_is()
824 if (isascii(*low) && (ctype<char>::classic_table()[*low] & m)) in do_scan_is()
833 if (!(isascii(*low) && (ctype<char>::classic_table()[*low] & m))) in do_scan_not()
943 __tab_ = classic_table(); in ctype()
1071 ctype<char>::classic_table() _NOEXCEPT in classic_table() function in ctype
1094 # warning ctype<char>::classic_table() is not implemented in classic_table()
1278 *vec = static_cast<mask>(ctype<char>::classic_table()[*low]); in do_is()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__locale626 static const mask* classic_table() _NOEXCEPT;
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk2127 …zation/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/classic_table)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk2118 …zation/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/classic_table)