Home | History | Annotate | Download | only in cintltst

Lines Matching defs:pu

3066     UChar *pu;
3143 pu=uNormal;
3144 ucnv_toUnicode(cnv, &pu, uNormal+UPRV_LENGTHOF(uNormal), (const char **)&pc, normal+normalLength, NULL, TRUE, &errorCode);
3145 normalLength=(int32_t)(pu-uNormal);
3148 pu=uSwapped;
3149 ucnv_toUnicode(swapCnv, &pu, uSwapped+UPRV_LENGTHOF(uSwapped), (const char **)&pc, normal+swappedLength, NULL, TRUE, &errorCode);
3150 swappedLength=(int32_t)(pu-uSwapped);