Home | History | Annotate | Download | only in i18n

Lines Matching refs:pStart

1692     const UChar *pStart;
1696 pStart = data->string;
1699 pStart = data->fcdPosition + 1;
1703 data->nfd->normalize(UnicodeString(FALSE, pStart, (int32_t)((pEnd - pStart) + 1)),
2245 const UChar *pStart = data->pos - 1;
2249 data->writableBuffer.setTo(*(pStart - 1));
2259 data->nfd->normalize(UnicodeString(FALSE, pStart, (int32_t)(pEnd - pStart)), status));
2591 const UChar *pStart;
2606 pStart = data->string;
2609 pStart = data->fcdPosition + 1;
2612 data->nfd->normalize(UnicodeString(FALSE, pStart, (int32_t)(pEnd - pStart)),