Home | History | Annotate | Download | only in cintltst

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,
1008 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
1037 sourceLimit=(UChar*)src+(sourceLen);
1056 sourceLen, targ-buffer);
1097 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen,
1130 sourceLimit=(uint8_t*)(src+(sourceLen));
1152 sourceLen, targ-buffer);
1194 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
1247 realSourceEnd = source + sourceLen;
1294 sourceLen, targ-junkout);
1356 printUSeqErr(source, sourceLen);
1366 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
1421 realSourceEnd = src + sourcelen;
1469 sourcelen, targ-junkout);