Home | History | Annotate | Download | only in i18n

Lines Matching refs:srcP

1375     const UChar *srcP = collationSource->pos - 1;      /*  Start of chars to normalize    */
1378 collationSource->nfd->normalize(UnicodeString(FALSE, srcP, (int32_t)(endP - srcP)),
1448 const UChar *srcP, *endP;
1454 srcP = collationSource->pos-1;
1463 fcd = g_nfcImpl->nextFCD16(srcP, endP);
1470 while (endP == NULL || srcP != endP)
1472 const UChar *savedSrcP = srcP;
1474 fcd = g_nfcImpl->nextFCD16(srcP, endP);
1477 srcP = savedSrcP; // Hit char that is not part of combining sequence.
1491 collationSource->fcdPosition = (UChar *)srcP;