Lines Matching full:normalized
40 * - static functions that normalize strings or test if strings are normalized
42 * provides iteration over its normalized form
52 * The input text is not normalized all at once, but incrementally where needed
56 * However, if the entire text is normalized, then the iterator will be
59 * original text that is close to where the normalized characters come from.
69 * At any time, next() returns the next normalized code point (UChar32),
71 * previous() returns the previous normalized code point (UChar32),
77 * needs to be normalized, then these functions will do that.
82 * getIndex() always refers to the position in the input text where the normalized
103 * The normalized results is stored in an internal string buffer, and
106 * of text needs to be normalized, and the getIndex() needs to be moved.
123 * iterate through characters in the normalized output.
148 * normalized form of a given string.
150 * @param str The string to be normalized. The normalization
160 * normalized form of a given string.
162 * @param str The string to be normalized. The normalization
173 * normalized form of the given text.
175 * @param iter The input text to be normalized. The normalization
210 * @param source the input string to be normalized.
213 * @param result The normalized string (on output).
273 * string is in the desired normalized format, UNORM_NO determines that
274 * argument string is not in the desired normalized format. A
276 * the user may have to put the string in its normalized form and compare the
278 * @param source string for determining if it is in a normalized format
293 * @param source string for determining if it is in a normalized format
347 * Concatenate normalized strings, making sure that the result is normalized as well.
387 * Canonical equivalence between two strings is defined as their normalized
457 * Return the current character in the normalized text.
461 * @return the current normalized code point
467 * Return the first character in the normalized text.
471 * @return the first normalized code point
477 * Return the last character in the normalized text.
481 * @return the last normalized code point
487 * Return the next character in the normalized text.
497 * @return the next normalized code point
503 * Return the previous character in the normalized text and decrement.
513 * @return the previous normalized code point
519 * Set the iteration position in the input text that is being normalized,
538 * being normalized.
540 * A following call to next() will return a normalized code point from
544 * position in the input text where the normalized code point