Home | History | Annotate | Download | only in cintltst

Lines Matching refs:normal

3070     char normal[32], swapped[32];
3084 /* open both the normal and the LF/NL-swapping converters */
3111 pc=normal;
3112 ucnv_fromUnicode(cnv, &pc, normal+LENGTHOF(normal), &pcu, text+LENGTHOF(text), NULL, TRUE, &errorCode);
3113 normalLength=(int32_t)(pc-normal);
3132 c=normal[i];
3148 pc=normal;
3150 ucnv_toUnicode(cnv, &pu, uNormal+LENGTHOF(uNormal), (const char **)&pc, normal+normalLength, NULL, TRUE, &errorCode);
3153 pc=normal;
3155 ucnv_toUnicode(swapCnv, &pu, uSwapped+LENGTHOF(uSwapped), (const char **)&pc, normal+swappedLength, NULL, TRUE, &errorCode);