Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/misc/
DCaseInsensitiveDeser953Test.java22 private final Locale LOCALE_TR = new Locale("tr", "TR"); field in CaseInsensitiveDeser953Test
26 .defaultLocale(LOCALE_TR)
34 _testTurkishILetterDeserialization(INSENSITIVE_MAPPER_TR, LOCALE_TR); in testTurkishILetterDeserializationWithTr()