Home
last modified time | relevance | path

Searched refs:C_SIGN_ZWNJ (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/layout/
DKhmerReordering.cpp21 C_SIGN_ZWNJ = 0x200C, enumerator
109 if (ch == C_SIGN_ZWNJ) { in getCharClass()
DIndicReordering.cpp755 …->isReph(chars[prev]) && classTable->isVirama(chars[prev + 1]) && chars[prev + 2] != C_SIGN_ZWNJ) { in reorder()
866 } else if (IndicClassTable::isVirama(charClass) && chars[i + 1] == C_SIGN_ZWNJ) in reorder()
884 if (bcSpan < markStart && chars[bcSpan] == C_SIGN_ZWNJ) { in reorder()
DIndicReordering.h21 #define C_SIGN_ZWNJ 0x200C macro
DIndicClassTables.cpp426 if (ch == C_SIGN_ZWNJ) { in getCharClass()