Module ucol

Data Types

collate_options()

collate_options() = [nocase]

Function Index

compare/2compare 2 binaries, result is -1 for lt, 0 for eq and 1 for gt.
compare/3
init/0
ucol/3

Function Details

compare/2

compare(A::binary(), B::binary()) -> 0 | -1 | 1

compare 2 binaries, result is -1 for lt, 0 for eq and 1 for gt.

compare/3

compare(A::binary(), B::binary(), Options::collate_options()) -> 0 | -1 | 1

init/0

init() -> any()

ucol/3

ucol(BinaryA, BinaryB, HasCase) -> any()


Generated by EDoc