Home | History | Annotate | Download | only in common

Lines Matching defs:INERT

265     // Surrogate code *points* are inert.
267 return U_IS_LEAD(c) ? INERT : UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c);
401 INERT=1, // offset=0 hasCompBoundaryAfter=TRUE
550 static UBool isInert(uint16_t norm16) { return norm16==INERT; }
844 * Value norm16==INERT (0 in versions 1 & 2, 1 in version 3)
845 * means that the character is normalization-inert, that is,
858 * the lead surrogate. If all of the 1024 supplementary characters are normalization-inert,
859 * then their lead surrogate code unit has the trie value INERT.
970 * treats them as inert.