Home
last modified time | relevance | path

Searched refs:javaRow (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
Dlibcore_icu_TimeZones.cpp211 …ScopedLocalRef<jobjectArray> javaRow(env, env->NewObjectArray(5, JniConstants::stringClass, NULL)); in TimeZones_getZoneStringsImpl() local
213 env->SetObjectArrayElement(javaRow.get(), 0, id.get()); in TimeZones_getZoneStringsImpl()
214 setStringArrayElement(env, javaRow.get(), 1, row.longStd); in TimeZones_getZoneStringsImpl()
215 setStringArrayElement(env, javaRow.get(), 2, row.shortStd); in TimeZones_getZoneStringsImpl()
216 setStringArrayElement(env, javaRow.get(), 3, row.longDst); in TimeZones_getZoneStringsImpl()
217 setStringArrayElement(env, javaRow.get(), 4, row.shortDst); in TimeZones_getZoneStringsImpl()
218 env->SetObjectArrayElement(result, i, javaRow.get()); in TimeZones_getZoneStringsImpl()