Home | History | Annotate | Download | only in unicode

Lines Matching full:normalized

42  * - static functions that normalize strings or test if strings are normalized
44 * provides iteration over its normalized form
54 * The input text is not normalized all at once, but incrementally where needed
58 * However, if the entire text is normalized, then the iterator will be
61 * original text that is close to where the normalized characters come from.
71 * At any time, next() returns the next normalized code point (UChar32),
73 * previous() returns the previous normalized code point (UChar32),
79 * needs to be normalized, then these functions will do that.
84 * getIndex() always refers to the position in the input text where the normalized
105 * The normalized results is stored in an internal string buffer, and
108 * of text needs to be normalized, and the getIndex() needs to be moved.
125 * iterate through characters in the normalized output.
150 * normalized form of a given string.
152 * @param str The string to be normalized. The normalization
162 * normalized form of a given string.
164 * @param str The string to be normalized. The normalization
175 * normalized form of the given text.
177 * @param iter The input text to be normalized. The normalization
212 * @param source the input string to be normalized.
215 * @param result The normalized string (on output).
275 * string is in the desired normalized format, UNORM_NO determines that
276 * argument string is not in the desired normalized format. A
278 * the user may have to put the string in its normalized form and compare the
280 * @param source string for determining if it is in a normalized format
295 * @param source string for determining if it is in a normalized format
349 * Concatenate normalized strings, making sure that the result is normalized as well.
389 * Canonical equivalence between two strings is defined as their normalized
459 * Return the current character in the normalized text.
463 * @return the current normalized code point
469 * Return the first character in the normalized text.
473 * @return the first normalized code point
479 * Return the last character in the normalized text.
483 * @return the last normalized code point
489 * Return the next character in the normalized text.
499 * @return the next normalized code point
505 * Return the previous character in the normalized text and decrement.
515 * @return the previous normalized code point
521 * Set the iteration position in the input text that is being normalized,
540 * being normalized.
542 * A following call to next() will return a normalized code point from
546 * position in the input text where the normalized code point