Home | History | Annotate | Download | only in i18n

Lines Matching full:fcd

105 * Initializing the fcd tables.
120 * Gets the fcd value for a character at the argument index.
122 * @param str UTF16 string where character for fcd retrieval resides
123 * @param offset position of the character whose fcd is to be retrieved, to be
127 * @return fcd value
809 * The first composite character would have been taken care of by the fcd
811 * This is the slow path after the fcd of the first character and
901 * We check the FCD of the character first, if it starts with an accent and
1081 // which may not be in FCD it might be faster to just NFD them.
1298 uint16_t fcd = getFCD(text, &temp, result);
1299 if ((fcd >> SECOND_LAST_BYTE_SHIFT_) == 0) {
1300 if (fcd & LAST_BYTE_MASK_) {