Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITest.java642 String textToDisplay = (text.length() <= 16)? text: text.substring(0,16); in TestTailoredBreaks() local
643 … errln("For type " + type + " " + locale + ", text \"" + textToDisplay + "...\"" + in TestTailoredBreaks()
653 … String textToDisplay = (text.length() <= 16)? text: text.substring(0,16); in TestTailoredBreaks() local
654 … errln("For type " + type + " " + locale + ", text \"" + textToDisplay + "...\"" + in TestTailoredBreaks()