OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HB_InvalidCodePoint
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz/contrib/
harfbuzz-unicode.h
8
static const uint32_t
HB_InvalidCodePoint
= 0xffffffffu;
14
// returns:
HB_InvalidCodePoint
on error and the code point otherwise.
/frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp
499
#define
HB_InvalidCodePoint
~0u
508
return
HB_InvalidCodePoint
;
514
return
HB_InvalidCodePoint
;
522
return
HB_InvalidCodePoint
;
535
return
HB_InvalidCodePoint
;
541
return
HB_InvalidCodePoint
;
549
return
HB_InvalidCodePoint
;
[
all
...]
Completed in 49 milliseconds