OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:characterProcessing
(Results
1 - 16
of
16
) sorted by null
/external/icu4c/layout/
HanLayoutEngine.h
99
virtual le_int32
characterProcessing
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
HangulLayoutEngine.h
31
* This class overrides the
characterProcessing
method to do Hangul character processing.
121
virtual le_int32
characterProcessing
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
KhmerLayoutEngine.h
34
* This class overrides the
characterProcessing
method to do Khmer character processing
124
virtual le_int32
characterProcessing
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
TibetanLayoutEngine.h
124
virtual le_int32
characterProcessing
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
IndicLayoutEngine.h
31
* This class overrides the
characterProcessing
method to do Indic character processing
123
virtual le_int32
characterProcessing
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
149
* Note: if the character index array was already set by the
characterProcessing
ArabicLayoutEngine.h
116
virtual le_int32
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*/,
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,
OpenTypeLayoutEngine.h
164
* A set of "default" features. The default
characterProcessing
method
273
virtual le_int32
characterProcessing
(const LEUnicode /*chars*/[], le_int32 offset, le_int32 count, le_int32 max, le_bool /*rightToLeft*/,
300
* Note: if the character index array was already set by the
characterProcessing
338
* This method applies the
characterProcessing
, glyphProcessing and glyphPostProcessing
LayoutEngine.h
180
virtual le_int32
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
66
le_int32 ArabicOpenTypeLayoutEngine::
characterProcessing
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
LayoutEngine.cpp
196
le_int32 LayoutEngine::
characterProcessing
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
316
le_int32 outCharCount =
characterProcessing
(chars, offset, count, max, rightToLeft, outChars, glyphStorage, success);
OpenTypeLayoutEngine.cpp
276
le_int32 OpenTypeLayoutEngine::
characterProcessing
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
412
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,
Completed in 87 milliseconds