Lines Matching refs:sourcelen
42 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
44 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen,
47 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
49 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
1007 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
1036 sourceLimit=(UChar*)src+(sourceLen);
1055 sourceLen, targ-buffer);
1096 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen,
1129 sourceLimit=(uint8_t*)(src+(sourceLen));
1151 sourceLen, targ-buffer);
1193 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
1246 realSourceEnd = source + sourceLen;
1293 sourceLen, targ-junkout);
1355 printUSeqErr(source, sourceLen);
1365 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
1420 realSourceEnd = src + sourcelen;
1468 sourcelen, targ-junkout);