OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lig
(Results
1 - 12
of
12
) sorted by null
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
TreeWalker.java
19
abstract void ligature(int
lig
);
LigatureTreeWalker.java
50
public void ligature(int
lig
)
63
ligatureSet.addElement(new LigatureEntry(
lig
, componentChars, componentCount));
125
for (int
lig
= 0;
lig
< ligatureCount;
lig
+= 1) {
129
for (int
lig
= 0;
lig
< ligatureCount;
lig
+= 1) {
130
LigatureEntry entry = (LigatureEntry) aLigatureSet.elementAt(
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
726
const Ligature &
lig
= this+ligature[i];
local
727
if (
lig
.would_apply (c))
739
const Ligature &
lig
= this+ligature[i];
local
740
if (
lig
.apply (c)) return_trace (true);
[
all
...]
/toolchain/binutils/binutils-2.27/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 692 milliseconds