|
segregate(str)
3.1 Basic code point segregation |
|
|
|
selective_len(str,
max)
Return the length of str, considering only characters below max. |
|
|
|
selective_find(str,
char,
index,
pos)
Return a pair (index, pos), indicating the next occurrence of char in
str. |
|
|
|
insertion_unsort(str,
extended)
3.2 Insertion unsort coding |
|
|
|
|
|
generate_generalized_integer(N,
bias)
3.3 Generalized variable-length integers |
|
|
|
adapt(delta,
first,
numchars) |
|
|
|
generate_integers(baselen,
deltas)
3.4 Bias adaptation |
|
|
|
|
|
decode_generalized_number(extended,
extpos,
bias,
errors)
3.3 Generalized variable-length integers |
|
|
|
insertion_sort(base,
extended,
errors)
3.2 Insertion unsort coding |
|
|
|
punycode_decode(text,
errors) |
|
|
|
|