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

  /libcore/luni/src/main/java/java/text/
ChoiceFormat.java 77 private String[] choiceFormats;
139 choiceFormats = new String[formats.size()];
141 choiceFormats[i] = formats.get(i);
152 choiceFormats = EmptyArray.STRING;
197 clone.choiceFormats = choiceFormats.clone();
222 && Arrays.equals(choiceFormats, choice.choiceFormats);
242 return buffer.append(choiceFormats[i]);
245 return choiceFormats.length == 0 ? buffer : buffe
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
ChoiceFormatTest.java 150 String[] choiceFormats = { "is negative", "is zero or fraction",
158 choiceFormats));
182 choiceFormats));

Completed in 45 milliseconds