Searched refs:isBogus (Results 1 - 25 of 33) sorted by relevance

12

/external/icu4c/common/
H A Dunistr_props.cpp28 if(isBogus()) {
H A Dservlk.cpp96 if (!_currentID.isBogus()) {
104 if (!_currentID.isBogus()) {
124 if (!_currentID.isBogus()) {
131 if (!_fallbackID.isBogus()) {
H A Dcpputils.h86 * Sets U_ILLEGAL_ARGUMENT_ERROR if the string isBogus() or has an open getBuffer().
90 if(U_SUCCESS(errorCode) && s.isBogus()) {
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())) {
H A Duniset.cpp277 if (o.isBogus()) {
880 if ((i & 1) != 0 || isFrozen() || isBogus()) return *this;
999 if (s.length() == 0 || isFrozen() || isBogus()) return *this;
1018 if (isFrozen() || isBogus()) {
1202 if (s.length() == 0 || isFrozen() || isBogus()) return *this;
1225 if (isFrozen() || isBogus()) {
1245 if (isFrozen() || isBogus()) {
1279 if (s.length() == 0 || isFrozen() || isBogus()) return *this;
1331 if (isFrozen() || isBogus()) {
1349 if (isFrozen() || isBogus()) {
[all...]
H A Dunistr.cpp469 if(&src == 0 || src.isBogus()) {
578 if(isBogus()) {
657 if(isBogus()) {
695 // if(isBogus()) then fArray==0 and start==0 - u_countChar32() checks for NULL
702 // if(isBogus()) then fArray==0 and start==0 - u_strHasMoreChar32Than() checks for NULL
747 if(isBogus() || destCapacity<0 || (destCapacity>0 && dest==0)) {
899 if(isBogus() || srcChars == 0 || srcStart < 0 || srcLength == 0) {
963 if(isBogus() || srcChars == 0 || srcStart < 0 || srcLength == 0) {
990 if(isBogus()) {
1038 if(isBogus() || oldTex
[all...]
H A Dlocutil.cpp127 if (id.isBogus() || id.length() >= BUFLEN) {
173 if (locale.isBogus()) {
H A Dnormlzr.cpp125 if(source.isBogus() || U_FAILURE(status)) {
210 if(left.isBogus() || right.isBogus() || U_FAILURE(errorCode)) {
H A Dunistr_case.cpp47 if(isBogus()) {
H A Dserv.h428 UBool isBogus() const;
H A Dservls.cpp76 if (locName.isBogus()) {
H A Dunistr_cnv.cpp223 if(isBogus() || destCapacity<0 || (destCapacity>0 && dest==0)) {
H A Duniset_props.cpp912 if (isBogus() && U_SUCCESS(ec)) {
1003 if (isBogus() && U_SUCCESS(status)) {
1209 if (isBogus() && U_SUCCESS(ec)) {
1405 if (isFrozen() || isBogus()) {
/external/icu4c/i18n/unicode/
H A Dsortkey.h160 UBool isBogus(void) const;
308 CollationKey::isBogus() const function in class:CollationKey
/external/icu4c/test/intltest/
H A Dustrtest.cpp1248 if(!test->isBogus()) {
1249 errln("UnicodeString.setTo(unterminated readonly alias, length -1) does not result in isBogus()");
1421 // test isBogus() and setToBogus()
1422 if (test1.isBogus() || test2.isBogus() || test3.isBogus()) {
1423 errln("A string returned TRUE for isBogus()!");
1429 if(!test3.isBogus()) {
1430 errln("A bogus string returned FALSE for isBogus()!");
1454 if(!test3.isBogus() || test
[all...]
H A Dcanittst.cpp159 if (result.isBogus()) {
196 if (item.isBogus()) break;
H A Didnaconf.cpp225 if (type == -1 || option == -1 || passfail == -1 || namebase.isBogus() || namezone.isBogus()){
H A Dicusvtst.cpp715 confirmBoolean("27) get display name", name.isBogus());
763 confirmBoolean("30) found display name for actual", !displayName.isBogus());
767 confirmBoolean("31) found display name for query", displayName.isBogus());
785 confirmBoolean("32) found display name for actual", !displayName.isBogus());
789 confirmBoolean("33) found display name for query", displayName.isBogus());
H A Dregcoll.cpp825 if (key.isBogus() || U_FAILURE(status))
983 if (key.isBogus() || U_FAILURE(status))
1057 if (key.isBogus() || U_FAILURE(status))
/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 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...]
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
/external/icu4c/i18n/
H A Dlocdspnm.cpp320 if (sep.isBogus()) {
326 if (pattern.isBogus()) {
370 if (!resultName.isBogus()) {
379 if (!resultName.isBogus()) {
387 if (!resultName.isBogus()) {
394 if (resultName.isBogus() || resultName.isEmpty()) {
H A Dsortkey.cpp148 if (other.isBogus())
157 if (isBogus())
H A Dtransreg.cpp244 if (!topLoc.isBogus()) {
271 if (!locStr.isBogus()) {

Completed in 520 milliseconds

12