Home | History | Annotate | Download | only in i18n

Lines Matching refs:targetce

4345         int32_t     targetce;
4355 targetce = ucol_previous(coleiter, status);
4356 if (U_FAILURE(*status) || targetce == UCOL_NULLORDER) {
4360 targetce = getCE(strsrch, targetce);
4361 if (targetce == UCOL_IGNORABLE && inNormBuf(coleiter)) {
4367 lastce = targetce;
4370 if (targetce == patternce[patternceindex]) {
4381 //targetce = lastce;
4384 lastce = targetce;
4385 targetce = ucol_previous(coleiter, status);
4386 if (U_FAILURE(*status) || targetce == UCOL_NULLORDER) {
4390 targetce = getCE(strsrch, targetce);
4391 if (targetce == UCOL_IGNORABLE) {
4397 found = found && targetce == patternce[patternceindex];
4400 targetce = lastce;
4461 int32_t targetce;
4471 targetce = ucol_previous(coleiter, status);
4472 if (U_FAILURE(*status) || targetce == UCOL_NULLORDER) {
4476 targetce = getCE(strsrch, targetce);
4478 lastce = targetce;
4481 if (targetce == patternce[patternceindex]) {
4493 targetce = ucol_previous(coleiter, status);
4494 if (U_FAILURE(*status) || targetce == UCOL_NULLORDER) {
4498 targetce = getCE(strsrch, targetce);
4499 if (targetce == UCOL_IGNORABLE) {
4505 found = found && targetce == patternce[patternceindex];
4578 int32_t targetce;
4590 targetce = ucol_next(coleiter, status);
4591 if (U_FAILURE(*status) || targetce == UCOL_NULLORDER) {
4595 targetce = getCE(strsrch, targetce);
4597 firstce = targetce;
4599 if (targetce == UCOL_IGNORABLE && strsrch->strength != UCOL_PRIMARY) {
4603 if (targetce == patternce[0]) {
4614 //targetce = firstce;
4617 firstce = targetce;
4618 targetce = ucol_next(coleiter, status);
4619 if (U_FAILURE(*status) || targetce == UCOL_NULLORDER) {
4623 targetce = getCE(strsrch, targetce);
4624 if (targetce == UCOL_IGNORABLE) {
4629 found = found && targetce == patternce[patternceindex];
4633 targetce = firstce;
4640 textoffset = reverseShift(strsrch, textoffset, targetce,
4724 int32_t targetce;
4734 targetce = ucol_next(coleiter, status);
4735 if (U_FAILURE(*status) || targetce == UCOL_NULLORDER) {
4739 targetce = getCE(strsrch, targetce);
4741 firstce = targetce;
4745 if (targetce == patternce[0]) {
4757 targetce = firstce;
4760 targetce = ucol_next(coleiter, status);
4761 if (U_FAILURE(*status) || targetce == UCOL_NULLORDER) {
4765 targetce = getCE(strsrch, targetce);
4766 if (targetce == UCOL_IGNORABLE) {
4771 found = found && targetce == patternce[patternceindex];
4789 textoffset = reverseShift(strsrch, textoffset, targetce,