common/utils/json_serialize/json_ast/utils/grapheme_splitter library

Constants

break_ → const int
breakLastRegional → const int
breakPenultimateRegional → const int
breakStart → const int
control → const int
cr → const int
eBase → const int
eBaseGaz → const int
eModifier → const int
extend → const int
glueAfterZwj → const int
l → const int
lf → const int
lv → const int
lvt → const int
notBreak → const int
other → const int
prepend → const int
regionalIndicator → const int
spacingMark → const int
t → const int
v → const int
zwj → const int

Functions

getGraphemeBreakProperty(int code) int
shouldBreak(int start, List<int> mid, int end) int
sliceFromEnd(List<int> list, int idx) List<int>