OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:characterProcessing
(Results
1 - 8
of
8
) sorted by null
/external/icu/icu4c/source/layout/
KhmerLayoutEngine.cpp
44
le_int32 KhmerOpenTypeLayoutEngine::
characterProcessing
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
TibetanLayoutEngine.cpp
50
le_int32 TibetanOpenTypeLayoutEngine::
characterProcessing
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
IndicLayoutEngine.cpp
87
le_int32 IndicOpenTypeLayoutEngine::
characterProcessing
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
ArabicLayoutEngine.cpp
69
le_int32 ArabicOpenTypeLayoutEngine::
characterProcessing
(const LEUnicode chars[], le_int32 offset, le_int32 count,
HanLayoutEngine.cpp
54
le_int32 HanOpenTypeLayoutEngine::
characterProcessing
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool /*rightToLeft*/,
HangulLayoutEngine.cpp
209
le_int32 HangulOpenTypeLayoutEngine::
characterProcessing
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
LayoutEngine.cpp
198
le_int32 LayoutEngine::
characterProcessing
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
318
le_int32 outCharCount =
characterProcessing
(chars, offset, count, max, rightToLeft, outChars, glyphStorage, success);
OpenTypeLayoutEngine.cpp
282
le_int32 OpenTypeLayoutEngine::
characterProcessing
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
418
outCharCount =
characterProcessing
(chars, offset, count, max, rightToLeft, outChars, fakeGlyphStorage, success);
Completed in 642 milliseconds