OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_IsControlChar
(Results
1 - 8
of
8
) 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
...]
/external/harfbuzz_ng/src/hb-old/
harfbuzz-hebrew.c
159
attributes[slen].dontPrint =
HB_IsControlChar
(uc[i]);
harfbuzz-shaper-private.h
128
#define
HB_IsControlChar
(uc) \
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]);
276
if ((!symbolFont && uc[i] == 0x00ad) ||
HB_IsControlChar
(uc[i]))
[
all
...]
Completed in 5090 milliseconds