Lines Matching refs:sourceLen
46 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLe…
48 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen,
51 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expe…
1007 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLe… in convertFromU() argument
1036 sourceLimit=(UChar*)src+(sourceLen); in convertFromU()
1055 sourceLen, targ-buffer); in convertFromU()
1096 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen, in convertToU() argument
1129 sourceLimit=(uint8_t*)(src+(sourceLen)); in convertToU()
1151 sourceLen, targ-buffer); in convertToU()
1193 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expe… in testConvertFromU() argument
1246 realSourceEnd = source + sourceLen; in testConvertFromU()
1293 sourceLen, targ-junkout); in testConvertFromU()
1355 printUSeqErr(source, sourceLen); in testConvertFromU()