Home | History | Annotate | Download | only in i18n

Lines Matching defs:pEnd

1640     const UChar *pEnd   = data->pos;  /* End normalize + 1 */
1652 data->nfd->normalize(UnicodeString(FALSE, pStart, (int32_t)((pEnd - pStart) + 1)),
2195 const UChar *pEnd;
2205 pEnd = data->fcdPosition;
2208 data->nfd->normalize(UnicodeString(FALSE, pStart, (int32_t)(pEnd - pStart)), status));
2539 const UChar *pEnd = data->pos + 1; /* End normalize + 1 */
2548 endOfBuffer.setTo(*pEnd);
2561 data->nfd->normalize(UnicodeString(FALSE, pStart, (int32_t)(pEnd - pStart)),