Home | History | Annotate | Download | only in cintltst

Lines Matching defs:pu

3072     UChar *pu;
3149 pu=uNormal;
3150 ucnv_toUnicode(cnv, &pu, uNormal+LENGTHOF(uNormal), (const char **)&pc, normal+normalLength, NULL, TRUE, &errorCode);
3151 normalLength=(int32_t)(pu-uNormal);
3154 pu=uSwapped;
3155 ucnv_toUnicode(swapCnv, &pu, uSwapped+LENGTHOF(uSwapped), (const char **)&pc, normal+swappedLength, NULL, TRUE, &errorCode);
3156 swappedLength=(int32_t)(pu-uSwapped);