Home | History | Annotate | Download | only in i18n

Lines Matching refs:tCEs

7388     ucol_CEBuf   tCEs;
7390 UCOL_INIT_CEBUF(&tCEs);
7412 UCOL_CEBUF_PUT(&tCEs, tOrder, tColl, status);
7490 UCOL_CEBUF_PUT(&tCEs, tOrder, tColl, status);
7499 UCOL_CEBUF_PUT(&tCEs, tOrder, tColl, status);
7502 UCOL_CEBUF_PUT(&tCEs, tOrder, tColl, status);
7509 UCOL_CEBUF_PUT(&tCEs, tOrder, tColl, status);
7515 UCOL_CEBUF_PUT(&tCEs, tOrder, tColl, status);
7521 UCOL_CEBUF_PUT(&tCEs, tOrder, tColl, status);
7524 UCOL_CEBUF_PUT(&tCEs, tOrder, tColl, status);
7565 tCE = tCEs.buf;
7591 tCE = tCEs.pos-2;
7615 while(secT == 0 && tCE >= tCEs.buf) {
7638 if(secS == UCOL_NO_MORE_CES_SECONDARY || (sCE < sCEs.buf && tCE < tCEs.buf)) {
7655 tCE = tCEs.buf;
7711 tCE = tCEs.buf;
7752 tCE = tCEs.buf;
7819 if (tCEs.buf != tCEs.localArray ) {
7820 uprv_free(tCEs.buf);