OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getErrorName
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
DOMException.cpp
119
String DOMException::
getErrorName
(ExceptionCode ec)
/external/icu4c/samples/uresb/
uresb.c
56
const UChar *
getErrorName
(UErrorCode errorNumber);
357
u_fprintf(outerr, "Error %d(%s) : %U happened!\n", *status, u_errorName(*status),
getErrorName
(*status));
361
const UChar *
getErrorName
(UErrorCode errorNumber) {
Completed in 1729 milliseconds