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

/external/icu/icu4c/source/i18n/
H A Dcollationtailoring.h53 UBool isBogus() { return settings == NULL; } function in struct:CollationTailoring
H A Dcompactdecimalformat.cpp76 return !prefix.isBogus();
103 inline UBool isBogus() const { function in class:CDFLocaleStyleData
448 if (!data.longData.isBogus()) {
H A Ddecimfmt.cpp291 static void copyString(const UnicodeString& src, UBool isBogus, UnicodeString *& dest, UErrorCode &status) { argument
295 if (isBogus) {
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsortkey.h160 UBool isBogus(void) const;
321 CollationKey::isBogus() const function in class:CollationKey
/external/icu/icu4c/source/i18n/unicode/
H A Dsortkey.h161 UBool isBogus(void) const;
322 CollationKey::isBogus() const function in class:CollationKey
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dlocid.h246 * (isBogus() will return TRUE).
648 UBool isBogus(void) const;
792 Locale::isBogus(void) const { function in class:Locale
H A Duniset.h271 * (see isBogus()) if an error occurs.
314 inline UBool isBogus(void) const;
318 * The string will test TRUE with isBogus().
329 * @see isBogus()
1649 inline UBool UnicodeSet::isBogus() const { function in class:UnicodeSet
H A Dunistr.h216 * (see isBogus()) if an error occurs.
1793 * setToBogus() and isBogus() can be used to indicate that no string value is available.
1801 inline UBool isBogus(void) const;
1985 * The string will test TRUE with isBogus().
2009 * if(s.isBogus()) {
2020 * @see isBogus()
3374 // is writable unless it isBogus() or it has an "open" getBuffer(minCapacity).
3632 UnicodeString::isBogus() const function in class:UnicodeString
3668 if(srcText.isBogus()) {
3669 return (int8_t)!isBogus(); //
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dlocid.h246 * (isBogus() will return TRUE).
648 UBool isBogus(void) const;
792 Locale::isBogus(void) const { function in class:Locale
H A Duniset.h271 * (see isBogus()) if an error occurs.
314 inline UBool isBogus(void) const;
318 * The string will test TRUE with isBogus().
329 * @see isBogus()
1649 inline UBool UnicodeSet::isBogus() const { function in class:UnicodeSet
H A Dunistr.h216 * (see isBogus()) if an error occurs.
1793 * setToBogus() and isBogus() can be used to indicate that no string value is available.
1801 inline UBool isBogus(void) const;
1985 * The string will test TRUE with isBogus().
2009 * if(s.isBogus()) {
2020 * @see isBogus()
3374 // is writable unless it isBogus() or it has an "open" getBuffer(minCapacity).
3632 UnicodeString::isBogus() const function in class:UnicodeString
3668 if(srcText.isBogus()) {
3669 return (int8_t)!isBogus(); //
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dserv.cpp301 if (sp == NULL || sp->isBogus()) {
312 StringPair::isBogus() const { function in class:StringPair
313 return displayName.isBogus() || id.isBogus();
532 if (idToCache == NULL || idToCache->isBogus()) {
578 if (actualReturn->isBogus()) {
636 if (idClone == NULL || idClone->isBogus()) {
771 if (dname.isBogus()) {
839 if ((objToAdopt != NULL) && (!id.isBogus())) {
/external/chromium_org/third_party/icu/source/i18n/
H A Dcompactdecimalformat.cpp76 return !prefix.isBogus();
103 inline UBool isBogus() const { function in class:CDFLocaleStyleData
448 if (!data.longData.isBogus()) {
/external/icu/icu4c/source/common/
H A Dserv.cpp301 if (sp == NULL || sp->isBogus()) {
312 StringPair::isBogus() const { function in class:StringPair
313 return displayName.isBogus() || id.isBogus();
532 if (idToCache == NULL || idToCache->isBogus()) {
578 if (actualReturn->isBogus()) {
636 if (idClone == NULL || idClone->isBogus()) {
771 if (dname.isBogus()) {
839 if ((objToAdopt != NULL) && (!id.isBogus())) {

Completed in 3674 milliseconds