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

/external/icu4c/i18n/unicode/
H A Dsortkey.h160 UBool isBogus(void) const;
313 CollationKey::isBogus() const function in class:CollationKey
/external/icu4c/common/unicode/
H A Dlocid.h242 * (isBogus() will return TRUE).
639 UBool isBogus(void) const;
776 Locale::isBogus(void) const { function in class:Locale
H A Duniset.h267 * (see isBogus()) if an error occurs.
310 inline UBool isBogus(void) const;
314 * The string will test TRUE with isBogus().
325 * @see isBogus()
1633 inline UBool UnicodeSet::isBogus() const { function in class:UnicodeSet
H A Dunistr.h159 * (see isBogus()) if an error occurs.
1735 * setToBogus() and isBogus() can be used to indicate that no string value is available.
1743 inline UBool isBogus(void) const;
1922 * The string will test TRUE with isBogus().
1946 * if(s.isBogus()) {
1957 * @see isBogus()
3276 // is writable unless it isBogus() or it has an "open" getBuffer(minCapacity).
3523 UnicodeString::isBogus() const function in class:UnicodeString
3559 if(srcText.isBogus()) {
3560 return (int8_t)!isBogus(); //
[all...]
/external/icu4c/common/
H A Dserv.cpp297 if (sp == NULL || sp->isBogus()) {
308 StringPair::isBogus() const { function in class:StringPair
309 return displayName.isBogus() || id.isBogus();
528 if (idToCache == NULL || idToCache->isBogus()) {
574 if (actualReturn->isBogus()) {
632 if (idClone == NULL || idClone->isBogus()) {
765 if (dname.isBogus()) {
834 if ((objToAdopt != NULL) && (!id.isBogus())) {

Completed in 185 milliseconds