Searched refs:kRefCounted (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/test/threadtest/
H A Dstringtest.cpp126 if (fSourceStrings[i].fFlags & UnicodeString::kRefCounted) {
/external/icu4c/test/threadtest/
H A Dstringtest.cpp126 if (fSourceStrings[i].fFlags & UnicodeString::kRefCounted) {
/external/icu4c/common/
H A Dunistr.cpp140 if((fFlags & kRefCounted) && removeRef() == 0) {
1631 (fFlags & kRefCounted && refCount() > 1) ||
1647 U_ASSERT(!(flags&kRefCounted)); /* kRefCounted and kUsingStackBuffer are mutally exclusive */
1680 if(flags & kRefCounted) {
/external/chromium_org/third_party/icu/source/common/
H A Dunistr.cpp140 if((fFlags & kRefCounted) && removeRef() == 0) {
1547 (fFlags & kRefCounted && refCount() > 1) ||
1594 if(flags & kRefCounted) {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h3383 kRefCounted=4, // there is a refCount field before the characters in fArray enumerator in enum:UnicodeString::__anon11654
3390 kLongString=kRefCounted,
3511 (!(fFlags&kRefCounted) || refCount()==1));
4209 if(len < getCapacity() && ((fFlags&kRefCounted) == 0 || refCount() == 1)) {
4211 * kRefCounted: Do not write the NUL if the buffer is shared.
/external/icu4c/common/unicode/
H A Dunistr.h3484 kRefCounted=4, // there is a refCount field before the characters in fArray enumerator in enum:UnicodeString::__anon19136
3491 kLongString=kRefCounted,
3646 (!(fFlags&kRefCounted) || refCount()==1));
4291 if(len < getCapacity() && ((fFlags&kRefCounted) == 0 || refCount() == 1)) {
4293 * kRefCounted: Do not write the NUL if the buffer is shared.

Completed in 149 milliseconds