Module UCol.Make

Parameters

module Text : CamomileLibrary.UnicodeString.Type

Signature

type text = Text.t
type index = Text.index
val compare : ?⁠locale:string -> ?⁠prec:[ `Primary | `Secondary | `Tertiary | `Quaternary ] -> ?⁠variable:[ `Blanked | `Non_ignorable | `Shifted | `Shift_Trimmed ] -> text -> text -> int
val sort_key : ?⁠locale:string -> ?⁠prec:[ `Primary | `Secondary | `Tertiary | `Quaternary ] -> ?⁠variable:[ `Blanked | `Non_ignorable | `Shifted | `Shift_Trimmed ] -> text -> string
val compare_with_key : ?⁠locale:string -> ?⁠prec:[ `Primary | `Secondary | `Tertiary | `Quaternary ] -> ?⁠variable:[ `Blanked | `Non_ignorable | `Shifted | `Shift_Trimmed ] -> string -> text -> int
val search_with_key : ?⁠locale:string -> ?⁠prec:[ `Primary | `Secondary | `Tertiary | `Quaternary ] -> ?⁠variable:[ `Blanked | `Non_ignorable | `Shifted | `Shift_Trimmed ] -> string -> text -> index -> index * index