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

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsortkey.h160 UBool isBogus(void) const;
308 CollationKey::isBogus() const function in class:CollationKey
/external/icu4c/i18n/unicode/
H A Dsortkey.h160 UBool isBogus(void) const;
321 CollationKey::isBogus() const function in class:CollationKey
/external/chromium_org/third_party/icu/source/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/unicode/
H A Dlocid.h243 * (isBogus() will return TRUE).
642 UBool isBogus(void) const;
781 Locale::isBogus(void) const { function in class:Locale
H A Duniset.h268 * (see isBogus()) if an error occurs.
311 inline UBool isBogus(void) const;
315 * The string will test TRUE with isBogus().
326 * @see isBogus()
1645 inline UBool UnicodeSet::isBogus() const { function in class:UnicodeSet
H A Dunistr.h219 * (see isBogus()) if an error occurs.
1795 * setToBogus() and isBogus() can be used to indicate that no string value is available.
1803 inline UBool isBogus(void) const;
1987 * The string will test TRUE with isBogus().
2011 * if(s.isBogus()) {
2022 * @see isBogus()
3376 // is writable unless it isBogus() or it has an "open" getBuffer(minCapacity).
3634 UnicodeString::isBogus() const function in class:UnicodeString
3670 if(srcText.isBogus()) {
3671 return (int8_t)!isBogus(); //
[all...]
/external/chromium_org/third_party/icu/source/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())) {
/external/icu4c/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/icu4c/i18n/
H A Dcompactdecimalformat.cpp76 return !prefix.isBogus();
103 inline UBool isBogus() const { function in class:CDFLocaleStyleData
448 if (!data.longData.isBogus()) {

Completed in 236 milliseconds