OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isvirama
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/layout/
IndicReordering.h
111
inline le_bool
isVirama
(LEUnicode ch) const;
128
inline static le_bool
isVirama
(CharClass charClass);
219
inline le_bool IndicClassTable::
isVirama
(CharClass charClass)
296
inline le_bool IndicClassTable::
isVirama
(LEUnicode ch) const
298
return
isVirama
(getCharClass(ch));
IndicReordering.cpp
750
if (length > 2 && classTable->isReph(chars[prev]) && classTable->
isVirama
(chars[prev + 1]) && chars[prev + 2] != C_SIGN_ZWNJ) {
798
(baseConsonant > baseLimit && !classTable->
isVirama
(chars[baseConsonant - 1])) ||
805
hasPreBaseForm && classTable->
isVirama
(chars[baseConsonant - 1])) {
861
} else if (IndicClassTable::
isVirama
(charClass) && chars[i + 1] == C_SIGN_ZWNJ)
876
(classTable->
isVirama
(chars[bcSpan]) || classTable->isAlLakuna(chars[bcSpan]))) {
941
if (lastConsonant < matra && classTable->
isVirama
(chars[matra])) {
[
all
...]
Completed in 1126 milliseconds