Searched refs:toArgs (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/common/
H A Ducnv_err.c290 UConverterToUnicodeArgs *toArgs,
310 UConverterToUnicodeArgs *toArgs,
321 ucnv_cbToUWriteSub(toArgs,0,err);
334 UConverterToUnicodeArgs *toArgs,
403 ucnv_cbToUWriteUChars(toArgs, uniValueString, valueStringLength, 0, err);
288 UCNV_TO_U_CALLBACK_SKIP( const void *context, UConverterToUnicodeArgs *toArgs, const char* codeUnits, int32_t length, UConverterCallbackReason reason, UErrorCode * err) argument
308 UCNV_TO_U_CALLBACK_SUBSTITUTE( const void *context, UConverterToUnicodeArgs *toArgs, const char* codeUnits, int32_t length, UConverterCallbackReason reason, UErrorCode * err) argument
332 UCNV_TO_U_CALLBACK_ESCAPE( const void *context, UConverterToUnicodeArgs *toArgs, const char* codeUnits, int32_t length, UConverterCallbackReason reason, UErrorCode * err) argument
/external/clang/tools/driver/
H A Dcc1_main.cpp85 Invocation.toArgs(InvocationArgs);
108 Invocation2.toArgs(Invocation2Args);
/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h132 void toArgs(std::vector<std::string> &Res) const;
/external/icu4c/test/cintltst/
H A Dnucnvtst.c4589 static void UCNV_TO_U_CALLBACK_EMPTYSEGMENT( const void *context, UConverterToUnicodeArgs *toArgs, const char* codeUnits, argument
4599 ucnv_cbToUWriteSub(toArgs,0,err);
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp934 void CompilerInvocation::toArgs(std::vector<std::string> &Res) const { function in class:CompilerInvocation

Completed in 169 milliseconds