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/chromium_org/third_party/icu/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.h172 const std::string &getErr() { in getErr() function
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp445 std::string SavedErr = getErr(); in peekTok()
DAsmParser.cpp614 Error(Lexer.getErrLoc(), Lexer.getErr()); in Lex()