Lines Matching refs:get
68 UnicodeString& get(const char* tableKey, const char* itemKey,
70 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey,
80 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const {
81 return get(tableKey, NULL, itemKey, result);
115 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey,
472 return langData.get("Languages", lang, result);
478 return langData.get("Scripts", script, result);
485 return langData.get("Scripts", name, result);
491 return regionData.get("Countries", region, result);
497 return langData.get("Variants", variant, result);
503 return langData.get("Keys", key, result);
510 return langData.get("Types", key, value, result);