Lines Matching refs:sourceLen
42 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLe…
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 expe…
1008 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLe… in convertFromU() argument
1037 sourceLimit=(UChar*)src+(sourceLen); in convertFromU()
1056 sourceLen, targ-buffer); in convertFromU()
1097 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen, in convertToU() argument
1130 sourceLimit=(uint8_t*)(src+(sourceLen)); in convertToU()
1152 sourceLen, targ-buffer); in convertToU()
1194 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expe… in testConvertFromU() argument
1247 realSourceEnd = source + sourceLen; in testConvertFromU()
1294 sourceLen, targ-junkout); in testConvertFromU()
1356 printUSeqErr(source, sourceLen); in testConvertFromU()