HomeSort by relevance Sort by last modified time
    Searched refs:Category_Map (Results 1 - 2 of 2) sorted by null

  /external/stlport/src/
locale_catalog.cpp 99 typedef hash_map<string, pair<void*, size_t>, hash<string>, equal_to<string> > Category_Map;
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_hash()
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
locale_catalog.cpp 99 typedef hash_map<string, pair<void*, size_t>, hash<string>, equal_to<string> > Category_Map;
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_hash()
    [all...]

Completed in 534 milliseconds