OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:markIndex
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/layout/
ContextualGlyphInsertionProc2.cpp
45
le_int16
markIndex
= SWAPW(entry->markedInsertionListIndex);
48
if (
markIndex
> 0) {
54
for (i = 0; i < count; i++,
markIndex
++) {
55
insertGlyphs[i] = insertionTable[
markIndex
];
62
for (i = 1; i < count + 1; i++,
markIndex
++) {
63
insertGlyphs[i] = insertionTable[
markIndex
];
72
for (i = 0; i < count; i++,
markIndex
++) {
73
insertGlyphs[i] = insertionTable[
markIndex
];
80
for (i = 1; i < count + 1; i++,
markIndex
++) {
81
insertGlyphs[i] = insertionTable[
markIndex
];
[
all
...]
ContextualGlyphSubstitution.h
47
le_uint16
markIndex
;
ContextualGlyphSubstProc2.cpp
45
le_int16
markIndex
= SWAPW(entry->
markIndex
);
48
if (
markIndex
!= -1) {
49
le_uint32 offset = SWAPL(perGlyphTable[
markIndex
]);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar
Completed in 155 milliseconds