Home
last modified time | relevance | path

Searched refs:_P (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/android/
Dlocale_android.cpp54 # define _P _CTYPE_P macro
66 _P, _P, _P, _P, _P, _P, _P, _P, /* A0 */
67 _P, _P, _P, _P, _P, _P, _P, _P, /* A8 */
68 _P, _P, _P, _P, _P, _P, _P, _P, /* B0 */
69 _P, _P, _P, _P, _P, _P, _P, _P, /* B8 */
70 _P, _P, _P, _P, _P, _P, _P, _P, /* C0 */
71 _P, _P, _P, _P, _P, _P, _P, _P, /* C8 */
72 _P, _P, _P, _P, _P, _P, _P, _P, /* D0 */
73 _P, _P, _P, _P, _P, _P, _P, _P, /* D8 */
74 _P, _P, _P, _P, _P, _P, _P, _P, /* E0 */
[all …]
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0001-android-Add-locale-support.patch30 + static const mask print = _P | _U | _L | _N | _B;
36 + static const mask punct = _P;
216 + _P, _P, _P, _P, _P, _P, _P, _P, /* A0 */
217 + _P, _P, _P, _P, _P, _P, _P, _P, /* A8 */
218 + _P, _P, _P, _P, _P, _P, _P, _P, /* B0 */
219 + _P, _P, _P, _P, _P, _P, _P, _P, /* B8 */
220 + _P, _P, _P, _P, _P, _P, _P, _P, /* C0 */
221 + _P, _P, _P, _P, _P, _P, _P, _P, /* C8 */
222 + _P, _P, _P, _P, _P, _P, _P, _P, /* D0 */
223 + _P, _P, _P, _P, _P, _P, _P, _P, /* D8 */
[all …]
D0009-Fix-locale-stuff-for-LP64.patch27 +# define _P _CTYPE_P
34 static const mask print = _P | _U | _L | _N | _B;
51 +# define _P _CTYPE_P
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_evc.h301 inline void *__cdecl operator new(size_t, void *_P) { return (_P); } in new() argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__locale387 # define _P _CTYPE_P
394 static const mask print = _P | _U | _L | _N | _B;
400 static const mask punct = _P;
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-param-test.h.pump64 // for this fixture as you want. The _P suffix is for "parameterized"