Home
last modified time | relevance | path

Searched refs:addSubtable (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DCanonGSUBBuilder.java235 initLookup.addSubtable(initClassTable); in buildArabicTables()
238 mediLookup.addSubtable(mediClassTable); in buildArabicTables()
241 finaLookup.addSubtable(finaClassTable); in buildArabicTables()
244 ligaLookup.addSubtable(ligaWalker); in buildArabicTables()
338 compLookup.addSubtable(compWalker); in buildLookups()
342 dcmpLookup.addSubtable(decompTables[i]); in buildLookups()
DLookup.java59 public void addSubtable(LookupSubtable subtable) in addSubtable() method in Lookup
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/
DLocaleDistanceBuilder.java237 addSubtable(e1.getKey(), e2.getKey(), value.nodeDistance); in copy()
242 DistanceTable addSubtable(String desired, String supported, int distance) { in addSubtable() method in LocaleDistanceBuilder.DistanceTable
280 node = addSubtable(desired, supported, distance); in addSubtables()
306 value.addSubtable(desiredScript, supportedScript, percentage); in addSubtables()
313 dt.addSubtable(desiredScript, supportedScript, percentage); in addSubtables()
344 dt.addSubtable(desiredRegion, supportedRegion, percentage); in addSubtables()
638 languageDesired2Supported.addSubtable(desiredLang, supportedLang, percentage); in add()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/
DLocaleDistanceBuilder.java237 addSubtable(e1.getKey(), e2.getKey(), value.nodeDistance); in copy()
242 DistanceTable addSubtable(String desired, String supported, int distance) { in addSubtable() method in LocaleDistanceBuilder.DistanceTable
280 node = addSubtable(desired, supported, distance); in addSubtables()
306 value.addSubtable(desiredScript, supportedScript, percentage); in addSubtables()
313 dt.addSubtable(desiredScript, supportedScript, percentage); in addSubtables()
344 dt.addSubtable(desiredRegion, supportedRegion, percentage); in addSubtables()
638 languageDesired2Supported.addSubtable(desiredLang, supportedLang, percentage); in add()