OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toUArgs
(Results
1 - 6
of
6
) sorted by null
/external/icu/icu4c/source/common/unicode/
ucnv_err.h
253
* @param
toUArgs
Information about the conversion in progress
262
UConverterToUnicodeArgs *
toUArgs
,
393
* @param
toUArgs
Information about the conversion in progress
403
UConverterToUnicodeArgs *
toUArgs
,
419
* @param
toUArgs
Information about the conversion in progress
429
UConverterToUnicodeArgs *
toUArgs
,
444
* @param
toUArgs
Information about the conversion in progress
455
UConverterToUnicodeArgs *
toUArgs
,
/external/icu/libandroidicu/include/unicode/
ucnv_err.h
253
* @param
toUArgs
Information about the conversion in progress
262
UConverterToUnicodeArgs *
toUArgs
,
393
* @param
toUArgs
Information about the conversion in progress
403
UConverterToUnicodeArgs *
toUArgs
,
419
* @param
toUArgs
Information about the conversion in progress
429
UConverterToUnicodeArgs *
toUArgs
,
444
* @param
toUArgs
Information about the conversion in progress
455
UConverterToUnicodeArgs *
toUArgs
,
/external/icu/icu4c/source/common/
ucnv.cpp
163
UConverterToUnicodeArgs
toUArgs
= {
310
toUArgs
.converter = fromUArgs.converter = localConverter;
312
cnv->fromCharErrorBehaviour(cnv->toUContext, &
toUArgs
, NULL, 0, UCNV_CLONE, &cbErr);
346
UConverterToUnicodeArgs
toUArgs
= {
357
toUArgs
.converter = converter;
359
converter->fromCharErrorBehaviour(converter->toUContext, &
toUArgs
, NULL, 0, UCNV_CLOSE, &errorCode);
574
UConverterToUnicodeArgs
toUArgs
= {
584
toUArgs
.converter = converter;
586
converter->fromCharErrorBehaviour(converter->toUContext, &
toUArgs
, NULL, 0, UCNV_RESET, &errorCode);
[
all
...]
ucnv_err.cpp
120
UConverterToUnicodeArgs *
toUArgs
,
127
(void)context; (void)
toUArgs
; (void)codePoints; (void)length; (void)reason; (void)err;
/external/icu/libandroidicu/static_shim/
shim.cpp
75
void UCNV_TO_U_CALLBACK_ESCAPE_android(const void * context, UConverterToUnicodeArgs *
toUArgs
, const char * codeUnits, int32_t length, UConverterCallbackReason reason, UErrorCode * err) {
76
UCNV_TO_U_CALLBACK_ESCAPE(context,
toUArgs
, codeUnits, length, reason, err);
78
void UCNV_TO_U_CALLBACK_SKIP_android(const void * context, UConverterToUnicodeArgs *
toUArgs
, const char * codeUnits, int32_t length, UConverterCallbackReason reason, UErrorCode * err) {
79
UCNV_TO_U_CALLBACK_SKIP(context,
toUArgs
, codeUnits, length, reason, err);
81
void UCNV_TO_U_CALLBACK_STOP_android(const void * context, UConverterToUnicodeArgs *
toUArgs
, const char * codeUnits, int32_t length, UConverterCallbackReason reason, UErrorCode * err) {
82
UCNV_TO_U_CALLBACK_STOP(context,
toUArgs
, codeUnits, length, reason, err);
84
void UCNV_TO_U_CALLBACK_SUBSTITUTE_android(const void * context, UConverterToUnicodeArgs *
toUArgs
, const char * codeUnits, int32_t length, UConverterCallbackReason reason, UErrorCode * err) {
85
UCNV_TO_U_CALLBACK_SUBSTITUTE(context,
toUArgs
, codeUnits, length, reason, err);
[
all
...]
/external/icu/icu4c/source/test/cintltst/
ccapitst.c
[
all
...]
Completed in 955 milliseconds