Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dunistr.h3373 inline UBool hasShortLength() const;
3641 UnicodeString::hasShortLength() const { in hasShortLength() function
3654 return hasShortLength() ? getShortLength() : fUnion.fFields.fLength; in length()
/external/icu/icu4c/source/common/
Dunistr.cpp468 if(!hasShortLength()) { in copyFrom()
478 if(!hasShortLength()) { in copyFrom()