Module UCol.Make

Parameters

Signature

type text = Text.t
type index = Text.index
val compare : ?locale:??? -> ?prec:??? -> ?variable:??? -> text -> text -> int
val sort_key : ?locale:??? -> ?prec:??? -> ?variable:??? -> text -> string
val compare_with_key : ?locale:??? -> ?prec:??? -> ?variable:??? -> string -> text -> int
val search_with_key : ?locale:??? -> ?prec:??? -> ?variable:??? -> string -> text -> index -> index * index