/external/icu4c/test/intltest/ |
D | normconf.cpp | 303 UnicodeString out, fcd; in checkConformance() local 397 Normalizer::normalize(field[0], UNORM_FCD, options, fcd, status); in checkConformance() 398 if(UNORM_NO == Normalizer::quickCheck(fcd, UNORM_FCD, options, status)) { in checkConformance() 411 Normalizer::normalize(fcd, UNORM_NFD, options, out, status); in checkConformance()
|
/external/icu4c/i18n/ |
D | ucol_elm.cpp | 746 … uint16_t fcd; // Hi byte is lead combining class. lo byte is trailing combing class. in uprv_uca_unsafeCPAddCCNZ() local 768 fcd = 0; in uprv_uca_unsafeCPAddCCNZ() 773 fcd |= nfcImpl->getFCD16FromNormData(supp++); in uprv_uca_unsafeCPAddCCNZ() 777 fcd = nfcImpl->getFCD16(c); in uprv_uca_unsafeCPAddCCNZ() 779 if (fcd >= 0x100 || // if the leading combining class(c) > 0 || in uprv_uca_unsafeCPAddCCNZ() 780 (U16_IS_LEAD(c) && fcd != 0)) {// c is a leading surrogate with some FCD data in uprv_uca_unsafeCPAddCCNZ() 782 uint32_t cClass = fcd & 0xff; in uprv_uca_unsafeCPAddCCNZ() 2045 int16_t fcd = context.nfcImpl->getFCD16(el.cPoints[j]); in uprv_uca_canonicalClosure() local 2046 if ( (fcd & 0xff) == 0 ) { in uprv_uca_canonicalClosure()
|
D | ucol.cpp | 1451 uint16_t fcd; in collIterFCD() local 1463 fcd = g_nfcImpl->nextFCD16(srcP, endP); in collIterFCD() 1464 if (fcd != 0) { in collIterFCD() 1465 prevTrailingCC = (uint8_t)(fcd & LAST_BYTE_MASK_); in collIterFCD() 1474 fcd = g_nfcImpl->nextFCD16(srcP, endP); in collIterFCD() 1475 leadingCC = (uint8_t)(fcd >> SECOND_LAST_BYTE_SHIFT_); in collIterFCD() 1486 prevTrailingCC = (uint8_t)(fcd & LAST_BYTE_MASK_); in collIterFCD() 1828 uint16_t fcd; in collPrevIterFCD() local 1835 fcd = g_nfcImpl->previousFCD16(start, src); in collPrevIterFCD() 1837 leadingCC = (uint8_t)(fcd >> SECOND_LAST_BYTE_SHIFT_); in collPrevIterFCD() [all …]
|
D | ucol_bld.cpp | 951 uint16_t fcd = nfcImpl->previousFCD16(el.cPoints, s); in ucol_createElements() local 952 if ((fcd & 0xff) != 0) { in ucol_createElements()
|
D | usearch.cpp | 1309 uint16_t fcd = getFCD(text, &temp, result); in getPreviousBaseOffset() local 1310 if ((fcd >> SECOND_LAST_BYTE_SHIFT_) == 0) { in getPreviousBaseOffset() 1311 if (fcd & LAST_BYTE_MASK_) { in getPreviousBaseOffset()
|
/external/icu4c/common/ |
D | normalizer2.cpp | 426 Norm2AllModes() : comp(impl, FALSE), decomp(impl), fcd(impl), fcc(impl, TRUE) {} in Norm2AllModes() 431 FCDNormalizer2 fcd; member 526 return allModes!=NULL ? &allModes->fcd : NULL; in getFCDInstance() 694 return &allModes->fcd; in getInstance()
|
/external/icu4c/test/cintltst/ |
D | cnormtst.c | 1159 fcd[]={ in TestNextPrevious() local 1201 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_FCD, TRUE, fcd, sizeof(fcd)/U_SIZEOF_UCHAR… in TestNextPrevious() 1212 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_FCD, FALSE, fcd, sizeof(fcd)/U_SIZEOF_UCHA… in TestNextPrevious()
|
/external/elfutils/tests/ |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |