OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setCharIndex
(Results
1 - 10
of
10
) sorted by null
/external/icu4c/layout/
IndicRearrangementProcessor.cpp
85
glyphStorage.
setCharIndex
(x - 1, ix, success);
90
glyphStorage.
setCharIndex
(lastGlyph, ia, success);
101
glyphStorage.
setCharIndex
(x + 1, ix, success);
106
glyphStorage.
setCharIndex
(firstGlyph, id, success);
117
glyphStorage.
setCharIndex
(firstGlyph, id, success);
118
glyphStorage.
setCharIndex
(lastGlyph, ia, success);
131
glyphStorage.
setCharIndex
(x - 2, ix, success);
138
glyphStorage.
setCharIndex
(lastGlyph - 1, ia, success);
139
glyphStorage.
setCharIndex
(lastGlyph, ib, success);
152
glyphStorage.
setCharIndex
(x - 2, ix, success)
[
all
...]
ThaiShaping.cpp
152
glyphStorage.
setCharIndex
(outputIndex, inputIndex, success);
157
glyphStorage.
setCharIndex
(outputIndex, inputIndex, success);
162
glyphStorage.
setCharIndex
(outputIndex, inputIndex, success);
167
glyphStorage.
setCharIndex
(outputIndex, inputIndex, success);
172
glyphStorage.
setCharIndex
(outputIndex, inputIndex, success);
177
glyphStorage.
setCharIndex
(outputIndex, inputIndex, success);
189
glyphStorage.
setCharIndex
(outputIndex, inputIndex, success);
194
glyphStorage.
setCharIndex
(outputIndex, inputIndex, success);
200
glyphStorage.
setCharIndex
(outputIndex, inputIndex, success);
203
glyphStorage.
setCharIndex
(outputIndex, inputIndex, success)
[
all
...]
HangulLayoutEngine.cpp
258
glyphStorage.
setCharIndex
(outCharCount, i-offset, success);
265
glyphStorage.
setCharIndex
(outCharCount, i-offset, success);
271
glyphStorage.
setCharIndex
(outCharCount, i-offset, success);
277
glyphStorage.
setCharIndex
(outCharCount, i-offset, success);
319
glyphStorage.
setCharIndex
(outCharCount, inStart-offset, success);
327
glyphStorage.
setCharIndex
(outCharCount, d - offset, success);
MPreFixups.cpp
92
glyphStorage.
setCharIndex
(mpreIndex + i, charIndex, success);
97
glyphStorage.
setCharIndex
(mpreDest, indexSave[i], success);
CanonShaping.cpp
74
glyphStorage.
setCharIndex
(out, index, status);
LEGlyphStorage.cpp
311
void LEGlyphStorage::
setCharIndex
(le_int32 glyphIndex, le_int32 charIndex, LEErrorCode &success)
527
setCharIndex
(i,getCharIndex(i+1,success),success);
533
setCharIndex
(i,getCharIndex(i-1,success),success);
540
setCharIndex
(toPosition,holdCharIndex,success);
LEGlyphStorage.h
403
void
setCharIndex
(le_int32 glyphIndex, le_int32 charIndex, LEErrorCode &success);
IndicReordering.cpp
212
fGlyphStorage.
setCharIndex
(fOutIndex, charIndex, success);
275
fGlyphStorage.
setCharIndex
(i,fGlyphStorage.getCharIndex(i-1,success2),success);
282
fGlyphStorage.
setCharIndex
(i,fGlyphStorage.getCharIndex(i+1,success2),success);
288
fGlyphStorage.
setCharIndex
(toPosition,saveIndex,success);
299
fGlyphStorage.
setCharIndex
(i,fGlyphStorage.getCharIndex(i-1,success),success);
304
fGlyphStorage.
setCharIndex
(toPosition,charIndex,success);
315
fGlyphStorage.
setCharIndex
(i,fGlyphStorage.getCharIndex(i+1,success),success);
[
all
...]
KhmerReordering.cpp
159
fGlyphStorage.
setCharIndex
(fOutIndex, charIndex, success);
TibetanReordering.cpp
161
fGlyphStorage.
setCharIndex
(fOutIndex, charIndex, success);
Completed in 189 milliseconds