Searched refs:expectedParseEndPosition (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
H A Ddcfmtest.cpp321 int32_t expectedParseEndPosition = inputText.length(); local
325 if (expectedParseEndPosition != pos.getIndex()) {
327 "Actual parse position: %d", expectedParseEndPosition, pos.getIndex());

Completed in 50 milliseconds