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

  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-hebrew.c 161 attributes[slen].dontPrint = HB_IsControlChar(uc[i]);
harfbuzz-shaper-private.h 136 #define HB_IsControlChar(uc) \
harfbuzz-shaper.cpp 460 attributes[0].dontPrint = (!symbolFont && uc[0] == 0x00ad) || HB_IsControlChar(uc[0]);
476 if ((!symbolFont && uc[i] == 0x00ad) || HB_IsControlChar(uc[i]))
    [all...]

Completed in 2087 milliseconds