Home
last modified time | relevance | path

Searched refs:hasShortLength (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dunistr.cpp430 if(hasShortLength()) { in ~UnicodeString()
534 if(!hasShortLength()) { in copyFrom()
544 if(!hasShortLength()) { in copyFrom()
598 if(!hasShortLength()) { in copyFieldsFrom()
/external/icu/icu4c/source/common/unicode/
Dunistr.h3606 inline UBool hasShortLength() const;
3897 UnicodeString::hasShortLength() const { in hasShortLength() function
3910 return hasShortLength() ? getShortLength() : fUnion.fFields.fLength; in length()