Searched refs:_P (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/android/ |
D | locale_android.cpp | 54 # 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/ |
D | 0001-android-Add-locale-support.patch | 30 + 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 …]
|
D | 0009-Fix-locale-stuff-for-LP64.patch | 27 +# 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.h | 301 inline void *__cdecl operator new(size_t, void *_P) { return (_P); } in new() argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __locale | 387 # 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/ |
D | gtest-param-test.h.pump | 64 // for this fixture as you want. The _P suffix is for "parameterized"
|