Home | History | Annotate | Download | only in unicode

Lines Matching full:normalized

67      * equivalent text, without having to be fully normalized.
155 * @param filterSet USet which determines the characters to be normalized
195 * Writes the normalized form of the source string to the destination string
201 * @param dest destination string; its contents is replaced with normalized src
216 * Appends the normalized form of the second string to the first string
218 * The result is normalized if the first string was normalized.
221 * @param first string, should be normalized
224 * @param second string, will be normalized
241 * The result is normalized if both the strings were normalized.
244 * @param first string, should be normalized
247 * @param second string, should be normalized
284 * Tests if the string is normalized.
296 * @return TRUE if s is normalized
305 * Tests if the string is normalized.
327 * Returns the end of the normalized substring of the input string.
336 * When the goal is a normalized string and most input strings are expected
337 * to be normalized already, then call this method,