OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fromUArgs
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/samples/ucnv/
flagcb.h
36
UConverterFromUnicodeArgs *
fromUArgs
,
54
UConverterFromUnicodeArgs *
fromUArgs
,
flagcb.c
35
UConverterFromUnicodeArgs *
fromUArgs
,
88
ucnv_setFromUCallBack(
fromUArgs
->converter,
97
cloned->subCallback(cloned->subContext,
fromUArgs
, codeUnits,
101
ucnv_setFromUCallBack(
fromUArgs
->converter,
119
fromUArgs
,
177
UConverterFromUnicodeArgs *
fromUArgs
,
188
printf("debugCB_fromU: Context %p:%d called, reason %d on cnv %p [err=%s]\n", ctx, ctx->serial, reason,
fromUArgs
->converter, u_errorName(*err));
216
ucnv_setFromUCallBack(
fromUArgs
->converter,
228
cloned->subCallback(cloned->subContext,
fromUArgs
, codeUnits,
235
ucnv_setFromUCallBack(
fromUArgs
->converter
[
all
...]
/external/icu/icu4c/source/common/unicode/
ucnv_err.h
228
* @param
fromUArgs
Information about the conversion in progress
238
UConverterFromUnicodeArgs *
fromUArgs
,
278
* @param
fromUArgs
Information about the conversion in progress
289
UConverterFromUnicodeArgs *
fromUArgs
,
307
* @param
fromUArgs
Information about the conversion in progress
319
UConverterFromUnicodeArgs *
fromUArgs
,
364
* @param
fromUArgs
Information about the conversion in progress
375
UConverterFromUnicodeArgs *
fromUArgs
,
/external/icu/libandroidicu/include/unicode/
ucnv_err.h
228
* @param
fromUArgs
Information about the conversion in progress
238
UConverterFromUnicodeArgs *
fromUArgs
,
278
* @param
fromUArgs
Information about the conversion in progress
289
UConverterFromUnicodeArgs *
fromUArgs
,
307
* @param
fromUArgs
Information about the conversion in progress
319
UConverterFromUnicodeArgs *
fromUArgs
,
364
* @param
fromUArgs
Information about the conversion in progress
375
UConverterFromUnicodeArgs *
fromUArgs
,
/external/icu/icu4c/source/common/
ucnv.cpp
173
UConverterFromUnicodeArgs
fromUArgs
= {
310
toUArgs.converter =
fromUArgs
.converter = localConverter;
314
cnv->fromUCharErrorBehaviour(cnv->fromUContext, &
fromUArgs
, NULL, 0, 0, UCNV_CLONE, &cbErr);
362
UConverterFromUnicodeArgs
fromUArgs
= {
372
fromUArgs
.converter = converter;
374
converter->fromUCharErrorBehaviour(converter->fromUContext, &
fromUArgs
, NULL, 0, 0, UCNV_CLOSE, &errorCode);
589
UConverterFromUnicodeArgs
fromUArgs
= {
599
fromUArgs
.converter = converter;
601
converter->fromUCharErrorBehaviour(converter->fromUContext, &
fromUArgs
, NULL, 0, 0, UCNV_RESET, &errorCode);
[
all
...]
ucnv_err.cpp
93
UConverterFromUnicodeArgs *
fromUArgs
,
101
(void)
fromUArgs
;
134
UConverterFromUnicodeArgs *
fromUArgs
,
141
(void)
fromUArgs
;
/external/icu/icu4c/source/test/perf/utfperf/
utfperf.cpp
109
UConverterFromUnicodeArgs *
fromUArgs
,
118
UCNV_FROM_U_CALLBACK_SUBSTITUTE(context,
fromUArgs
, codeUnits, length, codePoint, reason, pErrorCode);
/external/icu/libandroidicu/static_shim/
shim.cpp
63
void UCNV_FROM_U_CALLBACK_ESCAPE_android(const void * context, UConverterFromUnicodeArgs *
fromUArgs
, const UChar * codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) {
64
UCNV_FROM_U_CALLBACK_ESCAPE(context,
fromUArgs
, codeUnits, length, codePoint, reason, err);
66
void UCNV_FROM_U_CALLBACK_SKIP_android(const void * context, UConverterFromUnicodeArgs *
fromUArgs
, const UChar * codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) {
67
UCNV_FROM_U_CALLBACK_SKIP(context,
fromUArgs
, codeUnits, length, codePoint, reason, err);
69
void UCNV_FROM_U_CALLBACK_STOP_android(const void * context, UConverterFromUnicodeArgs *
fromUArgs
, const UChar * codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) {
70
UCNV_FROM_U_CALLBACK_STOP(context,
fromUArgs
, codeUnits, length, codePoint, reason, err);
72
void UCNV_FROM_U_CALLBACK_SUBSTITUTE_android(const void * context, UConverterFromUnicodeArgs *
fromUArgs
, const UChar * codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) {
73
UCNV_FROM_U_CALLBACK_SUBSTITUTE(context,
fromUArgs
, codeUnits, length, codePoint, reason, err);
[
all
...]
/external/icu/icu4c/source/test/cintltst/
ccapitst.c
[
all
...]
Completed in 106 milliseconds