Searched defs:fShortLength (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/unicode/
H A Dunistr.h3282 inline void setLength(int32_t len); // sets only fShortLength and fLength
3412 int8_t fShortLength; // 0..127: length <0: real length is in fUnion.fFields.fLength member in class:UnicodeString
3488 { return fShortLength>=0 ? fShortLength : fUnion.fFields.fLength; }
4172 return fShortLength == 0;
4181 fShortLength = (int8_t)len;
4183 fShortLength = (int8_t)-1;
4190 fShortLength = 0;
4390 fShortLength = 0;

Completed in 1916 milliseconds