Home | History | Annotate | Download | only in i18n

Lines Matching defs:fcd

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