Home | History | Annotate | Download | only in cintltst

Lines Matching refs:U16LenS

3883   int32_t U16LenS = 0, U16LenT = 0, U16BELenS = 0, U16BELenT = 0, U8LenS = 0, U8LenT = 0;
3920 U16LenS = u_unescape(pairs[i][0], U16Source, CMSCOLL_ALEXIS2_BUFFER_SIZE);
3923 resU16 = ucol_strcoll(coll, U16Source, U16LenS, U16Target, U16LenT);
3927 U16BELenS = ucnv_fromUChars(conv, U16BESource, CMSCOLL_ALEXIS2_BUFFER_SIZE, U16Source, U16LenS, &status);
3933 uiter_setUTF16BE(&U16BEItS, U16BESource, U16LenS);
3944 u_strToUTF8(U8Source, CMSCOLL_ALEXIS2_BUFFER_SIZE, &U8LenS, U16Source, U16LenS, &status);