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

  /external/chromium_org/third_party/icu/source/test/perf/ustrperf/
stringperf.cpp 188 return new StringPerfFunction(ctor3, filelines_, numLines, uselen);
190 return new StringPerfFunction(ctor3, StrBuffer, StrBufferLen, uselen);
stringperf.h 399 inline void ctor3(const UChar* src,int32_t srcLen, UnicodeString s0) function
  /external/icu4c/test/perf/ustrperf/
stringperf.cpp 188 return new StringPerfFunction(ctor3, filelines_, numLines, uselen);
190 return new StringPerfFunction(ctor3, StrBuffer, StrBufferLen, uselen);
stringperf.h 401 inline void ctor3(const UChar* src,int32_t srcLen, UnicodeString s0) function
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 98 static void throwException(JNIEnv* env, jclass exceptionClass, jmethodID ctor3, jmethodID ctor2,
115 exception = env->NewObject(exceptionClass, ctor3, detailMessage.get(), error, cause);
124 static jmethodID ctor3 = env->GetMethodID(JniConstants::errnoExceptionClass, local
128 throwException(env, JniConstants::errnoExceptionClass, ctor3, ctor2, functionName, error);
133 static jmethodID ctor3 = env->GetMethodID(JniConstants::gaiExceptionClass, "<init>", local
146 throwException(env, JniConstants::gaiExceptionClass, ctor3, ctor2, functionName, error);
    [all...]

Completed in 75 milliseconds