HomeSort by relevance Sort by last modified time
    Searched full:showempty (Results 1 - 2 of 2) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
AlphabeticIndexTest.java 453 public <T> void showIndex(AlphabeticIndex<T> index, boolean showEmpty) {
457 if (showEmpty || bucket.size() != 0) {
472 private void showIndex(List<String> myBucketLabels, ArrayList<Set<R4<RawCollationKey, String, Integer, Double>>> myBucketContents, boolean showEmpty) {
478 if (!showEmpty && bucket.size() == 0) {
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
AlphabeticIndexTest.java 449 public <T> void showIndex(AlphabeticIndex<T> index, boolean showEmpty) {
453 if (showEmpty || bucket.size() != 0) {
468 private void showIndex(List<String> myBucketLabels, ArrayList<Set<R4<RawCollationKey, String, Integer, Double>>> myBucketContents, boolean showEmpty) {
474 if (!showEmpty && bucket.size() == 0) {
    [all...]

Completed in 228 milliseconds