Home
last modified time | relevance | path

Searched refs:addHyphenatorAlias (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/
Dandroid_text_Hyphenator.cpp76 static void addHyphenatorAlias(const std::string& from, const std::string& to) { in addHyphenatorAlias() function
77 minikin::addHyphenatorAlias(from, to); in addHyphenatorAlias()
134 addHyphenatorAlias("en-AS", "en-US"); // English (American Samoa) in init()
135 addHyphenatorAlias("en-GU", "en-US"); // English (Guam) in init()
136 addHyphenatorAlias("en-MH", "en-US"); // English (Marshall Islands) in init()
137 addHyphenatorAlias("en-MP", "en-US"); // English (Northern Mariana Islands) in init()
138 addHyphenatorAlias("en-PR", "en-US"); // English (Puerto Rico) in init()
139 addHyphenatorAlias("en-UM", "en-US"); // English (United States Minor Outlying Islands) in init()
140 addHyphenatorAlias("en-VI", "en-US"); // English (Virgin Islands) in init()
143 addHyphenatorAlias("en", "en-GB"); in init()
[all …]
/frameworks/minikin/libs/minikin/
DHyphenatorMap.cpp40 void addHyphenatorAlias(const std::string& fromLocaleStr, const std::string& toLocaleStr) { in addHyphenatorAlias() function
/frameworks/minikin/include/minikin/
DHyphenator.h38 void addHyphenatorAlias(const std::string& fromLocaleStr, const std::string& toLocaleStr);