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

/external/icu/icu4c/source/common/unicode/
H A Dlocid.h248 * (isBogus() will return TRUE).
665 UBool isBogus(void) const;
808 Locale::isBogus(void) const { function in class:Locale
H A Duniset.h273 * (see isBogus()) if an error occurs.
316 inline UBool isBogus(void) const;
320 * The string will test TRUE with isBogus().
331 * @see isBogus()
1673 inline UBool UnicodeSet::isBogus() const { function in class:UnicodeSet
H A Dunistr.h266 * (see isBogus()) if an error occurs.
1843 * setToBogus() and isBogus() can be used to indicate that no string value is available.
1851 inline UBool isBogus(void) const;
2093 * The string will test TRUE with isBogus().
2117 * if(s.isBogus()) {
2128 * @see isBogus()
3509 // is writable unless it isBogus() or it has an "open" getBuffer(minCapacity).
3807 UnicodeString::isBogus() const function in class:UnicodeString
3843 if(srcText.isBogus()) {
3844 return (int8_t)!isBogus(); //
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dsortkey.h163 UBool isBogus(void) const;
324 CollationKey::isBogus() const function in class:CollationKey
/external/icu/icu4c/source/i18n/
H A Dcollationtailoring.h55 UBool isBogus() { return settings == NULL; } function in struct:CollationTailoring
H A Dcompactdecimalformat.cpp76 return !prefix.isBogus();
109 inline UBool isBogus() const { function in class:CDFLocaleStyleData
502 if (!data.longData.isBogus()) {
744 if (!result->longData.isBogus()) {
/external/icu/icu4c/source/common/
H A Dserv.cpp303 if (sp == NULL || sp->isBogus()) {
314 StringPair::isBogus() const { function in class:StringPair
315 return displayName.isBogus() || id.isBogus();
534 if (idToCache == NULL || idToCache->isBogus()) {
580 if (actualReturn->isBogus()) {
638 if (idClone == NULL || idClone->isBogus()) {
773 if (dname.isBogus()) {
841 if ((objToAdopt != NULL) && (!id.isBogus())) {

Completed in 256 milliseconds