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

  /external/icu4c/tools/ctestfw/unicode/
testdata.h 15 #include "unicode/datamap.h"
28 * 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.
    [all...]
tstdtmod.h 18 #include "unicode/datamap.h"
27 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;
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/test/intltest/
dadrfmt.h 27 class DataMap;
41 void testConvertDate(TestData *testData, const DataMap *settings, UBool fmt);
42 // void testOps(TestData *testData, const DataMap *settings);
dadrcal.h 27 class DataMap;
41 void testConvert(TestData *testData, const DataMap *settings, UBool fwd);
42 void testOps(TestData *testData, const DataMap *settings);
dadrfmt.cpp 47 const DataMap *info= NULL;
92 const DataMap * /* settings */, UBool fmt) {
107 const DataMap *currentCase= NULL;
312 const DataMap *settings= NULL;
dadrcal.cpp 45 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;
dadrcoll.cpp 58 const DataMap *info = NULL;
172 const DataMap *settings = NULL;
173 const DataMap *currentCase = NULL;
convtest.cpp 97 const DataMap *testCase;
218 const DataMap *testCase;
384 const DataMap *testCase;
    [all...]
strcase.cpp 478 const DataMap *myCase = NULL;
  /external/icu4c/tools/ctestfw/
testdata.cpp 91 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)
datamap.cpp 9 #include "unicode/datamap.h"
14 DataMap::~DataMap() {}
15 DataMap::DataMap() {}
18 DataMap::utoi(const UnicodeString &s) const
tstdtmod.cpp 142 UBool RBTestDataModule::getInfo(const DataMap *& info, UErrorCode &/*status*/) const
  /external/icu4c/test/iotest/
iotest.cpp 199 const DataMap *testCase;
365 const DataMap *testCase;
567 const DataMap *testCase;
    [all...]
  /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 101 milliseconds