Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DDisplayAndInputProcessor.java343 value = normalizeApostrophes(value); in processForDisplay()
516 value = normalizeApostrophes(value); in processInput()
689 private String normalizeApostrophes(String value) { in normalizeApostrophes() method in DisplayAndInputProcessor