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,
330 * Another example: When one wants to concatenate two normalized strings and get a
434 * Concatenate normalized strings, making sure that the result is normalized as well.
436 * If both the left and the right strings are in
444 * With the input strings already being normalized,
446 * to find the adjacent end pieces of the input strings.
448 * then concatenated with the remaining parts of the input strings.
479 * Both input strings are assumed to fulfill FCD conditions.
495 * Compare strings in code point order instead of code unit order.
502 * Compare two strings for canonical equivalence.
506 * Canonical equivalence between two strings is defined as their normalized
508 * This function compares strings incrementally instead of normalizing
509 * (and optionally case-folding) both strings entirely,
512 * Bulk normalization is only necessary if the strings do not fulfill the FCD
513 * conditions. Only in this case, and only if the strings are relatively long,
515 * For FCD strings and short non-FCD strings there is no memory allocation.
532 * Case-sensitive comparison in code unit order, and the input strings
545 * Set to compare strings case-insensitively using case folding,