module Low:sig
..end
This interface may be useful for table based implementers of
segmenters. For each kind of break, property values are
assigned integer values starting from 0
. An array
allows to recover the high-level representation of the
corresponding property value.
Warning. Do not mutate these array.
val line : Uucp.uchar -> int
val line_max : int
val line_of_int : Uucp.Break.line array
line_of_int.(i)
is the line break property value corresponding
to i
.val grapheme_cluster : Uucp.uchar -> int
val grapheme_cluster_max : int
val grapheme_cluster_of_int : Uucp.Break.grapheme_cluster array
line_of_int.(i)
is the grapheme cluster break property value
corresponding to i
.val word : Uucp.uchar -> int
val word_max : int
val word_of_int : Uucp.Break.word array
word_of_int.(i)
is the word break property value
corresponding to i
.val sentence : Uucp.uchar -> int
val sentence_max : int
val sentence_of_int : Uucp.Break.sentence array
sentence_of_int.(i)
is the sentence break property value
corresponding to i
.