OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_SurrogateToUcs4
(Results
1 - 6
of
6
) sorted by null
/external/harfbuzz/src/
harfbuzz-impl.h
78
#define
HB_SurrogateToUcs4
(high, low) \
harfbuzz-shaper.cpp
164
code =
HB_SurrogateToUcs4
(uc[i-1], uc[i]);
[
all
...]
/external/harfbuzz_ng/src/hb-old/
harfbuzz-impl.h
82
#define
HB_SurrogateToUcs4
(high, low) \
/external/harfbuzz/contrib/
harfbuzz-unicode.c
28
return
HB_SurrogateToUcs4
(v, v2);
54
return
HB_SurrogateToUcs4
(v2, v);
/frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp
494
#ifndef
HB_SurrogateToUcs4
517
return
HB_SurrogateToUcs4
(v, v2);
544
return
HB_SurrogateToUcs4
(v2, v);
[
all
...]
/external/harfbuzz/tests/shaping/
main.cpp
57
ch =
HB_SurrogateToUcs4
(string[i], string[i + 1]);
Completed in 72 milliseconds