Home | History | Annotate | Download | only in unicode

Lines Matching full:normalized

38  * - static functions that normalize strings or test if strings are normalized
40 * provides iteration over its normalized form
50 * The input text is not normalized all at once, but incrementally where needed
54 * However, if the entire text is normalized, then the iterator will be
57 * original text that is close to where the normalized characters come from.
67 * At any time, next() returns the next normalized code point (UChar32),
69 * previous() returns the previous normalized code point (UChar32),
75 * needs to be normalized, then these functions will do that.
80 * getIndex() always refers to the position in the input text where the normalized
101 * The normalized results is stored in an internal string buffer, and
104 * of text needs to be normalized, and the getIndex() needs to be moved.
121 * iterate through characters in the normalized output.
145 * normalized form of a given string.
147 * @param str The string to be normalized. The normalization
157 * normalized form of a given string.
159 * @param str The string to be normalized. The normalization
170 * normalized form of the given text.
172 * @param iter The input text to be normalized. The normalization
205 * @param source the input string to be normalized.
208 * @param result The normalized string (on output).
268 * string is in the desired normalized format, UNORM_NO determines that
269 * argument string is not in the desired normalized format. A
271 * the user may have to put the string in its normalized form and compare the
273 * @param source string for determining if it is in a normalized format
288 * @param source string for determining if it is in a normalized format
342 * Concatenate normalized strings, making sure that the result is normalized as well.
381 * Canonical equivalence between two strings is defined as their normalized
450 * Return the current character in the normalized text.
454 * @return the current normalized code point
460 * Return the first character in the normalized text.
464 * @return the first normalized code point
470 * Return the last character in the normalized text.
474 * @return the last normalized code point
480 * Return the next character in the normalized text.
490 * @return the next normalized code point
496 * Return the previous character in the normalized text and decrement.
506 * @return the previous normalized code point
512 * Set the iteration position in the input text that is being normalized,
531 * being normalized.
533 * A following call to next() will return a normalized code point from
537 * position in the input text where the normalized code point