HomeSort by relevance Sort by last modified time
    Searched defs:spanNotSet (Results 1 - 9 of 9) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UnicodeSetStringSpan.java 64 private UnicodeSet spanNotSet;
101 spanNotSet = spanSet;
159 // Set the meta data and spanNotSet and write the UTF-8 strings.
182 // Add string start and end code points to the spanNotSet so that
206 spanNotSet.freeze();
221 if (Utility.sameObjects(otherStringSpan.spanNotSet, otherStringSpan.spanSet)) {
222 spanNotSet = spanSet;
224 spanNotSet = (UnicodeSet) otherStringSpan.spanNotSet.clone();
247 * Adds a starting or ending string character to the spanNotSet
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeSetStringSpan.java 60 private UnicodeSet spanNotSet;
97 spanNotSet = spanSet;
155 // Set the meta data and spanNotSet and write the UTF-8 strings.
178 // Add string start and end code points to the spanNotSet so that
202 spanNotSet.freeze();
217 if (Utility.sameObjects(otherStringSpan.spanNotSet, otherStringSpan.spanSet)) {
218 spanNotSet = spanSet;
220 spanNotSet = (UnicodeSet) otherStringSpan.spanNotSet.clone();
243 * Adds a starting or ending string character to the spanNotSet
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 575 milliseconds