Home | History | Annotate | Download | only in cintltst

Lines Matching defs:pu

3038     UChar *pu;
3115 pu=uNormal;
3116 ucnv_toUnicode(cnv, &pu, uNormal+LENGTHOF(uNormal), (const char **)&pc, normal+normalLength, NULL, TRUE, &errorCode);
3117 normalLength=(int32_t)(pu-uNormal);
3120 pu=uSwapped;
3121 ucnv_toUnicode(swapCnv, &pu, uSwapped+LENGTHOF(uSwapped), (const char **)&pc, normal+swappedLength, NULL, TRUE, &errorCode);
3122 swappedLength=(int32_t)(pu-uSwapped);