Lines Matching full:strings
90 * It allows to work on strings that are not necessarily normalized
94 * It is not a normalization form because it does not provide for uniqueness of representation. Multiple strings
104 * return UNORM_YES for most strings in practice.
113 * Beyond collation and string search, normalized strings may be useful for string equivalence comparisons,
331 * Another example: When one wants to concatenate two normalized strings and get a
435 * Concatenate normalized strings, making sure that the result is normalized as well.
437 * If both the left and the right strings are in
445 * With the input strings already being normalized,
447 * to find the adjacent end pieces of the input strings.
449 * then concatenated with the remaining parts of the input strings.
480 * Both input strings are assumed to fulfill FCD conditions.
496 * Compare strings in code point order instead of code unit order.
503 * Compare two strings for canonical equivalence.
507 * Canonical equivalence between two strings is defined as their normalized
509 * This function compares strings incrementally instead of normalizing
510 * (and optionally case-folding) both strings entirely,
513 * Bulk normalization is only necessary if the strings do not fulfill the FCD
514 * conditions. Only in this case, and only if the strings are relatively long,
516 * For FCD strings and short non-FCD strings there is no memory allocation.
533 * Case-sensitive comparison in code unit order, and the input strings
546 * Set to compare strings case-insensitively using case folding,