Searched refs:DataMap (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
H A Dtestdata.h28 * DataMap *settings = NULL;
29 * DataMap *cases = NULL;
42 DataMap *fInfo;
43 DataMap *fCurrSettings;
44 DataMap *fCurrCase;
57 /** Get a pointer to an object owned DataMap that contains more information on this
60 * @param info pass in a const DataMap pointer. If no info, it will be set to NULL
62 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0;
65 * DataMap is owned by the object and should not be deleted.
66 * @param settings a DataMap pointe
[all...]
H A Dtstdtmod.h27 class DataMap;
39 DataMap *fInfo;
61 /** Get a pointer to an object owned DataMap that contains more information on this module
65 * @param info pass in a const DataMap pointer. If no info, it will be set to NULL
67 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0;
93 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const;
H A Ddatamap.h27 class T_CTEST_EXPORT_API DataMap { class
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/icu/icu4c/source/tools/ctestfw/unicode/
H A Dtestdata.h28 * DataMap *settings = NULL;
29 * DataMap *cases = NULL;
42 DataMap *fInfo;
43 DataMap *fCurrSettings;
44 DataMap *fCurrCase;
57 /** Get a pointer to an object owned DataMap that contains more information on this
60 * @param info pass in a const DataMap pointer. If no info, it will be set to NULL
62 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0;
65 * DataMap is owned by the object and should not be deleted.
66 * @param settings a DataMap pointe
[all...]
H A Dtstdtmod.h27 class DataMap;
39 DataMap *fInfo;
61 /** Get a pointer to an object owned DataMap that contains more information on this module
65 * @param info pass in a const DataMap pointer. If no info, it will be set to NULL
67 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0;
93 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const;
H A Ddatamap.h27 class T_CTEST_EXPORT_API DataMap { class
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/chromium_org/third_party/icu/source/test/intltest/
H A Ddadrcal.h27 class DataMap;
41 void testConvert(TestData *testData, const DataMap *settings, UBool fwd);
42 void testOps(TestData *testData, const DataMap *settings);
H A Ddadrfmt.h27 class DataMap;
41 void testConvertDate(TestData *testData, const DataMap *settings, UBool fmt);
42 // void testOps(TestData *testData, const DataMap *settings);
H A Ddadrcal.cpp45 const DataMap *info= NULL;
72 const DataMap * /*settings*/) {
79 const DataMap *currentCase= NULL;
365 const DataMap *settings, UBool forward) {
368 const DataMap *currentCase= NULL;
453 const DataMap *settings= NULL;
H A Ddadrfmt.cpp47 const DataMap *info= NULL;
94 const DataMap * /* settings */, UBool fmt) {
109 const DataMap *currentCase= NULL;
332 const DataMap *settings= NULL;
H A Ddadrcoll.cpp58 const DataMap *info = NULL;
172 const DataMap *settings = NULL;
173 const DataMap *currentCase = NULL;
/external/icu/icu4c/source/test/intltest/
H A Ddadrcal.h27 class DataMap;
41 void testConvert(TestData *testData, const DataMap *settings, UBool fwd);
42 void testOps(TestData *testData, const DataMap *settings);
H A Ddadrfmt.h27 class DataMap;
41 void testConvertDate(TestData *testData, const DataMap *settings, UBool fmt);
42 // void testOps(TestData *testData, const DataMap *settings);
H A Ddadrcal.cpp45 const DataMap *info= NULL;
72 const DataMap * /*settings*/) {
79 const DataMap *currentCase= NULL;
365 const DataMap *settings, UBool forward) {
368 const DataMap *currentCase= NULL;
453 const DataMap *settings= NULL;
H A Ddadrfmt.cpp47 const DataMap *info= NULL;
94 const DataMap * /* settings */, UBool fmt) {
109 const DataMap *currentCase= NULL;
332 const DataMap *settings= NULL;
/external/chromium_org/base/
H A Dsupports_user_data.cc16 DataMap::const_iterator found = user_data_.find(key);
38 DataMap local_user_data;
H A Dsupports_user_data.h49 typedef std::map<const void*, linked_ptr<Data> > DataMap; typedef in class:base::SupportsUserData
52 DataMap user_data_;
/external/chromium_org/third_party/icu/source/tools/ctestfw/
H A Dtestdata.cpp91 UBool RBTestData::getInfo(const DataMap *& info, UErrorCode &/*status*/) const
102 UBool RBTestData::nextSettings(const DataMap *& settings, UErrorCode &status)
123 UBool RBTestData::nextCase(const DataMap *& nextCase, UErrorCode &status)
H A Ddatamap.cpp14 DataMap::~DataMap() {}
15 DataMap::DataMap() {} function in class:DataMap
18 DataMap::utoi(const UnicodeString &s) const
H A Dtstdtmod.cpp142 UBool RBTestDataModule::getInfo(const DataMap *& info, UErrorCode &/*status*/) const
/external/icu/icu4c/source/tools/ctestfw/
H A Dtestdata.cpp91 UBool RBTestData::getInfo(const DataMap *& info, UErrorCode &/*status*/) const
102 UBool RBTestData::nextSettings(const DataMap *& settings, UErrorCode &status)
123 UBool RBTestData::nextCase(const DataMap *& nextCase, UErrorCode &status)
H A Ddatamap.cpp14 DataMap::~DataMap() {}
15 DataMap::DataMap() {} function in class:DataMap
18 DataMap::utoi(const UnicodeString &s) const
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DSpaceSplitString.h87 typedef HashMap<AtomicString, Data*> DataMap;
89 static DataMap& sharedDataMap();
H A DSpaceSplitString.cpp148 SpaceSplitString::DataMap& SpaceSplitString::sharedDataMap()
150 DEFINE_STATIC_LOCAL(DataMap, map, ());
/external/chromium_org/content/browser/dom_storage/
H A Dsession_storage_database_unittest.cc33 typedef std::map<std::string, std::string> DataMap; typedef in class:content::SessionStorageDatabaseTest
45 void ReadData(DataMap* data) const;
183 void SessionStorageDatabaseTest::ReadData(DataMap* data) const {
193 DataMap data;
207 for (DataMap::const_iterator it = data.begin(); it != data.end(); ++it) {
220 for (DataMap::const_iterator it = data.begin(); it != data.end(); ++it) {
257 for (DataMap::const_iterator it = data.begin(); it != data.end(); ++it) {
287 DataMap data;

Completed in 616 milliseconds

12