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

  /external/harfbuzz/src/
harfbuzz-khmer.c 110 C_SIGN_ZWNJ = 0x200C,
200 if (uc == C_SIGN_ZWNJ) {
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-khmer.c 110 C_SIGN_ZWNJ = 0x200C,
200 if (uc == C_SIGN_ZWNJ) {
  /external/icu4c/layout/
KhmerReordering.cpp 21 C_SIGN_ZWNJ = 0x200C,
109 if (ch == C_SIGN_ZWNJ) {
IndicReordering.h 21 #define C_SIGN_ZWNJ 0x200C
IndicReordering.cpp 750 if (length > 2 && classTable->isReph(chars[prev]) && classTable->isVirama(chars[prev + 1]) && chars[prev + 2] != C_SIGN_ZWNJ) {
861 } else if (IndicClassTable::isVirama(charClass) && chars[i + 1] == C_SIGN_ZWNJ)
879 if (bcSpan < markStart && chars[bcSpan] == C_SIGN_ZWNJ) {
    [all...]
IndicClassTables.cpp 426 if (ch == C_SIGN_ZWNJ) {

Completed in 331 milliseconds