Searched refs:addHyphenatorAlias (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/jni/ |
D | android_text_Hyphenator.cpp | 78 static void addHyphenatorAlias(const std::string& from, const std::string& to) { in addHyphenatorAlias() function 79 minikin::addHyphenatorAlias(from, to); in addHyphenatorAlias() 151 addHyphenatorAlias("en-AS", "en-US"); // English (American Samoa) in init() 152 addHyphenatorAlias("en-GU", "en-US"); // English (Guam) in init() 153 addHyphenatorAlias("en-MH", "en-US"); // English (Marshall Islands) in init() 154 addHyphenatorAlias("en-MP", "en-US"); // English (Northern Mariana Islands) in init() 155 addHyphenatorAlias("en-PR", "en-US"); // English (Puerto Rico) in init() 156 addHyphenatorAlias("en-UM", "en-US"); // English (United States Minor Outlying Islands) in init() 157 addHyphenatorAlias("en-VI", "en-US"); // English (Virgin Islands) in init() 160 addHyphenatorAlias("en", "en-GB"); in init() [all …]
|
/frameworks/minikin/libs/minikin/ |
D | HyphenatorMap.cpp | 40 void addHyphenatorAlias(const std::string& fromLocaleStr, const std::string& toLocaleStr) { in addHyphenatorAlias() function
|
/frameworks/minikin/fuzz/hyphenator_fuzzer/ |
D | hyphenator_fuzzer.cpp | 105 addHyphenatorAlias(fromLocaleString, toLocaleString); in LLVMFuzzerTestOneInput()
|
/frameworks/minikin/include/minikin/ |
D | Hyphenator.h | 38 void addHyphenatorAlias(const std::string& fromLocaleStr, const std::string& toLocaleStr);
|