Home
last modified time | relevance | path

Searched refs:pos01 (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatAPI.java124 ParsePosition pos01 = new ParsePosition(0); in TestAPI() local
140 result3 = def.parse(text, pos01); in TestAPI()
DIntlTestNumberFormatAPI.java119 ParsePosition pos01 = new ParsePosition(0); in TestAPI() local
126 double d2 = fr.parse(text, pos01).doubleValue(); in TestAPI()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDateFormatAPI.java128 ParsePosition pos01 = new ParsePosition(0); in TestAPI() local
144 result3 = def.parse(text, pos01); in TestAPI()
DIntlTestNumberFormatAPI.java123 ParsePosition pos01 = new ParsePosition(0); in TestAPI() local
130 double d2 = fr.parse(text, pos01).doubleValue(); in TestAPI()
/external/icu/icu4c/source/test/intltest/
Ddtfmapts.cpp189 ParsePosition pos(0), pos01(0); in testAPI() local
204 result3 = def->parse(text, pos01); in testAPI()
Dnmfmapts.cpp160 ParsePosition pos(0), pos01(0); in testAPI() local
167 fr->parse(text, result2, pos01); in testAPI()