Home | History | Annotate | Download | only in cintltst

Lines Matching full:offset16

708     int32_t offset16;
713 offset16 = 0;
716 && offset16 < (MAX_LENGTH/sizeof(UChar) - MAX_UTF16_LEN)
722 UTF16_APPEND_CHAR_SAFE(standardForm, offset16, MAX_LENGTH, currCh);
726 if(!convertFromU(standardForm, offset16,
731 standardForm, offset16, "UTF8", 0, TRUE, U_ZERO_ERROR )) {
778 int32_t offset16;
783 offset16 = 0;
786 && offset16 < (MAX_LENGTH/sizeof(UChar) - MAX_UTF16_LEN)
792 UTF16_APPEND_CHAR_SAFE(standardForm, offset16, MAX_LENGTH, currCh);
796 if(!convertFromU(standardForm, offset16,
801 standardForm, offset16, "UTF32_PlatformEndian", 0, TRUE, U_ZERO_ERROR )) {