Searched defs:DecoderCallbackContext (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
H A Dlibcore_icu_NativeConverter.cpp45 struct DecoderCallbackContext { struct
461 const DecoderCallbackContext* context = reinterpret_cast<const DecoderCallbackContext*>(rawContext);
481 const DecoderCallbackContext* ctx = reinterpret_cast<const DecoderCallbackContext*>(rawContext);
511 DecoderCallbackContext* callbackContext = const_cast<DecoderCallbackContext*>(
512 reinterpret_cast<const DecoderCallbackContext*>(oldCallbackContext));
514 callbackContext = new DecoderCallbackContext;

Completed in 31 milliseconds