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
498
#define
HB_InvalidCodePoint
~0u
507
return
HB_InvalidCodePoint
;
513
return
HB_InvalidCodePoint
;
521
return
HB_InvalidCodePoint
;
534
return
HB_InvalidCodePoint
;
540
return
HB_InvalidCodePoint
;
548
return
HB_InvalidCodePoint
;
[
all
...]
Completed in 299 milliseconds