OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVirama
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/layout/
IndicReordering.h
113
inline le_bool
isVirama
(LEUnicode ch) const;
130
inline static le_bool
isVirama
(CharClass charClass);
221
inline le_bool IndicClassTable::
isVirama
(CharClass charClass)
298
inline le_bool IndicClassTable::
isVirama
(LEUnicode ch) const
300
return
isVirama
(getCharClass(ch));
IndicReordering.cpp
755
if (length > 2 && classTable->isReph(chars[prev]) && classTable->
isVirama
(chars[prev + 1]) && chars[prev + 2] != C_SIGN_ZWNJ) {
803
(baseConsonant > baseLimit && !classTable->
isVirama
(chars[baseConsonant - 1])) ||
810
hasPreBaseForm && classTable->
isVirama
(chars[baseConsonant - 1])) {
866
} else if (IndicClassTable::
isVirama
(charClass) && chars[i + 1] == C_SIGN_ZWNJ)
881
(classTable->
isVirama
(chars[bcSpan]) || classTable->isAlLakuna(chars[bcSpan]))) {
946
if (lastConsonant < matra && classTable->
isVirama
(chars[matra])) {
[
all
...]
Completed in 33 milliseconds