Home
last modified time | relevance | path

Searched defs:perror (Results 1 – 9 of 9) sorted by relevance

/external/curl/tests/server/
Dutil.h47 #define perror(m) win32_perror(m) macro
/external/libxml2/win32/wince/
Dwincecompat.h48 #define perror(_t) MessageBox(NULL, _T("_t"), _T("Error/Warning"), MB_OK) macro
/external/icu/icu4c/source/i18n/
Drbnf.cpp619 StringLocalizationInfo::create(const UnicodeString& info, UParseError& perror, UErrorCode& status) { in create()
682 … const Locale& alocale, UParseError& perror, UErrorCode& status) in RuleBasedNumberFormat()
707 UParseError& perror, UErrorCode& status) in RuleBasedNumberFormat()
732 … const Locale& alocale, UParseError& perror, UErrorCode& status) in RuleBasedNumberFormat()
755 UParseError& perror, in RuleBasedNumberFormat()
780 UParseError& perror, in RuleBasedNumberFormat()
859 UParseError perror; in RuleBasedNumberFormat() local
906 UParseError perror; in operator =() local
/external/icu/icu4c/source/test/intltest/
Ditrbnf.cpp213 UParseError perror; in TestAPI() local
232 UParseError perror; in TestAPI() local
475 UParseError perror; in TestFractionalRuleSet() local
1744 UParseError perror; in TestLocalizations() local
Dnumfmtdatadriventest.cpp204 UParseError perror; in newDecimalFormat() local
/external/python/cpython3/Lib/
Dtokenize.py679 def perror(message): function
/external/python/cpython2/Modules/zlib/
Dminigzip.c68 # define perror(s) pwinerror(s) macro
/external/zlib/src/test/
Dminigzip.c68 # define perror(s) pwinerror(s) macro
/external/wpa_supplicant_8/src/utils/
Dcommon.c359 void perror(const char *s) in perror() function