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);
328 result->pce = NULL;
358 if (elems->pce != NULL) {
359 delete elems->pce;
438 if (elems->pce == NULL) {
439 elems->pce = new UCollationPCE(elems);
441 elems->pce->pceBuffer.reset();
535 if (elems->pce == NULL) {
536 elems->pce = new UCollationPCE(elems);
538 //elems->pce->pceBuffer.reset();
543 while (elems->pce->pceBuffer.empty()) {
572 elems->pce->pceBuffer.put(result, rcei->low, rcei->high);
578 if (elems->pce->pceBuffer.empty()) {
591 const PCEI *pcei = elems->pce->pceBuffer.get();