Searched refs:getErr (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/perf/convperf/ |
D | convperf.h | 254 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/ |
D | convperf.h | 254 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/ |
D | MCAsmLexer.h | 172 const std::string &getErr() { in getErr() function
|
/external/llvm/lib/MC/MCParser/ |
D | AsmLexer.cpp | 445 std::string SavedErr = getErr(); in peekTok()
|
D | AsmParser.cpp | 614 Error(Lexer.getErrLoc(), Lexer.getErr()); in Lex()
|