Home | History | Annotate | Download | only in i18n

Lines Matching refs:noOfDec

1634         int32_t noOfDec = 0;
1642 getDecomposition(u32, decompBuffer, noOfDec);
1643 //if((noOfDec = unorm_normalize(comp, len, UNORM_NFD, 0, decomp, 256, status)) > 1
1644 //|| (noOfDec == 1 && *decomp != (UChar)u32))
1649 noOfDec) != UCOL_EQUAL) {
1654 while(i < noOfDec) {
1655 U16_NEXT(decomp, i, noOfDec, c);
1667 ucol_setText(iter, decomp, noOfDec, status);
1679 el.cSize = noOfDec;
1691 ucol_setText(colEl, decomp, noOfDec, status);