Searched refs:getShortLength (Results 1 – 2 of 2) sorted by relevance
431 umtx_atomic_inc(finalLengthCounts + getShortLength()); in ~UnicodeString()525 getShortLength() * U_SIZEOF_UCHAR); in copyFrom()592 getShortLength() * U_SIZEOF_UCHAR); in copyFieldsFrom()
3607 inline int32_t getShortLength() const;3902 UnicodeString::getShortLength() const { in getShortLength() function3910 return hasShortLength() ? getShortLength() : fUnion.fFields.fLength; in length()