Searched refs:Category_Map (Results 1 - 1 of 1) sorted by relevance

/external/stlport/src/
H A Dlocale_catalog.cpp99 typedef hash_map<string, pair<void*, size_t>, hash<string>, equal_to<string> > Category_Map; typedef
102 static Category_Map** ctype_hash() {
103 static Category_Map *_S_ctype_hash = 0;
106 static Category_Map** codecvt_hash() {
107 static Category_Map *_S_codecvt_hash = 0;
110 static Category_Map** numeric_hash() {
111 static Category_Map *_S_numeric_hash = 0;
114 static Category_Map** time_hash() {
115 static Category_Map *_S_time_hash = 0;
118 static Category_Map** collate_has
[all...]

Completed in 285 milliseconds