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

  /external/icu/icu4c/source/common/
uniset.cpp 147 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
174 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
201 patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
225 patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
235 // *this = o except for bmpSet and stringSpan
265 delete stringSpan;
305 if (o.stringSpan == NULL) {
306 stringSpan = NULL;
308 stringSpan = new UnicodeSetStringSpan(*o.stringSpan, *strings)
    [all...]
uniset_closure.cpp 52 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
73 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
uniset_props.cpp 329 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSet.java 351 private volatile BMPSet bmpSet; // The set is frozen if bmpSet or stringSpan is not null.
352 private volatile UnicodeSetStringSpan stringSpan;
500 result.stringSpan = this.stringSpan;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSet.java 355 private volatile BMPSet bmpSet; // The set is frozen if bmpSet or stringSpan is not null.
356 private volatile UnicodeSetStringSpan stringSpan;
514 result.stringSpan = this.stringSpan;
    [all...]
  /external/icu/icu4c/source/common/unicode/
uniset.h 281 BMPSet *bmpSet; // The set is frozen iff either bmpSet or stringSpan is not NULL.
297 UnicodeSetStringSpan *stringSpan;
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.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 107 milliseconds