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

  /external/chromium/third_party/icu/source/common/
unisetspan.cpp 203 : spanSet(0, 0x10ffff), pSpanNotSet(NULL), strings(setStrings),
212 pSpanNotSet=&spanSet;
303 // Set the meta data and pSpanNotSet and write the UTF-8 strings.
384 pSpanNotSet->freeze();
391 : spanSet(otherStringSpan.spanSet), pSpanNotSet(NULL), strings(newParentSetStrings),
396 if(otherStringSpan.pSpanNotSet==&otherStringSpan.spanSet) {
397 pSpanNotSet=&spanSet;
399 pSpanNotSet=(UnicodeSet *)otherStringSpan.pSpanNotSet->clone();
422 if(pSpanNotSet!=NULL && pSpanNotSet!=&spanSet)
    [all...]
unisetspan.h 106 UnicodeSet *pSpanNotSet;
  /external/icu4c/common/
unisetspan.cpp 203 : spanSet(0, 0x10ffff), pSpanNotSet(NULL), strings(setStrings),
212 pSpanNotSet=&spanSet;
303 // Set the meta data and pSpanNotSet and write the UTF-8 strings.
384 pSpanNotSet->freeze();
391 : spanSet(otherStringSpan.spanSet), pSpanNotSet(NULL), strings(newParentSetStrings),
396 if(otherStringSpan.pSpanNotSet==&otherStringSpan.spanSet) {
397 pSpanNotSet=&spanSet;
399 pSpanNotSet=(UnicodeSet *)otherStringSpan.pSpanNotSet->clone();
422 if(pSpanNotSet!=NULL && pSpanNotSet!=&spanSet)
    [all...]
unisetspan.h 106 UnicodeSet *pSpanNotSet;

Completed in 447 milliseconds