OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fromUArgs
(Results
1 - 11
of
11
) sorted by null
/external/icu4c/samples/ucnv/
flagcb.h
33
UConverterFromUnicodeArgs *
fromUArgs
,
51
UConverterFromUnicodeArgs *
fromUArgs
,
flagcb.c
31
UConverterFromUnicodeArgs *
fromUArgs
,
84
ucnv_setFromUCallBack(
fromUArgs
->converter,
93
cloned->subCallback(cloned->subContext,
fromUArgs
, codeUnits,
97
ucnv_setFromUCallBack(
fromUArgs
->converter,
115
fromUArgs
,
173
UConverterFromUnicodeArgs *
fromUArgs
,
184
printf("debugCB_fromU: Context %p:%d called, reason %d on cnv %p [err=%s]\n", ctx, ctx->serial, reason,
fromUArgs
->converter, u_errorName(*err));
212
ucnv_setFromUCallBack(
fromUArgs
->converter,
224
cloned->subCallback(cloned->subContext,
fromUArgs
, codeUnits,
231
ucnv_setFromUCallBack(
fromUArgs
->converter
[
all
...]
/external/icu4c/common/unicode/
ucnv_err.h
226
* @param
fromUArgs
Information about the conversion in progress
236
UConverterFromUnicodeArgs *
fromUArgs
,
276
* @param
fromUArgs
Information about the conversion in progress
287
UConverterFromUnicodeArgs *
fromUArgs
,
305
* @param
fromUArgs
Information about the conversion in progress
317
UConverterFromUnicodeArgs *
fromUArgs
,
362
* @param
fromUArgs
Information about the conversion in progress
373
UConverterFromUnicodeArgs *
fromUArgs
,
/external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv_err.h
219
* @param
fromUArgs
Information about the conversion in progress
229
UConverterFromUnicodeArgs *
fromUArgs
,
269
* @param
fromUArgs
Information about the conversion in progress
280
UConverterFromUnicodeArgs *
fromUArgs
,
298
* @param
fromUArgs
Information about the conversion in progress
310
UConverterFromUnicodeArgs *
fromUArgs
,
355
* @param
fromUArgs
Information about the conversion in progress
366
UConverterFromUnicodeArgs *
fromUArgs
,
/external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv_err.h
219
* @param
fromUArgs
Information about the conversion in progress
229
UConverterFromUnicodeArgs *
fromUArgs
,
269
* @param
fromUArgs
Information about the conversion in progress
280
UConverterFromUnicodeArgs *
fromUArgs
,
298
* @param
fromUArgs
Information about the conversion in progress
310
UConverterFromUnicodeArgs *
fromUArgs
,
355
* @param
fromUArgs
Information about the conversion in progress
366
UConverterFromUnicodeArgs *
fromUArgs
,
/external/webkit/Source/WebCore/icu/unicode/
ucnv_err.h
219
* @param
fromUArgs
Information about the conversion in progress
229
UConverterFromUnicodeArgs *
fromUArgs
,
269
* @param
fromUArgs
Information about the conversion in progress
280
UConverterFromUnicodeArgs *
fromUArgs
,
298
* @param
fromUArgs
Information about the conversion in progress
310
UConverterFromUnicodeArgs *
fromUArgs
,
355
* @param
fromUArgs
Information about the conversion in progress
366
UConverterFromUnicodeArgs *
fromUArgs
,
/external/webkit/Source/WebCore/platform/text/
TextCodecICU.cpp
360
static void urlEscapedEntityCallback(const void* context, UConverterFromUnicodeArgs*
fromUArgs
, const UChar* codeUnits, int32_t length,
368
ucnv_cbFromUWriteBytes(
fromUArgs
, entity, entityLen, 0, err);
370
UCNV_FROM_U_CALLBACK_ESCAPE(context,
fromUArgs
, codeUnits, length, codePoint, reason, err);
374
static void gbkCallbackEscape(const void* context, UConverterFromUnicodeArgs*
fromUArgs
, const UChar* codeUnits, int32_t length,
381
ucnv_cbFromUWriteUChars(
fromUArgs
, &source, source + 1, 0, err);
384
UCNV_FROM_U_CALLBACK_ESCAPE(context,
fromUArgs
, codeUnits, length, codePoint, reason, err);
388
static void gbkUrlEscapedEntityCallack(const void* context, UConverterFromUnicodeArgs*
fromUArgs
, const UChar* codeUnits, int32_t length,
395
ucnv_cbFromUWriteUChars(
fromUArgs
, &source, source + 1, 0, err);
398
urlEscapedEntityCallback(context,
fromUArgs
, codeUnits, length, codePoint, reason, err);
401
UCNV_FROM_U_CALLBACK_ESCAPE(context,
fromUArgs
, codeUnits, length, codePoint, reason, err)
[
all
...]
/external/icu4c/common/
ucnv.c
168
UConverterFromUnicodeArgs
fromUArgs
= {
303
toUArgs.converter =
fromUArgs
.converter = localConverter;
307
cnv->fromUCharErrorBehaviour(cnv->fromUContext, &
fromUArgs
, NULL, 0, 0, UCNV_CLONE, &cbErr);
355
UConverterFromUnicodeArgs
fromUArgs
= {
365
fromUArgs
.converter = converter;
367
converter->fromUCharErrorBehaviour(converter->fromUContext, &
fromUArgs
, NULL, 0, 0, UCNV_CLOSE, &errorCode);
587
UConverterFromUnicodeArgs
fromUArgs
= {
597
fromUArgs
.converter = converter;
599
converter->fromUCharErrorBehaviour(converter->fromUContext, &
fromUArgs
, NULL, 0, 0, UCNV_RESET, &errorCode);
[
all
...]
ucnv_err.c
57
UConverterFromUnicodeArgs *
fromUArgs
,
86
UConverterFromUnicodeArgs *
fromUArgs
,
/external/icu4c/test/perf/utfperf/
utfperf.cpp
106
UConverterFromUnicodeArgs *
fromUArgs
,
115
UCNV_FROM_U_CALLBACK_SUBSTITUTE(context,
fromUArgs
, codeUnits, length, codePoint, reason, pErrorCode);
/external/icu4c/test/cintltst/
ccapitst.c
[
all
...]
Completed in 2307 milliseconds