Home
last modified time | relevance | path

Searched refs:REPLACE (Results 1 - 15 of 15) sorted by relevance

/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
H A DInputFile.java115 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 DCharsetDecoderICU.java126 if (newAction == CodingErrorAction.REPLACE) { in implOnMalformedInput()
149 if (newAction == CodingErrorAction.REPLACE) { in implOnUnmappableCharacter()
183 if(action==CodingErrorAction.REPLACE){ in getCallback()
H A DCharsetEncoderICU.java208 if (action == CodingErrorAction.REPLACE) { in getCallback()
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestConversion.java201 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 DTestCharset.java1741 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 DIsValidUtf8TestUtil.java363 .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 DcJSON_Utils.c757 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 Dvaf_spectrumsynth.c43 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 Davf_ahistogram.c33 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 Davf_showspectrum.c54 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 Dbuild-ideal-tree.js19 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 Dnine_dump.c696 CAP_CASE(StencilCaps, D3DSTENCILCAPS, REPLACE); in nine_dump_D3DCAPS9()
/third_party/mksh/
H A Dedit.c3545 #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 Dconfigure1479 If set, it will REPLACE any automatic list of libraries.
/third_party/skia/third_party/externals/icu/source/
H A Dconfigure1467 If set, it will REPLACE any automatic list of libraries.

Completed in 44 milliseconds