OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REPLACEMENT_CHAR
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/native/
java_nio_charset_Charsets.cpp
121
static const jchar
REPLACEMENT_CHAR
= 0xfffd;
124
*dst++ = (ch <= 0x7f) ? ch :
REPLACEMENT_CHAR
;
/libcore/luni/src/main/java/java/lang/
String.java
65
private static final char
REPLACEMENT_CHAR
= (char) 0xfffd;
294
v[s++] =
REPLACEMENT_CHAR
;
303
v[s++] =
REPLACEMENT_CHAR
;
328
v[s++] =
REPLACEMENT_CHAR
;
334
v[s++] =
REPLACEMENT_CHAR
;
352
v[s++] =
REPLACEMENT_CHAR
;
[
all
...]
Completed in 108 milliseconds