OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fromucontext
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnv_bld.h
158
const void *
fromUContext
;
ucnv.c
307
cnv->fromUCharErrorBehaviour(cnv->
fromUContext
, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr);
367
converter->fromUCharErrorBehaviour(converter->
fromUContext
, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &errorCode);
599
converter->fromUCharErrorBehaviour(converter->
fromUContext
, &fromUArgs, NULL, 0, 0, UCNV_RESET, &errorCode);
719
*context = converter->
fromUContext
;
750
if (oldContext) *oldContext = converter->
fromUContext
;
751
converter->
fromUContext
= newContext;
[
all
...]
/external/icu/icu4c/source/common/
ucnv_bld.h
159
const void *
fromUContext
;
ucnv.c
317
cnv->fromUCharErrorBehaviour(cnv->
fromUContext
, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr);
377
converter->fromUCharErrorBehaviour(converter->
fromUContext
, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &errorCode);
609
converter->fromUCharErrorBehaviour(converter->
fromUContext
, &fromUArgs, NULL, 0, 0, UCNV_RESET, &errorCode);
729
*context = converter->
fromUContext
;
760
if (oldContext) *oldContext = converter->
fromUContext
;
761
converter->
fromUContext
= newContext;
[
all
...]
Completed in 685 milliseconds