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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp3060 UnicodeString stringToBeParsed = ctou(DATA[i].stringToParse); local
3065 foo->parse(stringToBeParsed, result, parsePosition);
3068 errln("FAILED parse " + stringToBeParsed + "; lenient: " + DATA[i].lenient + "; wrong position, expected: (" + parsedPosition + ", " + errorIndex + "); got (" + parsePosition.getIndex() + ", " + parsePosition.getErrorIndex() + ")");
3073 errln("FAILED parse " + stringToBeParsed + "; wrong number, expect: 124, got " + result.getLong());
3270 UnicodeString stringToBeParsed = ctou(formats[i]); local
3271 logln(UnicodeString("stringToBeParsed: ") + stringToBeParsed);
3274 curFmt->parseObject(stringToBeParsed, result, status);
3325 UnicodeString stringToBeParsed = ctou(DATA[i][0]); local
3329 fmt->parse(stringToBeParsed, resul
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp3085 UnicodeString stringToBeParsed = ctou(DATA[i].stringToParse); local
3090 foo->parse(stringToBeParsed, result, parsePosition);
3093 errln("FAILED parse " + stringToBeParsed + "; lenient: " + DATA[i].lenient + "; wrong position, expected: (" + parsedPosition + ", " + errorIndex + "); got (" + parsePosition.getIndex() + ", " + parsePosition.getErrorIndex() + ")");
3098 errln("FAILED parse " + stringToBeParsed + "; wrong number, expect: 124, got " + result.getLong());
3299 UnicodeString stringToBeParsed = ctou(formats[i]); local
3300 logln(UnicodeString("stringToBeParsed: ") + stringToBeParsed);
3303 curFmt->parseObject(stringToBeParsed, result, status);
3354 UnicodeString stringToBeParsed = ctou(DATA[i][0]); local
3358 fmt->parse(stringToBeParsed, resul
[all...]

Completed in 716 milliseconds