Home | History | Annotate | Download | only in cintltst

Lines Matching refs:pu

3078     UChar *pu;
3155 pu=uNormal;
3156 ucnv_toUnicode(cnv, &pu, uNormal+LENGTHOF(uNormal), (const char **)&pc, normal+normalLength, NULL, TRUE, &errorCode);
3157 normalLength=(int32_t)(pu-uNormal);
3160 pu=uSwapped;
3161 ucnv_toUnicode(swapCnv, &pu, uSwapped+LENGTHOF(uSwapped), (const char **)&pc, normal+swappedLength, NULL, TRUE, &errorCode);
3162 swappedLength=(int32_t)(pu-uSwapped);