Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/misc/
DCaseInsensitiveDeser953Test.java15 private final Locale LOCALE_EN = new Locale("en", "US"); field in CaseInsensitiveDeser953Test
19 .defaultLocale(LOCALE_EN)
30 _testTurkishILetterDeserialization(INSENSITIVE_MAPPER_EN, LOCALE_EN); in testTurkishILetterDeserializationWithEn()