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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
PrettyPrinter.java 139 appendUnicodeSetItem(item);
142 appendUnicodeSetItem(it.codepoint); // we know that these are only codepoints, not strings, so this is safe
160 private PrettyPrinter appendUnicodeSetItem(String s) {
167 appendUnicodeSetItem(UTF16.charAt(s, 0));
172 private void appendUnicodeSetItem(int cp) {
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
PrettyPrinter.java 138 appendUnicodeSetItem(item);
141 appendUnicodeSetItem(it.codepoint); // we know that these are only codepoints, not strings, so this is safe
159 private PrettyPrinter appendUnicodeSetItem(String s) {
166 appendUnicodeSetItem(UTF16.charAt(s, 0));
171 private void appendUnicodeSetItem(int cp) {

Completed in 614 milliseconds