Home
last modified time | relevance | path

Searched refs:getErr (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/perf/convperf/
Dconvperf.h254 static inline void getErr(HRESULT err, UErrorCode& status){ in getErr() function
308 getErr(err,status); in WinIMultiLanguageToUnicodePerfFunction()
317 getErr(err,*status); in call()
364 getErr(err,status); in WinIMultiLanguageFromUnicodePerfFunction()
374 getErr(err,*status); in call()
426 getErr(err,*status); in call()
482 getErr(err,*status); in call()
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h195 const std::string &getErr() { in getErr() function
/external/sl4a/Common/src/com/googlecode/android_scripting/
DProcess.java97 public OutputStream getErr() { in getErr() method in Process
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp446 std::string SavedErr = getErr(); in peekTokens()
DAsmParser.cpp622 Error(Lexer.getErrLoc(), Lexer.getErr()); in Lex()