Searched refs:Category_Map (Results 1 – 1 of 1) sorted by relevance
99 typedef hash_map<string, pair<void*, size_t>, hash<string>, equal_to<string> > Category_Map; typedef102 static Category_Map** ctype_hash() { in ctype_hash()103 static Category_Map *_S_ctype_hash = 0; in ctype_hash()106 static Category_Map** codecvt_hash() { in codecvt_hash()107 static Category_Map *_S_codecvt_hash = 0; in codecvt_hash()110 static Category_Map** numeric_hash() { in numeric_hash()111 static Category_Map *_S_numeric_hash = 0; in numeric_hash()114 static Category_Map** time_hash() { in time_hash()115 static Category_Map *_S_time_hash = 0; in time_hash()118 static Category_Map** collate_hash() { in collate_hash()[all …]