/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
H A D | InputFile.java | 115 encoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in setEncoding() 116 encoder.onMalformedInput(CodingErrorAction.REPLACE); in setEncoding() 118 decoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in setEncoding() 119 decoder.onMalformedInput(CodingErrorAction.REPLACE); in setEncoding()
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetDecoderICU.java | 126 if (newAction == CodingErrorAction.REPLACE) { in implOnMalformedInput() 149 if (newAction == CodingErrorAction.REPLACE) { in implOnUnmappableCharacter() 183 if(action==CodingErrorAction.REPLACE){ in getCallback()
|
H A D | CharsetEncoderICU.java | 208 if (action == CodingErrorAction.REPLACE) { in getCallback()
|
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
H A D | TestConversion.java | 201 cc.cbErrorAction = CodingErrorAction.REPLACE; in TestFromUnicode() 210 cc.cbErrorAction = CodingErrorAction.REPLACE; in TestFromUnicode() 242 encoder.onMalformedInput(CodingErrorAction.REPLACE); in FromUnicodeCase() 243 encoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in FromUnicodeCase() 283 if (cc.cbErrorAction.equals(CodingErrorAction.REPLACE)) { in FromUnicodeCase() 491 cc.cbErrorAction = CodingErrorAction.REPLACE; in TestToUnicode() 533 decoder.onMalformedInput(CodingErrorAction.REPLACE); in ToUnicodeCase() 534 decoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in ToUnicodeCase() 568 if (cc.cbErrorAction.equals(CodingErrorAction.REPLACE)) { in ToUnicodeCase()
|
H A D | TestCharset.java | 1741 decoder.onMalformedInput(CodingErrorAction.REPLACE); in TestSubBytes() 2378 encoderICU.onUnmappableCharacter(CodingErrorAction.REPLACE); in TestMBCS() 2395 decoderICU.onMalformedInput(CodingErrorAction.REPLACE); in TestMBCS() 2832 decoder.onMalformedInput(CodingErrorAction.REPLACE); in TestCharsetUTF7() 2833 decoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in TestCharsetUTF7() 5848 encoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in TestDefaultIgnorableCallback() 5849 encoder.onMalformedInput(CodingErrorAction.REPLACE); in TestDefaultIgnorableCallback()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | IsValidUtf8TestUtil.java | 363 .onMalformedInput(CodingErrorAction.REPLACE) in testBytesUsingByteBuffers() 364 .onUnmappableCharacter(CodingErrorAction.REPLACE); in testBytesUsingByteBuffers() 368 .onMalformedInput(CodingErrorAction.REPLACE) in testBytesUsingByteBuffers() 369 .onUnmappableCharacter(CodingErrorAction.REPLACE); in testBytesUsingByteBuffers()
|
/third_party/cJSON/ |
H A D | cJSON_Utils.c | 757 enum patch_operation { INVALID, ADD, REMOVE, REPLACE, MOVE, COPY, TEST }; enumerator 779 return REPLACE; in decode_patch_operation() 868 if ((opcode == REPLACE) || (opcode == ADD)) in apply_patch() 904 if ((opcode == REMOVE) || (opcode == REPLACE)) in apply_patch()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vaf_spectrumsynth.c | 43 enum SlideMode { REPLACE, SCROLL, FULLFRAME, RSCROLL, NB_SLIDES }; enumerator 85 { "replace", "consume old columns with new", 0, AV_OPT_TYPE_CONST, {.i64=REPLACE}, 0, 0, V, "slide" }, 427 case REPLACE: in try_push_frames()
|
H A D | avf_ahistogram.c | 33 enum SlideMode { REPLACE, SCROLL, NB_SLIDES }; enumerator 86 { "slide", "set sonogram sliding", OFFSET(slide), AV_OPT_TYPE_INT, {.i64=REPLACE}, 0, NB_SLIDES-1, FLAGS, "slide" }, 87 { "replace", "replace old rows with new", 0, AV_OPT_TYPE_CONST, {.i64=REPLACE}, 0, 0, FLAGS, "slide" },
|
H A D | avf_showspectrum.c | 54 enum SlideMode { REPLACE, SCROLL, FULLFRAME, RSCROLL, LREPLACE, NB_SLIDES }; enumerator 127 { "replace", "replace old columns with new", 0, AV_OPT_TYPE_CONST, {.i64=REPLACE}, 0, 0, FLAGS, "slide" },
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
H A D | build-ideal-tree.js | 19 REPLACE, 983 /* istanbul ignore else - should be only OK or REPLACE here */ 984 if (cpd.canPlaceSelf === REPLACE) {
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_dump.c | 696 CAP_CASE(StencilCaps, D3DSTENCILCAPS, REPLACE); in nine_dump_D3DCAPS9()
|
/third_party/mksh/ |
H A D | edit.c | 3545 #define REPLACE 2 macro 4048 if (insert == REPLACE) { in vi_insert() 4161 if (insert == REPLACE && vs->cursor > vs->linelen) in vi_insert() 4429 insert = REPLACE; in vi_cmd() 4832 if (putbuf(ibuf, inslen, tobool(insert == REPLACE)) != 0) in redo_insert()
|
/third_party/icu/icu4c/source/ |
H A D | configure | 1479 If set, it will REPLACE any automatic list of libraries.
|
/third_party/skia/third_party/externals/icu/source/ |
H A D | configure | 1467 If set, it will REPLACE any automatic list of libraries.
|