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

  /external/harfbuzz/src/
harfbuzz-hebrew.c 159 attributes[slen].dontPrint = HB_IsControlChar(uc[i]);
harfbuzz-shaper.h 204 hb_bitfield dontPrint :1;
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]);
488 attributes[pos].dontPrint = true;
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-hebrew.c 159 attributes[slen].dontPrint = HB_IsControlChar(uc[i]);
harfbuzz-shaper.h 173 hb_bitfield dontPrint :1;
harfbuzz-greek.c 414 attributes[slen].dontPrint = HB_IsControlChar(uc[i]);
harfbuzz-shaper.cpp 260 attributes[0].dontPrint = (!symbolFont && uc[0] == 0x00ad) || HB_IsControlChar(uc[0]);
277 attributes[pos].dontPrint = true;
    [all...]

Completed in 85 milliseconds