Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dunistr.cpp431 umtx_atomic_inc(finalLengthCounts + getShortLength()); in ~UnicodeString()
525 getShortLength() * U_SIZEOF_UCHAR); in copyFrom()
592 getShortLength() * U_SIZEOF_UCHAR); in copyFieldsFrom()
/external/icu/icu4c/source/common/unicode/
Dunistr.h3607 inline int32_t getShortLength() const;
3902 UnicodeString::getShortLength() const { in getShortLength() function
3910 return hasShortLength() ? getShortLength() : fUnion.fFields.fLength; in length()