Home | History | Annotate | Download | only in i18n

Lines Matching refs:fcd

111 * Initializing the fcd tables.
126 * Gets the fcd value for a character at the argument index.
128 * @param str UTF16 string where character for fcd retrieval resides
129 * @param offset position of the character whose fcd is to be retrieved, to be
133 * @return fcd value
820 * The first composite character would have been taken care of by the fcd
822 * This is the slow path after the fcd of the first character and
912 * We check the FCD of the character first, if it starts with an accent and
1092 // which may not be in FCD it might be faster to just NFD them.
1309 fcd = getFCD(text, &temp, result);
1310 if ((fcd >> SECOND_LAST_BYTE_SHIFT_) == 0) {
1311 if (fcd & LAST_BYTE_MASK_) {