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

  /external/harfbuzz/src/
harfbuzz-hebrew.c 159 attributes[slen].dontPrint = HB_IsControlChar(uc[i]);
harfbuzz-shaper-private.h 140 #define HB_IsControlChar(uc) \
harfbuzz-greek.c 414 attributes[slen].dontPrint = HB_IsControlChar(uc[i]);
harfbuzz-shaper.cpp 471 attributes[0].dontPrint = (!symbolFont && uc[0] == 0x00ad) || HB_IsControlChar(uc[0]);
487 if ((!symbolFont && uc[i] == 0x00ad) || HB_IsControlChar(uc[i]))
    [all...]

Completed in 134 milliseconds