/ndk/sources/cxx-stl/stlport/src/ |
D | locale_impl.cpp | 677 locale::id collate<char>::id = { 1 }; member in collate<char> 678 locale::id ctype<char>::id = { 2 }; member in ctype<char> 679 locale::id codecvt<char, char, mbstate_t>::id = { 3 }; member in codecvt<char, char, mbstate_t> 680 locale::id moneypunct<char, true>::id = { 4 }; member in moneypunct<char, true> 681 locale::id moneypunct<char, false>::id = { 5 }; member in moneypunct<char, false> 682 locale::id numpunct<char>::id = { 6 } ; member in numpunct<char> 683 locale::id messages<char>::id = { 7 }; member in messages<char> 686 locale::id collate<wchar_t>::id = { 14 }; member in collate<wchar_t> 687 locale::id ctype<wchar_t>::id = { 15 }; member in ctype<wchar_t> 688 locale::id codecvt<wchar_t, char, mbstate_t>::id = { 16 }; member in codecvt<wchar_t, char, mbstate_t> [all …]
|
D | locale.cpp | 103 static const locale::id& _Stl_loc_get_index(locale::id& id) { in _Stl_loc_get_index()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _monetary.h | 70 static locale::id id; variable 102 static _STLP_STATIC_DECLSPEC locale::id id; variable 142 static _STLP_STATIC_DECLSPEC locale::id id; variable 183 static _STLP_STATIC_DECLSPEC locale::id id; variable 222 static _STLP_STATIC_DECLSPEC locale::id id; variable 403 static locale::id id; variable
|
D | _numpunct.h | 62 static _STLP_STATIC_DECLSPEC locale::id id; variable 91 static _STLP_STATIC_DECLSPEC locale::id id; variable
|
D | _collate.h | 62 static _STLP_STATIC_DECLSPEC locale::id id; variable 98 static _STLP_STATIC_DECLSPEC locale::id id; variable
|
D | _messages_facets.h | 71 static _STLP_STATIC_DECLSPEC locale::id id; variable 104 static _STLP_STATIC_DECLSPEC locale::id id; variable
|
D | _locale.h | 103 _STLP_CLASS_DECLSPEC id { struct 106 static size_t _S_max;
|
D | _codecvt.h | 229 static _STLP_STATIC_DECLSPEC locale::id id; variable 326 static _STLP_STATIC_DECLSPEC locale::id id; variable
|
D | _time_facets.h | 156 static locale::id id; variable 264 static locale::id id; variable
|
D | _ctype.h | 114 static _STLP_STATIC_DECLSPEC locale::id id; variable 217 static _STLP_STATIC_DECLSPEC locale::id id; variable
|
D | _num_put.h | 104 static locale::id id; variable
|
D | _num_get.h | 123 static locale::id id; variable
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | locale_test.cpp | 231 static locale::id id; member in dummy_facet 234 locale::id dummy_facet::id; member in dummy_facet
|
D | codecvt_test.cpp | 131 static locale::id id; member 136 locale::id eater_codecvt::id; member in eater_codecvt 275 static locale::id id; member 280 locale::id generator_codecvt::id; member in generator_codecvt
|
D | fstream_test.cpp | 682 static locale::id id; member in std::codecvt 685 locale::id codecvt<char, char, my_state>::id; member in std::codecvt<char, char, my_state> 690 locale::id codecvt<char, char, my_state>::id; member in codecvt<char, char, my_state>
|
D | hash_test.cpp | 266 for ( int id = 400; id != 1; id-- ) { in hmmap2() local
|
/ndk/tests/device/test-stlport/unit/ |
D | locale_test.cpp | 231 static locale::id id; member in dummy_facet 234 locale::id dummy_facet::id; member in dummy_facet
|
D | codecvt_test.cpp | 131 static locale::id id; member 136 locale::id eater_codecvt::id; member in eater_codecvt 275 static locale::id id; member 280 locale::id generator_codecvt::id; member in generator_codecvt
|
D | fstream_test.cpp | 682 static locale::id id; member in std::codecvt 685 locale::id codecvt<char, char, my_state>::id; member in std::codecvt<char, char, my_state> 690 locale::id codecvt<char, char, my_state>::id; member in codecvt<char, char, my_state>
|
D | hash_test.cpp | 266 for ( int id = 400; id != 1; id-- ) { in hmmap2() local
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regex.h | 426 # define _REG_RE_NAME(id) id argument 427 # define _REG_RM_NAME(id) id argument 429 # define _REG_RE_NAME(id) re_##id argument 430 # define _REG_RM_NAME(id) rm_##id argument
|
D | regex_internal.c | 1056 Idx i1, i2, is, id, delta, sbase; in re_node_set_add_intersect() local 1147 Idx i1, i2, id; in re_node_set_init_union() local 1199 Idx is, id, sbase, delta; in re_node_set_merge() local
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | runtests.c | 56 run_a_test (int id, const struct a_test * t) in run_a_test()
|
/ndk/sources/host-tools/make-3.81/ |
D | remote-cstms.c | 298 remote_kill (int id, int sig) in remote_kill()
|
D | ansi2knr.c | 522 char *id = p; local
|