OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_GetSentenceClass
(Results
1 - 4
of
4
) sorted by null
/external/harfbuzz/src/
harfbuzz-external.h
140
HB_SentenceClass
HB_GetSentenceClass
(HB_UChar32 ch);
harfbuzz-shaper.cpp
700
attributes[i].wordBoundary = (
HB_GetSentenceClass
(string[i-1]) == HB_Sentence_Sep);
709
if (testbrk == HB_Word_Format &&
HB_GetSentenceClass
(string[lookahead]) != HB_Sentence_Sep) {
765
hb_uint32 brk = sentenceBreakTable[SB_Initial][
HB_GetSentenceClass
(string[0])];
772
brk = sentenceBreakTable[brk][
HB_GetSentenceClass
(string[i])];
777
hb_uint32 sbrk =
HB_GetSentenceClass
(string[lookahead]);
793
brk = sentenceBreakTable[SB_Initial][
HB_GetSentenceClass
(string[i])];
[
all
...]
/external/harfbuzz/tests/linebreaking/
harfbuzz-qt.cpp
69
HB_SentenceClass
HB_GetSentenceClass
(HB_UChar32 ch)
/external/harfbuzz/contrib/
harfbuzz-unicode.c
233
HB_GetSentenceClass
(HB_UChar32 ch) {
Completed in 232 milliseconds