Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDateFormatAPI.java127 ParsePosition pos01 = new ParsePosition(0); in TestAPI() local
143 result3 = def.parse(text, pos01); in TestAPI()
DIntlTestNumberFormatAPI.java121 ParsePosition pos01 = new ParsePosition(0); in TestAPI() local
128 double d2 = fr.parse(text, pos01).doubleValue(); in TestAPI()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatAPI.java126 ParsePosition pos01 = new ParsePosition(0); in TestAPI() local
142 result3 = def.parse(text, pos01); in TestAPI()
DIntlTestNumberFormatAPI.java120 ParsePosition pos01 = new ParsePosition(0); in TestAPI() local
127 double d2 = fr.parse(text, pos01).doubleValue(); in TestAPI()
/external/icu/icu4c/source/test/intltest/
Ddtfmapts.cpp191 ParsePosition pos(0), pos01(0); in testAPI() local
206 result3 = def->parse(text, pos01); in testAPI()
Dnmfmapts.cpp162 ParsePosition pos(0), pos01(0); in testAPI() local
169 fr->parse(text, result2, pos01); in testAPI()