Home
last modified time | relevance | path

Searched defs:toReturn (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DProtobufArrayList.java87 E toReturn = list.remove(index); in remove() local
95 E toReturn = list.set(index, element); in set() local
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
DParameterMatcher.java59 List<String> toReturn = new ArrayList<>(parameters.size()); in getParameterTypeNames() local
/external/pdfium/fxbarcode/oned/
DBC_OnedCode39Writer.cpp134 void CBC_OnedCode39Writer::ToIntArray(int16_t a, int8_t* toReturn) { in ToIntArray()
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/
DCountryTimeZones.java499 TimeZone toReturn = biasMatched ? bias : firstMatch; in lookupByOffsetWithBiasInternal() local