Home | History | Annotate | Download | only in i18n

Lines Matching full:fcd

153             // Combination of UTF8CollationIterator::handleNextCE32() with FCD check fastpath.
225 // CJK U+4000..U+DFFF except U+Axxx are also FCD-inert. (Lead bytes E4..ED except EA.)
280 // c is not FCD-inert, therefore it is not U+FFFD and it has a valid byte sequence
318 // c is not FCD-inert, therefore it is not U+FFFD and it has a valid byte sequence
369 state = IN_FCD_SEGMENT; // Stay in FCD segment.
372 // Reached the end of the FCD segment.
374 // The input text segment is FCD, extend it forward.
388 // The input text [start..pos[ passes the FCD check.
401 // FCD boundary before this character.
407 // Fails FCD check. Find the next FCD boundary and normalize.
426 // FCD boundary after the last character.
448 state = IN_FCD_SEGMENT; // Stay in FCD segment.
451 // Reached the start of the FCD segment.
453 // The input text segment is FCD, extend it backward.
467 // The input text [pos..limit[ passes the FCD check.
480 // FCD boundary after this character.
487 // Fails FCD check. Find the previous FCD boundary and normalize.
508 // FCD boundary before the following character.