Home | History | Annotate | Download | only in cintltst

Lines Matching defs: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 )) {
779 int32_t offset16;
784 offset16 = 0;
787 && offset16 < (MAX_LENGTH/sizeof(UChar) - MAX_UTF16_LEN)
793 UTF16_APPEND_CHAR_SAFE(standardForm, offset16, MAX_LENGTH, currCh);
797 if(!convertFromU(standardForm, offset16,
802 standardForm, offset16, "UTF32_PlatformEndian", 0, TRUE, U_ZERO_ERROR )) {