Lines Matching full:normalized
42 * The primary functions are to produce a normalized string and to detect whether
43 * a string is already normalized.
58 * When the goal is a normalized string, then the text before the boundary
70 * (to avoid replacing already-normalized text) and ucol_nextSortKeyPart()
184 * Returns the normalized form of the source string.
190 * @return normalized src
200 * Writes the normalized form of the source string to the destination string
204 * @param dest destination string; its contents is replaced with normalized src
217 * Appends the normalized form of the second string to the first string
219 * The result is normalized if the first string was normalized.
221 * @param first string, should be normalized
222 * @param second string, will be normalized
237 * The result is normalized if both the strings were normalized.
239 * @param first string, should be normalized
240 * @param second string, should be normalized
326 * Tests if the string is normalized.
336 * @return TRUE if s is normalized
343 * Tests if the string is normalized.
361 * Returns the end of the normalized substring of the input string.
370 * When the goal is a normalized string and most input strings are expected
371 * to be normalized already, then call this method,
390 * In other words, a string containing this character can be normalized
405 * In other words, a string containing this character can be normalized
420 * In other words, a string containing this character can be normalized
437 * Not-in-the-filter text is treated as "is normalized" and "quick check yes".
452 * @param filterSet UnicodeSet which determines the characters to be normalized
465 * Writes the normalized form of the source string to the destination string
469 * @param dest destination string; its contents is replaced with normalized src
482 * Appends the normalized form of the second string to the first string
484 * The result is normalized if the first string was normalized.
486 * @param first string, should be normalized
487 * @param second string, will be normalized
502 * The result is normalized if both the strings were normalized.
504 * @param first string, should be normalized
505 * @param second string, should be normalized
571 * Tests if the string is normalized.
578 * @return TRUE if s is normalized
584 * Tests if the string is normalized.
597 * Returns the end of the normalized substring of the input string.