Home
last modified time | relevance | path

Searched refs:parsetxt (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java987 String parsetxt = "x0y$"; in TestParseCurrPatternWithDecStyle() local
991 Number value = decfmt.parse(parsetxt, ppos); in TestParseCurrPatternWithDecStyle()
1739 String parsetxt = ""; in TestParseEmpty() local
1744 value = numfmt.parse(parsetxt, ppos); in TestParseEmpty()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatTest.java990 String parsetxt = "x0y$"; in TestParseCurrPatternWithDecStyle() local
994 Number value = decfmt.parse(parsetxt, ppos); in TestParseCurrPatternWithDecStyle()
1742 String parsetxt = ""; in TestParseEmpty() local
1747 value = numfmt.parse(parsetxt, ppos); in TestParseEmpty()
/external/icu/icu4c/source/test/cintltst/
Dcnumtst.c3024 static const UChar parsetxt[] = { 0x78,0x30,0x79,0x24,0 }; /* x0y$ */ variable
3037 double value = unum_parseDouble(unumfmt, parsetxt, -1, &pos, &status); in TestParseCurrPatternWithDecStyle()