Home | History | Annotate | Download | only in i18n

Lines Matching refs:srcP

1348     const UChar *srcP = collationSource->pos - 1;      /*  Start of chars to normalize    */
1351 collationSource->nfd->normalize(UnicodeString(FALSE, srcP, (int32_t)(endP - srcP)),
1421 const UChar *srcP, *endP;
1427 srcP = collationSource->pos-1;
1438 fcd = unorm_nextFCD16(fcdTrieIndex, fcdHighStart, srcP, endP);
1445 while (endP == NULL || srcP != endP)
1447 const UChar *savedSrcP = srcP;
1450 fcd = unorm_nextFCD16(fcdTrieIndex, fcdHighStart, srcP, endP);
1453 srcP = savedSrcP; // Hit char that is not part of combining sequence.
1467 collationSource->fcdPosition = (UChar *)srcP;