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

  /libcore/luni/src/main/java/java/nio/charset/
CharsetDecoderICU.java 27 private static final int INPUT_OFFSET = 0;
31 * data[INPUT_OFFSET] = on input contains the start of input and on output the number of input bytes consumed
96 data[INPUT_OFFSET] = 0;
112 data[INPUT_OFFSET] = 0;
139 data[INPUT_OFFSET] = getArray(in);
211 in.position(in.position() + data[INPUT_OFFSET]);
CharsetEncoderICU.java 42 private static final int INPUT_OFFSET = 0;
46 * data[INPUT_OFFSET] = on input contains the start of input and on output the number of input chars consumed
124 data[INPUT_OFFSET] = 0;
140 data[INPUT_OFFSET] = 0;
167 data[INPUT_OFFSET] = getArray(in);
239 int position = in.position() + data[INPUT_OFFSET] - data[INVALID_CHAR_COUNT];
  /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 
android-all-7.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 52 milliseconds