HomeSort by relevance Sort by last modified time
    Searched refs:C_SIGN_ZWNJ (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/layout/
KhmerReordering.cpp 21 C_SIGN_ZWNJ = 0x200C,
109 if (ch == C_SIGN_ZWNJ) {
IndicReordering.h 21 #define C_SIGN_ZWNJ 0x200C
IndicReordering.cpp 755 if (length > 2 && classTable->isReph(chars[prev]) && classTable->isVirama(chars[prev + 1]) && chars[prev + 2] != C_SIGN_ZWNJ) {
866 } else if (IndicClassTable::isVirama(charClass) && chars[i + 1] == C_SIGN_ZWNJ)
884 if (bcSpan < markStart && chars[bcSpan] == C_SIGN_ZWNJ) {
    [all...]
IndicClassTables.cpp 426 if (ch == C_SIGN_ZWNJ) {

Completed in 413 milliseconds