OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lig
(Results
1 - 14
of
14
) sorted by null
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
TreeWalker.java
17
abstract void ligature(int
lig
);
LigatureTreeWalker.java
48
public void ligature(int
lig
)
61
ligatureSet.addElement(new LigatureEntry(
lig
, componentChars, componentCount));
123
for (int
lig
= 0;
lig
< ligatureCount;
lig
+= 1) {
127
for (int
lig
= 0;
lig
< ligatureCount;
lig
+= 1) {
128
LigatureEntry entry = (LigatureEntry) aLigatureSet.elementAt(
lig
);
/external/icu/icu4c/source/layout/
LigatureSubstSubtables.cpp
26
for (le_uint16
lig
= 0;
lig
< ligCount;
lig
+= 1) {
27
Offset ligTableOffset = SWAPW(ligSetTable->ligatureTableOffsetArray[
lig
]);
/external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py
435
for
lig
in set:
436
ligs.append(
lig
)
449
for
lig
in ligSets:
450
xmlWriter.simpletag("Ligature", glyph=
lig
.LigGlyph,
451
components=",".join(
lig
.Component))
468
lig
= Ligature()
469
lig
.LigGlyph = attrs["glyph"]
470
lig
.Component = attrs["components"].split(",")
471
ligs.append(
lig
)
/external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh
709
const Ligature &
lig
= this+ligature[i];
local
710
if (
lig
.would_apply (c))
722
const Ligature &
lig
= this+ligature[i];
local
723
if (
lig
.apply (c)) return_trace (true);
[
all
...]
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
mootools-more-yui-compressed.min.js
[
all
...]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
evex-lig256.d
4
#source: evex-
lig
.s
[
all
...]
evex-lig512.d
4
#source: evex-
lig
.s
[
all
...]
x86-64-evex-lig256-intel.d
4
#source: x86-64-evex-
lig
.s
[
all
...]
x86-64-evex-lig256.d
4
#source: x86-64-evex-
lig
.s
[
all
...]
x86-64-evex-lig512-intel.d
4
#source: x86-64-evex-
lig
.s
[
all
...]
x86-64-evex-lig512.d
4
#source: x86-64-evex-
lig
.s
[
all
...]
evex-lig256-intel.d
4
#source: evex-
lig
.s
[
all
...]
evex-lig512-intel.d
4
#source: evex-
lig
.s
[
all
...]
Completed in 872 milliseconds