Searched refs:fcd (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/common/
H A Dnormalizer2impl.h593 uint16_t fcd=fcdTrieIndex[_UTRIE2_INDEX_FROM_U16_SINGLE_LEAD(fcdTrieIndex, c)]; local
594 if(fcd!=0 && U16_IS_LEAD(c)) {
600 fcd=fcdTrieIndex[_UTRIE2_INDEX_FROM_SUPP(fcdTrieIndex, c)];
602 fcd=0;
605 fcd=0;
608 return fcd;
623 uint16_t fcd; local
625 fcd=fcdTrieIndex[_UTRIE2_INDEX_FROM_U16_SINGLE_LEAD(fcdTrieIndex, c)];
632 fcd=fcdTrieIndex[_UTRIE2_INDEX_FROM_SUPP(fcdTrieIndex, c)];
634 fcd
[all...]
H A Dnormalizer2.cpp366 Norm2AllModes() : comp(impl, FALSE), decomp(impl), fcd(impl), fcc(impl, TRUE) {}
371 FCDNormalizer2 fcd; member in struct:Norm2AllModes
468 return &allModes->fcd;
625 return &allModes->fcd;
/external/icu4c/test/intltest/
H A Dnormconf.cpp303 UnicodeString out, fcd; local
397 Normalizer::normalize(field[0], UNORM_FCD, options, fcd, status);
398 if(UNORM_NO == Normalizer::quickCheck(fcd, UNORM_FCD, options, status)) {
411 Normalizer::normalize(fcd, UNORM_NFD, options, out, status);
/external/icu4c/test/cintltst/
H A Dcnormtst.c1158 fcd[]={ local
1200 _testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_FCD, TRUE, fcd, sizeof(fcd)/U_SIZEOF_UCHAR, fcdIndexes, sizeof(fcdIndexes)/4);
1211 _testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_FCD, FALSE, fcd, sizeof(fcd)/U_SIZEOF_UCHAR, fcdIndexes, sizeof(fcdIndexes)/4);
/external/icu4c/i18n/
H A Ducol_elm.cpp744 uint16_t fcd; // Hi byte is lead combining class. local
768 fcd = unorm_getFCD16(fcdTrieIndex, c);
769 if (fcd >= 0x100 || // if the leading combining class(c) > 0 ||
770 (UTF_IS_LEAD(c) && fcd != 0)) {// c is a leading surrogate with some FCD data
772 uint32_t cClass = fcd & 0xff;
2039 int16_t fcd = unorm_getFCD16(fcdTrieIndex, el.cPoints[j]); local
2040 if ( (fcd & 0xff) == 0 ) {
H A Ducol.cpp1424 uint16_t fcd; local
1438 fcd = unorm_nextFCD16(fcdTrieIndex, fcdHighStart, srcP, endP);
1439 if (fcd != 0) {
1440 prevTrailingCC = (uint8_t)(fcd & LAST_BYTE_MASK_);
1450 fcd = unorm_nextFCD16(fcdTrieIndex, fcdHighStart, srcP, endP);
1451 leadingCC = (uint8_t)(fcd >> SECOND_LAST_BYTE_SHIFT_);
1462 prevTrailingCC = (uint8_t)(fcd & LAST_BYTE_MASK_);
1576 // We've got a character. See if there's any fcd and/or normalization stuff to do.
1589 // Fast fcd safe path. Trailing combining class == 0. This char is OK.
1804 uint16_t fcd; local
[all...]
H A Ducol_bld.cpp944 uint16_t fcd = unorm_prevFCD16(fcdTrieIndex, fcdHighStart, el.cPoints, s); local
945 if ((fcd & 0xff) != 0) {
H A Dusearch.cpp111 * 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
1309 uint16_t fcd = getFCD(text, &temp, result); local
1310 if ((fcd >> SECOND_LAST_BYTE_SHIFT_) == 0) {
1311 if (fcd
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 154 milliseconds