Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DHyphenator.java125 private static class HyphenationData { class in Hyphenator
128 HyphenationData(String languageTag, int minPrefix, int minSuffix) { in HyphenationData() method in Hyphenator.HyphenationData
135 private static Hyphenator loadHyphenator(HyphenationData data) { in loadHyphenator()
205 private static final HyphenationData[] AVAILABLE_LANGUAGES = {
206 new HyphenationData("as", INDIC_MIN_PREFIX, INDIC_MIN_SUFFIX), // Assamese
207 new HyphenationData("bg", 2, 2), // Bulgarian
208 new HyphenationData("bn", INDIC_MIN_PREFIX, INDIC_MIN_SUFFIX), // Bengali
209 new HyphenationData("cu", 1, 2), // Church Slavonic
210 new HyphenationData("cy", 2, 3), // Welsh
211 new HyphenationData("da", 2, 2), // Danish
[all …]
/frameworks/base/
Dpreloaded-classes145 [Landroid.text.Hyphenator$HyphenationData;
2161 android.text.Hyphenator$HyphenationData
Dcompiled-classes-phone3985 android.text.Hyphenator$HyphenationData