Searched refs:kSubstituteChar (Results 1 – 2 of 2) sorted by relevance
249 static const UChar kSubstituteChar1 = 0x1A, kSubstituteChar = 0xFFFD; in ucnv_cbToUWriteSub() local255 ucnv_cbToUWriteUChars(args, &kSubstituteChar, 1, offsetIndex, err); in ucnv_cbToUWriteSub()
222 private static final char[] kSubstituteChar = new char[] {0xFFFD}; field in CharsetCallback236 … == 1 && (replacementChar[0] == kSubstituteChar1[0] || replacementChar[0] == kSubstituteChar[0])) {244 …ecoderICU.toUWriteUChars(decoder, useReplacement ? replacementChar : kSubstituteChar, 0, useReplac…