OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fScriptCode
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/layout/
IndicLayoutEngine.cpp
38
fFilterZeroWidth = IndicReordering::getFilterZeroWidth(
fScriptCode
);
99
le_int32 worstCase = count * IndicReordering::getWorstCaseExpansion(
fScriptCode
);
121
outCharCount = IndicReordering::v2process(&chars[offset], count,
fScriptCode
, outChars, glyphStorage);
123
outCharCount = IndicReordering::reorder(&chars[offset], count,
fScriptCode
, outChars, glyphStorage, &fMPreFixups, success);
KhmerLayoutEngine.cpp
75
le_int32 outCharCount = KhmerReordering::reorder(&chars[offset], count,
fScriptCode
, outChars, glyphStorage);
TibetanLayoutEngine.cpp
81
le_int32 outCharCount = TibetanReordering::reorder(&chars[offset], count,
fScriptCode
, outChars, glyphStorage);
LayoutEngine.h
97
le_int32
fScriptCode
;
LayoutEngine.cpp
146
: fGlyphStorage(NULL), fFontInstance(fontInstance),
fScriptCode
(scriptCode), fLanguageCode(languageCode),
209
LETag scriptTag = OpenTypeLayoutEngine::getScriptTag(
fScriptCode
);
234
if (
fScriptCode
== hebrScriptCode) {
OpenTypeLayoutEngine.cpp
271
fScriptTag = getScriptTag(
fScriptCode
);
272
fScriptTagV2 = getV2ScriptTag(
fScriptCode
);
293
if (
fScriptCode
== hebrScriptCode) {
Completed in 37 milliseconds