HomeSort by relevance Sort by last modified time
    Searched refs:parsePositionClass (Results 1 - 3 of 3) sorted by null

  /libnativehelper/include/nativehelper/
JniConstants.h 75 static jclass parsePositionClass;
  /libnativehelper/
JniConstants.cpp 57 jclass JniConstants::parsePositionClass;
121 parsePositionClass = findClass(env, "java/text/ParsePosition");
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 303 static jmethodID gPP_getIndex = env->GetMethodID(JniConstants::parsePositionClass, "getIndex", "()I");
304 static jmethodID gPP_setIndex = env->GetMethodID(JniConstants::parsePositionClass, "setIndex", "(I)V");
305 static jmethodID gPP_setErrorIndex = env->GetMethodID(JniConstants::parsePositionClass, "setErrorIndex", "(I)V");

Completed in 235 milliseconds