OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isreph
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/layout/
IndicReordering.h
109
inline le_bool
isReph
(LEUnicode ch) const;
125
inline static le_bool
isReph
(CharClass charClass);
206
inline le_bool IndicClassTable::
isReph
(CharClass charClass)
283
inline le_bool IndicClassTable::
isReph
(LEUnicode ch) const
285
return
isReph
(getCharClass(ch));
IndicReordering.cpp
707
if (length > 2 && classTable->
isReph
(chars[prev]) && classTable->isVirama(chars[prev + 1]) && chars[prev + 2] != C_SIGN_ZWNJ) {
[
all
...]
Completed in 34 milliseconds