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

/dalvik/libcore/icu/src/main/native/
H A DResourceInterface.cpp693 jstring shortMonthU; local
726 shortMonthU = env->NewString(shortMonth, shortMonthNameLength);
727 env->SetObjectArrayElement(shortMonths, i, shortMonthU);
728 env->DeleteLocalRef(shortMonthU);
731 shortMonthU = env->NewStringUTF("");
732 env->SetObjectArrayElement(shortMonths, shortMonthCount, shortMonthU);
733 env->DeleteLocalRef(shortMonthU);

Completed in 48 milliseconds