Home | History | Annotate | Download | only in i18n

Lines Matching refs:pce

253     switch(elems->pce->strength) {
274 if (elems->pce->toShift && (elems->pce->variableTop > ce && primary != 0)
275 || (elems->pce->isShifted && primary == 0)) {
281 if (elems->pce->strength >= UCOL_QUATERNARY) {
286 elems->pce->isShifted = TRUE;
288 if (elems->pce->strength >= UCOL_QUATERNARY) {
292 elems->pce->isShifted = FALSE;
301 if (elems->pce != NULL) {
302 elems->pce->init(elems->iteratordata_.coll);
331 result->pce = NULL;
367 if (elems->pce != NULL) {
368 delete elems->pce;
451 if (elems->pce == NULL) {
452 elems->pce = new UCollationPCE(elems);
454 elems->pce->pceBuffer.reset();
548 if (elems->pce == NULL) {
549 elems->pce = new UCollationPCE(elems);
551 //elems->pce->pceBuffer.reset();
556 while (elems->pce->pceBuffer.empty()) {
585 elems->pce->pceBuffer.put(result, rcei->low, rcei->high);
591 if (elems->pce->pceBuffer.empty()) {
604 const PCEI *pcei = elems->pce->pceBuffer.get();