OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fOutIndex
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/layout/
KhmerReordering.cpp
130
le_int32
fOutIndex
;
138
: fSyllableCount(0),
fOutIndex
(0), fOutChars(outChars), fGlyphStorage(glyphStorage)
157
fOutChars[
fOutIndex
] = ch;
159
fGlyphStorage.setCharIndex(
fOutIndex
, charIndex, success);
160
fGlyphStorage.setAuxData(
fOutIndex
, charFeatures | (fSyllableCount & LE_GLYPH_GROUP_MASK), success);
162
fOutIndex
+= 1;
167
return
fOutIndex
;
TibetanReordering.cpp
132
le_int32
fOutIndex
;
140
: fSyllableCount(0),
fOutIndex
(0), fOutChars(outChars), fGlyphStorage(glyphStorage)
159
fOutChars[
fOutIndex
] = ch;
161
fGlyphStorage.setCharIndex(
fOutIndex
, charIndex, success);
162
fGlyphStorage.setAuxData(
fOutIndex
, featureMask, success);
164
fOutIndex
+= 1;
169
return
fOutIndex
;
IndicReordering.cpp
94
le_int32
fOutIndex
;
177
: fSyllableCount(0),
fOutIndex
(0), fOutChars(outChars), fGlyphStorage(glyphStorage),
210
fOutChars[
fOutIndex
] = ch;
212
fGlyphStorage.setCharIndex(
fOutIndex
, charIndex, success);
213
fGlyphStorage.setAuxData(
fOutIndex
, charFeatures | (fSyllableCount & LE_GLYPH_GROUP_MASK), success);
215
fOutIndex
+= 1;
295
fOutIndex
+= 1;
297
for ( i =
fOutIndex
; i > toPosition ; i--) {
311
fOutIndex
-= 1;
313
for ( i = fromPosition ; i <
fOutIndex
; i--)
[
all
...]
Completed in 189 milliseconds