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