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

  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 55 char replacementBytes[MAX_REPLACEMENT_LENGTH];
404 ucnv_cbFromUWriteBytes(fromArgs, context->replacementBytes, context->replacementByteCount, 0, err);
442 ScopedByteArrayRO replacementBytes(env, javaReplacement);
443 if (replacementBytes.get() == NULL
444 || replacementBytes.size() > sizeof(callbackContext->replacementBytes)) {
445 maybeThrowIcuException(env, "replacementBytes", U_ILLEGAL_ARGUMENT_ERROR);
448 memcpy(callbackContext->replacementBytes, replacementBytes.get(), replacementBytes.size())
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 135 milliseconds