Lines Matching full:character
62 * a character is guaranteed to be at a normalization boundary,
367 * "no" or "maybe" character: The end index is at a normalization boundary.
386 * Tests if the character always has a normalization boundary before it,
388 * If true, then the character does not normalization-interact with
390 * In other words, a string containing this character can be normalized
391 * by processing portions before this character and starting from this
392 * character independently.
394 * @param c character to test
401 * Tests if the character always has a normalization boundary after it,
403 * If true, then the character does not normalization-interact with
405 * In other words, a string containing this character can be normalized
406 * by processing portions up to this character and after this
407 * character independently.
410 * @param c character to test
417 * Tests if the character is normalization-inert.
418 * If true, then the character does not change, nor normalization-interact with
420 * In other words, a string containing this character can be normalized
421 * by processing portions before this character and after this
422 * character independently.
425 * @param c character to test
611 * Tests if the character always has a normalization boundary before it,
614 * @param c character to test
621 * Tests if the character always has a normalization boundary after it,
624 * @param c character to test
631 * Tests if the character is normalization-inert.
633 * @param c character to test