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()
108 * Returns the normalized form of the source string.
114 * @return normalized src
124 * Writes the normalized form of the source string to the destination string
128 * @param dest destination string; its contents is replaced with normalized src
141 * Appends the normalized form of the second string to the first string
143 * The result is normalized if the first string was normalized.
145 * @param first string, should be normalized
146 * @param second string, will be normalized
161 * The result is normalized if both the strings were normalized.
163 * @param first string, should be normalized
164 * @param second string, should be normalized
191 * Tests if the string is normalized.
201 * @return TRUE if s is normalized
208 * Tests if the string is normalized.
226 * Returns the end of the normalized substring of the input string.
235 * When the goal is a normalized string and most input strings are expected
236 * to be normalized already, then call this method,
255 * In other words, a string containing this character can be normalized
270 * In other words, a string containing this character can be normalized
285 * In other words, a string containing this character can be normalized
306 * Not-in-the-filter text is treated as "is normalized" and "quick check yes".
321 * @param filterSet UnicodeSet which determines the characters to be normalized
328 * Writes the normalized form of the source string to the destination string
332 * @param dest destination string; its contents is replaced with normalized src
345 * Appends the normalized form of the second string to the first string
347 * The result is normalized if the first string was normalized.
349 * @param first string, should be normalized
350 * @param second string, will be normalized
365 * The result is normalized if both the strings were normalized.
367 * @param first string, should be normalized
368 * @param second string, should be normalized
395 * Tests if the string is normalized.
402 * @return TRUE if s is normalized
408 * Tests if the string is normalized.
421 * Returns the end of the normalized substring of the input string.