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

/external/icu4c/i18n/unicode/
H A Dsortkey.h160 UBool isBogus(void) const;
308 CollationKey::isBogus() const function in class:CollationKey
/external/icu4c/common/unicode/
H A Dlocid.h242 * (isBogus() will return TRUE).
639 UBool isBogus(void) const;
775 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()
1631 inline UBool UnicodeSet::isBogus() const { function in class:UnicodeSet
H A Dunistr.h158 * (see isBogus()) if an error occurs.
1734 * setToBogus() and isBogus() can be used to indicate that no string value is available.
1742 inline UBool isBogus(void) const;
1921 * The string will test TRUE with isBogus().
1945 * if(s.isBogus()) {
1956 * @see isBogus()
3275 // is writable unless it isBogus() or it has an "open" getBuffer(minCapacity).
3499 UnicodeString::isBogus() const function in class:UnicodeString
3535 if(srcText.isBogus()) {
3536 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();
531 if (idToCache == NULL || idToCache->isBogus()) {
577 if (actualReturn->isBogus()) {
636 if (idClone == NULL || idClone->isBogus()) {
770 if (dname.isBogus()) {
839 if ((objToAdopt != NULL) && (!id.isBogus())) {

Completed in 107 milliseconds