HomeSort by relevance Sort by last modified time
    Searched defs:DataMap (Results 1 - 3 of 3) sorted by null

  /external/icu4c/tools/ctestfw/unicode/
datamap.h 27 class T_CTEST_EXPORT_API DataMap {
29 virtual ~DataMap();
32 DataMap();
37 /** get the string from the DataMap. Addressed by name
43 /** get the string from the DataMap. Addressed by name
84 /** get an array of strings from the DataMap. Addressed by name.
91 /** get an array of integers from the DataMap. Addressed by name.
103 class T_CTEST_EXPORT_API RBDataMap : public DataMap{
  /external/icu4c/tools/ctestfw/
datamap.cpp 9 #include "unicode/datamap.h"
14 DataMap::~DataMap() {}
15 DataMap::DataMap() {}
18 DataMap::utoi(const UnicodeString &s) const
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc 157 for (DataMap::const_iterator i = extension_map_.begin();
175 DataMap::const_iterator it = extension_map_.find(id);
201 typedef std::map< std::string, std::pair<std::string, FilePath> > DataMap;
202 DataMap extension_map_;
    [all...]

Completed in 169 milliseconds