OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setCallbackDecode
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/java/libcore/icu/
NativeConverter.java
57
public static int
setCallbackDecode
(long converterHandle, CharsetDecoder decoder) {
58
return
setCallbackDecode
(converterHandle,
63
private static native int
setCallbackDecode
(long converterHandle, int onMalformedInput, int onUnmappableInput, String subChars);
/libcore/luni/src/main/java/java/nio/charset/
CharsetDecoderICU.java
87
ec = NativeConverter.
setCallbackDecode
(converterHandle, this);
/libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp
608
NATIVE_METHOD(NativeConverter,
setCallbackDecode
, "(JIILjava/lang/String;)I"),
Completed in 189 milliseconds