Searched refs:HB_SurrogateToUcs4 (Results 1 - 5 of 5) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-impl.h78 #define HB_SurrogateToUcs4(high, low) \ macro
H A Dharfbuzz-shaper.cpp164 code = HB_SurrogateToUcs4(uc[i-1], uc[i]);
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-impl.h82 #define HB_SurrogateToUcs4(high, low) \ macro
/external/harfbuzz/contrib/
H A Dharfbuzz-unicode.c28 return HB_SurrogateToUcs4(v, v2);
54 return HB_SurrogateToUcs4(v2, v);
/external/harfbuzz/tests/shaping/
H A Dmain.cpp57 ch = HB_SurrogateToUcs4(string[i], string[i + 1]);

Completed in 927 milliseconds