Home
last modified time | relevance | path

Searched refs:REPLACEMENT_CHAR (Results 1 – 1 of 1) sorted by relevance

/art/runtime/native/
Dlibcore_util_CharsetUtils.cc123 static const jchar REPLACEMENT_CHAR = 0xfffd; in CharsetUtils_asciiBytesToChars() local
126 *dst++ = (ch <= 0x7f) ? ch : REPLACEMENT_CHAR; in CharsetUtils_asciiBytesToChars()