Home | History | Annotate | Download | only in i18n

Lines Matching refs:decompLen

1817                 uprv_memcpy(newDecomp, c->decomp, sizeof(UChar)*(c->decompLen));
1818 newDecLen = c->decompLen;
1875 int32_t i, len, decompLen, replacedPos;
1899 decompLen=2;
1900 len = unorm_normalize(decomp, decompLen, UNORM_NFC, 0, comp, 256, status);
1909 for (decompLen=0; decompLen< (int32_t)el->cSize; decompLen++) {
1910 decomp[decompLen] = el->cPoints[decompLen];
1911 if (decomp[decompLen]==cMark) {
1912 replacedPos = decompLen; // record the position for later use
1918 decomp[decompLen] = 0;
1919 len = unorm_normalize(decomp, decompLen, UNORM_NFC, 0, comp, 256, status);
1920 comp[len++] = decomp[decompLen++] = cMark;
1921 comp[len] = decomp[decompLen] = 0;
1923 element.cSize = decompLen;
1935 ucol_setText(colEl, decomp, decompLen, status);
1952 c.decompLen = decompLen;