Home
last modified time | relevance | path

Searched defs: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
653 … String textToDisplay = (text.length() <= 16)? text: text.substring(0,16); in TestTailoredBreaks() local