Home | History | Annotate | Download | only in unicode

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
194 * Tests if the string is normalized.
204 * @return TRUE if s is normalized
211 * Tests if the string is normalized.
229 * Returns the end of the normalized substring of the input string.
238 * When the goal is a normalized string and most input strings are expected
239 * to be normalized already, then call this method,
258 * In other words, a string containing this character can be normalized
273 * In other words, a string containing this character can be normalized
288 * In other words, a string containing this character can be normalized
309 * Not-in-the-filter text is treated as "is normalized" and "quick check yes".
324 * @param filterSet UnicodeSet which determines the characters to be normalized
331 * Writes the normalized form of the source string to the destination string
335 * @param dest destination string; its contents is replaced with normalized src
348 * Appends the normalized form of the second string to the first string
350 * The result is normalized if the first string was normalized.
352 * @param first string, should be normalized
353 * @param second string, will be normalized
368 * The result is normalized if both the strings were normalized.
370 * @param first string, should be normalized
371 * @param second string, should be normalized
398 * Tests if the string is normalized.
405 * @return TRUE if s is normalized
411 * Tests if the string is normalized.
424 * Returns the end of the normalized substring of the input string.