Searched refs:otherStringSpan (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dunisetspan.cpp389 UnicodeSetStringSpan::UnicodeSetStringSpan(const UnicodeSetStringSpan &otherStringSpan, argument
391 : spanSet(otherStringSpan.spanSet), pSpanNotSet(NULL), strings(newParentSetStrings),
393 utf8Length(otherStringSpan.utf8Length),
394 maxLength16(otherStringSpan.maxLength16), maxLength8(otherStringSpan.maxLength8),
396 if(otherStringSpan.pSpanNotSet==&otherStringSpan.spanSet) {
399 pSpanNotSet=(UnicodeSet *)otherStringSpan.pSpanNotSet->clone();
418 uprv_memcpy(utf8Lengths, otherStringSpan.utf8Lengths, allocSize);
H A Dunisetspan.h60 UnicodeSetStringSpan(const UnicodeSetStringSpan &otherStringSpan, const UVector &newParentSetStrings);
/external/icu4c/common/
H A Dunisetspan.cpp391 UnicodeSetStringSpan::UnicodeSetStringSpan(const UnicodeSetStringSpan &otherStringSpan, argument
393 : spanSet(otherStringSpan.spanSet), pSpanNotSet(NULL), strings(newParentSetStrings),
395 utf8Length(otherStringSpan.utf8Length),
396 maxLength16(otherStringSpan.maxLength16), maxLength8(otherStringSpan.maxLength8),
398 if(otherStringSpan.pSpanNotSet==&otherStringSpan.spanSet) {
401 pSpanNotSet=(UnicodeSet *)otherStringSpan.pSpanNotSet->clone();
420 uprv_memcpy(utf8Lengths, otherStringSpan.utf8Lengths, allocSize);
H A Dunisetspan.h60 UnicodeSetStringSpan(const UnicodeSetStringSpan &otherStringSpan, const UVector &newParentSetStrings);

Completed in 106 milliseconds