Home
last modified time | relevance | path

Searched refs:parsedResult (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/harness/
DharnessLanguageService.ts452 const parsedResult = JSON.parse(result); constant
453 if (parsedResult.error) {
454 throw new Error("Language Service Shim Error: " + JSON.stringify(parsedResult.error));
456 else if (parsedResult.canceled) {
459 return parsedResult.result;
/third_party/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp3814 double parsedResult = atof(DATA[i][1]); in TestDecimalFormatCurrencyParse() local
3821 result.getDouble() != parsedResult) || in TestDecimalFormatCurrencyParse()
3823 result.getLong() != parsedResult)) { in TestDecimalFormatCurrencyParse()
3824 errln((UnicodeString)"FAIL parse: Expected " + parsedResult); in TestDecimalFormatCurrencyParse()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatTest.java668 double parsedResult = Double.parseDouble(DATA[i][1]); in TestDecimalFormatCurrencyParse() local
670 if (num.doubleValue() != parsedResult) { in TestDecimalFormatCurrencyParse()
671 errln("FAIL parse: Expected " + parsedResult); in TestDecimalFormatCurrencyParse()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java665 double parsedResult = Double.parseDouble(DATA[i][1]); in TestDecimalFormatCurrencyParse() local
667 if (num.doubleValue() != parsedResult) { in TestDecimalFormatCurrencyParse()
668 errln("FAIL parse: Expected " + parsedResult); in TestDecimalFormatCurrencyParse()