OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_InvalidCodePoint
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz/contrib/
harfbuzz-unicode.c
20
return
HB_InvalidCodePoint
;
25
return
HB_InvalidCodePoint
;
33
return
HB_InvalidCodePoint
;
46
return
HB_InvalidCodePoint
;
51
return
HB_InvalidCodePoint
;
59
return
HB_InvalidCodePoint
;
107
if (init_cp ==
HB_InvalidCodePoint
)
118
if (cp ==
HB_InvalidCodePoint
)
160
if (init_cp ==
HB_InvalidCodePoint
)
171
if (cp ==
HB_InvalidCodePoint
)
[
all
...]
harfbuzz-unicode.h
8
static const uint32_t
HB_InvalidCodePoint
= 0xffffffffu;
14
// returns:
HB_InvalidCodePoint
on error and the code point otherwise.
Completed in 394 milliseconds