Home | History | Annotate | Download | only in unicode

Lines Matching full:strings

37  * - static functions that normalize strings or test if strings are normalized
335 * Concatenate normalized strings, making sure that the result is normalized as well.
337 * If both the left and the right strings are in
370 * Compare two strings for canonical equivalence.
374 * Canonical equivalence between two strings is defined as their normalized
376 * This function compares strings incrementally instead of normalizing
377 * (and optionally case-folding) both strings entirely,
380 * Bulk normalization is only necessary if the strings do not fulfill the FCD
381 * conditions. Only in this case, and only if the strings are relatively long,
383 * For FCD strings and short non-FCD strings there is no memory allocation.
397 * Case-sensitive comparison in code unit order, and the input strings
410 * Set to compare strings case-insensitively using case folding,