OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:etalon
(Results
1 - 2
of
2
) sorted by null
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
MessageFormatTest.java
763
String
etalon
="text here 000002007 and here";
local
[
all
...]
/libcore/luni/src/test/java/libcore/java/text/
OldMessageFormatTest.java
440
String
etalon
= "text here 00000" + c.get(Calendar.YEAR) + " and here";
local
442
assertEquals(
etalon
, obj.format(new Object[] { new Date() }));
Completed in 322 milliseconds