OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ctype_android
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/android/
locale_android.cpp
41
// const char* const
_ctype_android
= ...;
44
extern "C" const unsigned short* const
_ctype_android
;
variable
101
const unsigned short* const
_ctype_android
= ctype_android_tab + 128;
variable
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp
1017
extern "C" const unsigned short* const
_ctype_android
;
variable
1038
return
_ctype_android
;
[
all
...]
Completed in 48 milliseconds