OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tagPref
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/layout/
KhmerReordering.cpp
202
#define
tagPref
(prefFeatureMask | presFeatureMask | cligFeatureMask | distFeatureMask)
386
output.writeChar(C_VOWEL_E, i,
tagPref
);
392
output.writeChar(chars[i], i,
tagPref
);
409
output.writeChar(C_COENG, coengRo,
tagPref
);
410
output.writeChar(C_RO, coengRo + 1,
tagPref
);
TibetanReordering.cpp
210
#define
tagPref
(ccmpFeatureMask | prefFeatureMask | presFeatureMask | cligFeatureMask | distFeatureMask)
353
output.writeChar(C_PRE_NUMBER_MARK, i,
tagPref
);
354
output.writeChar(chars[i], i+1 ,
tagPref
);
Completed in 5577 milliseconds