Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 29) sorted by relevance

12

/ndk/sources/cxx-stl/stlport/src/
Dlocale_impl.cpp677 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 …]
Dlocale.cpp103 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.h70 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.h62 static _STLP_STATIC_DECLSPEC locale::id id; variable
91 static _STLP_STATIC_DECLSPEC locale::id id; variable
D_collate.h62 static _STLP_STATIC_DECLSPEC locale::id id; variable
98 static _STLP_STATIC_DECLSPEC locale::id id; variable
D_messages_facets.h71 static _STLP_STATIC_DECLSPEC locale::id id; variable
104 static _STLP_STATIC_DECLSPEC locale::id id; variable
D_locale.h103 _STLP_CLASS_DECLSPEC id { struct
106 static size_t _S_max;
D_codecvt.h229 static _STLP_STATIC_DECLSPEC locale::id id; variable
326 static _STLP_STATIC_DECLSPEC locale::id id; variable
D_time_facets.h156 static locale::id id; variable
264 static locale::id id; variable
D_ctype.h114 static _STLP_STATIC_DECLSPEC locale::id id; variable
217 static _STLP_STATIC_DECLSPEC locale::id id; variable
D_num_put.h104 static locale::id id; variable
D_num_get.h123 static locale::id id; variable
/ndk/tests/device/test-gnustl-full/unit/
Dlocale_test.cpp231 static locale::id id; member in dummy_facet
234 locale::id dummy_facet::id; member in dummy_facet
Dcodecvt_test.cpp131 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
Dfstream_test.cpp682 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>
Dhash_test.cpp266 for ( int id = 400; id != 1; id-- ) { in hmmap2() local
/ndk/tests/device/test-stlport/unit/
Dlocale_test.cpp231 static locale::id id; member in dummy_facet
234 locale::id dummy_facet::id; member in dummy_facet
Dcodecvt_test.cpp131 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
Dfstream_test.cpp682 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>
Dhash_test.cpp266 for ( int id = 400; id != 1; id-- ) { in hmmap2() local
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex.h426 # 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
Dregex_internal.c1056 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/
Druntests.c56 run_a_test (int id, const struct a_test * t) in run_a_test()
/ndk/sources/host-tools/make-3.81/
Dremote-cstms.c298 remote_kill (int id, int sig) in remote_kill()
Dansi2knr.c522 char *id = p; local

12