Searched refs:kIsBogus (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Duniset.h301 kIsBogus = 1 // This set is bogus (i.e. not valid) enumerator in enum:UnicodeSet::__anon12032
1650 return (UBool)(fFlags & kIsBogus);
H A Dunistr.h3480 kIsBogus=1, // this string is bogus, i.e., not valid or NULL enumerator in enum:UnicodeString::__anon12034
3633 { return (UBool)(fFlags & kIsBogus); }
3637 { return (UBool)!(fFlags&(kOpenGetBuffer|kIsBogus)); }
3643 !(fFlags&(kOpenGetBuffer|kIsBogus|kBufferIsReadonly)) &&
3649 if(fFlags&(kIsBogus|kOpenGetBuffer)) {
/external/icu/icu4c/source/common/unicode/
H A Duniset.h301 kIsBogus = 1 // This set is bogus (i.e. not valid) enumerator in enum:UnicodeSet::__anon21822
1650 return (UBool)(fFlags & kIsBogus);
H A Dunistr.h3480 kIsBogus=1, // this string is bogus, i.e., not valid or NULL enumerator in enum:UnicodeString::__anon21824
3633 { return (UBool)(fFlags & kIsBogus); }
3637 { return (UBool)!(fFlags&(kOpenGetBuffer|kIsBogus)); }
3643 !(fFlags&(kOpenGetBuffer|kIsBogus|kBufferIsReadonly)) &&
3649 if(fFlags&(kIsBogus|kOpenGetBuffer)) {
/external/chromium_org/third_party/icu/source/common/
H A Dunistr.cpp388 fFlags = kIsBogus;
525 fFlags = kIsBogus;
828 const UChar *array = getBuffer(); // not getArrayStart() to check kIsBogus & kOpenGetBuffer
1117 fFlags = kIsBogus;
1123 if(fFlags & kIsBogus) {
H A Duniset.cpp1621 fFlags = kIsBogus;
/external/icu/icu4c/source/common/
H A Dunistr.cpp388 fFlags = kIsBogus;
525 fFlags = kIsBogus;
828 const UChar *array = getBuffer(); // not getArrayStart() to check kIsBogus & kOpenGetBuffer
1117 fFlags = kIsBogus;
1123 if(fFlags & kIsBogus) {
H A Duniset.cpp1621 fFlags = kIsBogus;

Completed in 2378 milliseconds