HomeSort by relevance Sort by last modified time
    Searched defs:ctor3 (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/perf/ustrperf/
stringperf.h 401 inline void ctor3(const UChar* src,int32_t srcLen, UnicodeString s0) function
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 97 static void throwException(JNIEnv* env, jclass exceptionClass, jmethodID ctor3, jmethodID ctor2,
114 exception = env->NewObject(exceptionClass, ctor3, detailMessage.get(), error, cause);
123 static jmethodID ctor3 = env->GetMethodID(JniConstants::errnoExceptionClass, local
127 throwException(env, JniConstants::errnoExceptionClass, ctor3, ctor2, functionName, error);
132 static jmethodID ctor3 = env->GetMethodID(JniConstants::gaiExceptionClass, "<init>", local
145 throwException(env, JniConstants::gaiExceptionClass, ctor3, ctor2, functionName, error);
    [all...]

Completed in 35 milliseconds