Home | History | Annotate | Download | only in cintltst

Lines Matching defs:pu

3033     UChar *pu;
3110 pu=uNormal;
3111 ucnv_toUnicode(cnv, &pu, uNormal+LENGTHOF(uNormal), (const char **)&pc, normal+normalLength, NULL, TRUE, &errorCode);
3112 normalLength=(int32_t)(pu-uNormal);
3115 pu=uSwapped;
3116 ucnv_toUnicode(swapCnv, &pu, uSwapped+LENGTHOF(uSwapped), (const char **)&pc, normal+swappedLength, NULL, TRUE, &errorCode);
3117 swappedLength=(int32_t)(pu-uSwapped);