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

  /external/chromium_org/third_party/icu/source/common/
unisetspan.cpp 205 : spanSet(0, 0x10ffff), pSpanNotSet(NULL), strings(setStrings),
214 pSpanNotSet=&spanSet;
305 // Set the meta data and pSpanNotSet and write the UTF-8 strings.
386 pSpanNotSet->freeze();
393 : spanSet(otherStringSpan.spanSet), pSpanNotSet(NULL), strings(newParentSetStrings),
398 if(otherStringSpan.pSpanNotSet==&otherStringSpan.spanSet) {
399 pSpanNotSet=&spanSet;
401 pSpanNotSet=(UnicodeSet *)otherStringSpan.pSpanNotSet->clone();
424 if(pSpanNotSet!=NULL && pSpanNotSet!=&spanSet)
    [all...]
unisetspan.h 106 UnicodeSet *pSpanNotSet;
  /external/icu/icu4c/source/common/
unisetspan.cpp 205 : spanSet(0, 0x10ffff), pSpanNotSet(NULL), strings(setStrings),
214 pSpanNotSet=&spanSet;
305 // Set the meta data and pSpanNotSet and write the UTF-8 strings.
386 pSpanNotSet->freeze();
393 : spanSet(otherStringSpan.spanSet), pSpanNotSet(NULL), strings(newParentSetStrings),
398 if(otherStringSpan.pSpanNotSet==&otherStringSpan.spanSet) {
399 pSpanNotSet=&spanSet;
401 pSpanNotSet=(UnicodeSet *)otherStringSpan.pSpanNotSet->clone();
424 if(pSpanNotSet!=NULL && pSpanNotSet!=&spanSet)
    [all...]
unisetspan.h 106 UnicodeSet *pSpanNotSet;

Completed in 202 milliseconds