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/icu4c/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,
HanLayoutEngine.cpp
54
le_int32 HanOpenTypeLayoutEngine::
characterProcessing
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool /*rightToLeft*/,
ArabicLayoutEngine.cpp
66
le_int32 ArabicOpenTypeLayoutEngine::
characterProcessing
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
OpenTypeLayoutEngine.cpp
178
le_int32 OpenTypeLayoutEngine::
characterProcessing
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
314
outCharCount =
characterProcessing
(chars, offset, count, max, rightToLeft, outChars, fakeGlyphStorage, success);
HangulLayoutEngine.cpp
209
le_int32 HangulOpenTypeLayoutEngine::
characterProcessing
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
LayoutEngine.cpp
192
le_int32 LayoutEngine::
characterProcessing
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
312
le_int32 outCharCount =
characterProcessing
(chars, offset, count, max, rightToLeft, outChars, glyphStorage, success);
Completed in 5604 milliseconds