Searched refs:convertAll (Results 1 – 6 of 6) sorted by relevance
63 Iterable<Long> convertedValues = STR_TO_LONG.convertAll(STRINGS); in testConverter()69 Iterable<Long> convertedValues = STR_TO_LONG.convertAll(mutableList); in testConvertAllIsView()84 Iterable<String> convertedValues = reverseConverter.convertAll(LONGS); in testReverse()
201 public Iterable<B> convertAll(final Iterable<? extends A> fromIterable) { in convertAll() method in Converter
202 public Iterable<B> convertAll(final Iterable<? extends A> fromIterable) { in convertAll() method in Converter
574 bool convertAll = premul || in internalWritePixels() local581 if (mustBeTight || convertAll) { in internalWritePixels()583 if (convertAll || (mustBeTight && src[i].rowBytes() != src[i].info().minRowBytes())) { in internalWritePixels()595 if (convertAll || (mustBeTight && src[i].rowBytes() != src[i].info().minRowBytes())) { in internalWritePixels()
195 new LdmlConverter(src, supplementalData, config).convertAll(); in convert()236 private void convertAll() { in convertAll() method in LdmlConverter