Searched refs:Get (Results 1 - 3 of 3) sorted by relevance

/libcore/include/
H A DScopedPrimitiveArray.h34 mRawArray = mEnv->Get ## NAME ## ArrayElements(mJavaArray, NULL); \
76 mRawArray = mEnv->Get ## NAME ## ArrayElements(mJavaArray, NULL); \
/libcore/luni/src/main/native/
H A Dlibcore_icu_ICU.cpp394 const char* Get() { function in class:LocaleNameIterator
492 // Get the DateTimePatterns.
496 if (getDateTimePatterns(env, localeData, it.Get())) {
506 // Get the "Yesterday", "Today", and "Tomorrow" strings.
509 if (getYesterdayTodayAndTomorrow(env, localeData, it.Get())) {
529 // Get DateFormatSymbols.
536 // Get AM/PM and BC/AD.
H A Dlibcore_io_Memory.cpp234 env->Get ## JNI_NAME ## ArrayRegion(src, srcOffset, count, cast<SCALAR_TYPE*>(dstAddress)); \

Completed in 556 milliseconds