OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toUContext
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
ucnv_bld.h
160
const void *
toUContext
;
ucnv.c
307
cnv->fromCharErrorBehaviour(cnv->
toUContext
, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr);
354
converter->fromCharErrorBehaviour(converter->
toUContext
, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode);
586
converter->fromCharErrorBehaviour(converter->
toUContext
, &toUArgs, NULL, 0, UCNV_RESET, &errorCode);
712
*context = converter->
toUContext
;
736
if (oldContext) *oldContext = converter->
toUContext
;
737
converter->
toUContext
= newContext;
[
all
...]
Completed in 64 milliseconds