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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h3381 inline void setLength(int32_t len); // sets only fShortLength and fLength
3531 * fRestOfStackBuffer, fShortLength and fFlags,
3546 int8_t fShortLength; // 0..127: length <0: real length is in fUnion.fFields.fLength member in class:UnicodeString
3612 : fShortLength(0),
3621 { return fShortLength>=0 ? fShortLength : fUnion.fFields.fLength; }
4253 return fShortLength == 0;
4262 fShortLength = (int8_t)len;
4264 fShortLength = (int8_t)-1;
4271 fShortLength
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h3381 inline void setLength(int32_t len); // sets only fShortLength and fLength
3531 * fRestOfStackBuffer, fShortLength and fFlags,
3546 int8_t fShortLength; // 0..127: length <0: real length is in fUnion.fFields.fLength member in class:UnicodeString
3612 : fShortLength(0),
3621 { return fShortLength>=0 ? fShortLength : fUnion.fFields.fLength; }
4253 return fShortLength == 0;
4262 fShortLength = (int8_t)len;
4264 fShortLength = (int8_t)-1;
4271 fShortLength
[all...]

Completed in 90 milliseconds