Searched defs:ParseError (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DParseInf.c239 BOOLEAN ParseError; local
260 ParseError = FALSE;
319 ParseError = TRUE;
335 !ParseError &&
349 if (ParseError) {
/vbox/src/VBox/Runtime/common/string/
H A Duniread.cpp61 static void ParseError(const char *pszFormat, ...) function
198 ParseError("Bad Decomposition Type/Mappings\n");
205 ParseError("Missing decomposition mappings\n");
219 ParseError("failed converting '%s' to a number!\n", psz);
256 ParseError("failed converting '%s' to a number!\n", psz);
262 ParseError("failed converting '%s' to a number!\n", psz);
299 ParseError("Too many mappings.\n");
318 ParseError("Malformed mappings.\n");
593 ParseError("U+05X is out of range\n", CodePoint);
602 ParseError("
[all...]

Completed in 35 milliseconds