Home
last modified time | relevance | path

Searched refs:exoticText (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DTextFormatTest.java72 private static String exoticText = field in TextFormatTest
102 exoticText.replace(": .", ": 0.").replace(": -.", ": -0.") // short-form double
351 TextFormat.merge(exoticText, builder); in testParseExotic()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java75 private static String exoticText = field in TextFormatTest
105 exoticText.replace(": .", ": 0.").replace(": -.", ": -0.") // short-form double
372 TextFormat.merge(exoticText, builder); in testParseExotic()