OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mirroredChars
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/layout/
DefaultCharMapper.h
36
static const LEUnicode32
mirroredChars
[];
LayoutEngine.cpp
61
le_int32 index = OpenTypeUtilities::search((le_uint32) ch, (le_uint32 *)DefaultCharMapper::
mirroredChars
, DefaultCharMapper::mirroredCharsCount);
63
if (
mirroredChars
[index] == ch) {
MirroredCharData.cpp
16
const LEUnicode32 DefaultCharMapper::
mirroredChars
[] = {
Completed in 69 milliseconds