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

  /prebuilts/ndk/r11/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
115 const unsigned short* const _ctype_android = ctype_android_tab + 128; variable
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/support/android/
locale_android.cpp 41 // const char* const _ctype_android = ...;
44 extern "C" const unsigned short* const _ctype_android; variable
115 const unsigned short* const _ctype_android = ctype_android_tab + 128; variable
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 1067 extern "C" const unsigned short* const _ctype_android; variable
1088 return _ctype_android;
    [all...]

Completed in 1061 milliseconds