HomeSort by relevance Sort by last modified time
    Searched refs:subtables (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
Lookup.java 18 private LookupSubtable[] subtables; field in class:Lookup
53 subtables = new LookupSubtable[10];
59 if (subtableCount >= subtables.length) {
60 LookupSubtable[] newSubtables = new LookupSubtable[subtables.length + 5];
62 System.arraycopy(subtables, 0, newSubtables, 0, subtables.length);
63 subtables = newSubtables;
66 subtables[subtableCount] = subtable;
86 subtables[i].writeLookupSubtable(writer);
  /external/harfbuzz_ng/src/
hb-ot-layout.cc 987 const hb_get_subtables_context_t::array_t &subtables)
998 for (unsigned int i = 0; i < subtables.len; i++)
999 if (subtables[i].apply (c))
1017 const hb_get_subtables_context_t::array_t &subtables)
1027 for (unsigned int i = 0; i < subtables.len; i++)
1028 if (subtables[i].apply (c))
1055 hb_get_subtables_context_t::array_t subtables; local
1056 hb_get_subtables_context_t c_get_subtables (subtables);
1067 ret = apply_forward (c, accel, subtables);
1083 apply_backward (c, accel, subtables);
    [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 585 milliseconds