HomeSort by relevance Sort by last modified time
    Searched refs:REPLACE (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
CodingErrorActionTest.java 47 assertNotNull(CodingErrorAction.REPLACE);
49 assertNotSame(CodingErrorAction.IGNORE, CodingErrorAction.REPLACE);
51 assertNotSame(CodingErrorAction.REPLACE, CodingErrorAction.REPORT);
59 assertTrue(CodingErrorAction.REPLACE.toString().indexOf("REPLACE") != -1);
  /libcore/luni/src/main/java/java/nio/charset/
CodingErrorAction.java 21 * errors. Currently three actions are defined: {@code IGNORE}, {@code REPLACE}
36 public static final CodingErrorAction REPLACE = new CodingErrorAction(
37 "REPLACE");
Charset.java 431 * This method uses {@code CodingErrorAction.REPLACE}.
443 .onMalformedInput(CodingErrorAction.REPLACE)
444 .onUnmappableCharacter(CodingErrorAction.REPLACE).encode(
453 * This method uses {@code CodingErrorAction.REPLACE}.
467 * This method uses {@code CodingErrorAction.REPLACE}.
479 .onMalformedInput(CodingErrorAction.REPLACE)
480 .onUnmappableCharacter(CodingErrorAction.REPLACE).decode(buffer);
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
LevenshteinDistanceTest.java 33 private static final int REPLACE = LevenshteinDistance.EDIT_REPLACE;
53 } else if (expectedOps[i] == REPLACE) {
100 new int[] {REPLACE},
106 new int[] {REPLACE, REPLACE},
  /frameworks/base/services/java/com/android/server/wm/
StrictModeFlash.java 77 c.clipRect(new Rect(0, 0, dw, mThickness), Region.Op.REPLACE);
80 c.clipRect(new Rect(0, 0, mThickness, dh), Region.Op.REPLACE);
83 c.clipRect(new Rect(dw - mThickness, 0, dw, dh), Region.Op.REPLACE);
86 c.clipRect(new Rect(0, dh - mThickness, dw, dh), Region.Op.REPLACE);
FocusedStackFrame.java 84 c.clipRect(mTmpDrawRect, Region.Op.REPLACE);
88 c.clipRect(mTmpDrawRect, Region.Op.REPLACE);
92 c.clipRect(mTmpDrawRect, Region.Op.REPLACE);
96 c.clipRect(mTmpDrawRect, Region.Op.REPLACE);
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_SingleByteAbstractTest.java 51 decoder.onMalformedInput(CodingErrorAction.REPLACE);
67 decoder.onMalformedInput(CodingErrorAction.REPLACE);
68 decoder.onUnmappableCharacter(CodingErrorAction.REPLACE);
92 // decoder.onMalformedInput(CodingErrorAction.REPLACE);
107 encoder.onUnmappableCharacter(CodingErrorAction.REPLACE);
141 // System.out.format("REPLACE mismatch at index %d (byte %d): %d instead of expected %d.\n",
144 // System.out.format("REPLACE mismatch at index %d (byte %d): %d instead of expected %d.\n",
CharsetDecoderTest.java 33 d.onMalformedInput(CodingErrorAction.REPLACE);
34 d.onUnmappableCharacter(CodingErrorAction.REPLACE);
CharsetEncoderTest.java 32 e.onMalformedInput(CodingErrorAction.REPLACE);
33 e.onUnmappableCharacter(CodingErrorAction.REPLACE);
98 testCharsetEncoderSplitSurrogates(CodingErrorAction.REPLACE);
110 // invalid (because it doesn't remember seeing the first), and REPLACE inserts a
  /cts/tests/tests/graphics/src/android/graphics/cts/
Region_OpTest.java 31 assertEquals(Op.REPLACE, Op.valueOf("REPLACE"));
45 Op.REPLACE};
RegionTest.java 348 assertFalse(mRegion.op(rect1, Region.Op.REPLACE));
520 // REPLACE, Region with rectangle
521 // replace the dst region with the op region
526 assertFalse(mRegion.op(rect1, Region.Op.REPLACE));
530 assertTrue(mRegion.op(rect3, Region.Op.REPLACE));
536 assertTrue(mRegion.op(rect4, Region.Op.REPLACE));
542 assertTrue(mRegion.op(rect5, Region.Op.REPLACE));
572 assertFalse(mRegion.op(0, 0, 0, 0, Region.Op.REPLACE));
735 // REPLACE, Region w1ith rectangle
736 // replace the dst region with the op regio
    [all...]
  /libcore/luni/src/main/java/java/io/
InputStreamReader.java 86 CodingErrorAction.REPLACE).onUnmappableCharacter(
87 CodingErrorAction.REPLACE);
125 CodingErrorAction.REPLACE).onUnmappableCharacter(
126 CodingErrorAction.REPLACE);
OutputStreamWriter.java 85 encoder.onMalformedInput(CodingErrorAction.REPLACE);
86 encoder.onUnmappableCharacter(CodingErrorAction.REPLACE);
103 encoder.onMalformedInput(CodingErrorAction.REPLACE);
104 encoder.onUnmappableCharacter(CodingErrorAction.REPLACE);
  /external/chromium_org/third_party/icu/source/data/rbnf/
rbnflocal.mk 12 # * To REPLACE the default list and only build with a few
  /external/chromium_org/third_party/icu/source/data/translit/
trnsfiles.mk 19 # * To REPLACE the default list and only build with a few
  /external/icu4c/data/translit/
trnsfiles.mk 19 # * To REPLACE the default list and only build with a few
  /libcore/luni/src/main/java/libcore/icu/
NativeConverter.java 48 } else if (action == CodingErrorAction.REPLACE) {
  /external/chromium_org/third_party/icu/source/data/misc/
miscfiles.mk 19 # * To REPLACE the default list and only build a subset of files:
  /external/chromium_org/third_party/icu/source/data/sprep/
sprepfiles.mk 19 # * To REPLACE the default list and only build a subset of files:
spreplocal.mk 9 # * To REPLACE the default list and only build a subset of files:
  /external/icu4c/data/misc/
miscfiles.mk 19 # * To REPLACE the default list and only build a subset of files:
  /external/icu4c/data/sprep/
sprepfiles.mk 19 # * To REPLACE the default list and only build a subset of files:
  /frameworks/base/wifi/java/android/net/wifi/
WifiSsid.java 174 .onMalformedInput(CodingErrorAction.REPLACE)
175 .onUnmappableCharacter(CodingErrorAction.REPLACE);
  /frameworks/base/core/java/com/android/internal/util/
FastPrintWriter.java 236 mCharset.onMalformedInput(CodingErrorAction.REPLACE);
237 mCharset.onUnmappableCharacter(CodingErrorAction.REPLACE);
276 mCharset.onMalformedInput(CodingErrorAction.REPLACE);
277 mCharset.onUnmappableCharacter(CodingErrorAction.REPLACE);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CharsetDecoderTest.java 74 // decoder.onMalformedInput(CodingErrorAction.REPLACE);
75 // decoder.onUnmappableCharacter(CodingErrorAction.REPLACE);
110 cs1.newDecoder().onMalformedInput(CodingErrorAction.REPLACE)
111 .onUnmappableCharacter(CodingErrorAction.REPLACE).decode(
186 decoder.onMalformedInput(CodingErrorAction.REPLACE);
190 // but "out" doesn't have enough space for replace string.
197 // replace string should be put into "out" firstly,

Completed in 2219 milliseconds

1 2 3 4 5 6