Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Ducnv_err.h173 UCNV_RESET = 3, /**< The callback is called with this reason when a enumerator
/external/icu/libicu/cts_headers/unicode/
Ducnv_err.h173 UCNV_RESET = 3, /**< The callback is called with this reason when a enumerator
/external/icu/libandroidicu/include/unicode/
Ducnv_err.h173 UCNV_RESET = 3, /**< The callback is called with this reason when a enumerator
/external/icu/icu4c/source/common/
Ducnv.cpp586 …converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_RESET, &errorCode… in _reset()
601 …->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_RESET, &errorCode); in _reset()