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

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeSetStringSpan.java 58 private UnicodeSet spanNotSet;
95 spanNotSet = spanSet;
151 // Set the meta data and spanNotSet and write the UTF-8 strings.
174 // Add string start and end code points to the spanNotSet so that
198 spanNotSet.freeze();
213 if (otherStringSpan.spanNotSet == otherStringSpan.spanSet) {
214 spanNotSet = spanSet;
216 spanNotSet = (UnicodeSet) otherStringSpan.spanNotSet.clone();
239 * Adds a starting or ending string character to the spanNotSet
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 195 milliseconds