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

12

/external/icu/icu4c/source/common/
H A Dunistr_props.cpp29 if(isBogus()) {
H A Dservlk.cpp95 if (!_currentID.isBogus()) {
103 if (!_currentID.isBogus()) {
123 if (!_currentID.isBogus()) {
130 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 Duniset.cpp279 if (o.isBogus()) {
882 if ((i & 1) != 0 || isFrozen() || isBogus()) return *this;
1001 if (s.length() == 0 || isFrozen() || isBogus()) return *this;
1020 if (isFrozen() || isBogus()) {
1204 if (s.length() == 0 || isFrozen() || isBogus()) return *this;
1227 if (isFrozen() || isBogus()) {
1247 if (isFrozen() || isBogus()) {
1281 if (s.length() == 0 || isFrozen() || isBogus()) return *this;
1333 if (isFrozen() || isBogus()) {
1351 if (isFrozen() || isBogus()) {
[all...]
H A Dunistr_case.cpp45 if(isBogus()) {
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())) {
H A Dunistr.cpp439 if(src.isBogus()) {
557 if(isBogus()) {
637 if(isBogus()) {
712 // if(isBogus()) then fArray==0 and start==0 - u_countChar32() checks for NULL
719 // if(isBogus()) then fArray==0 and start==0 - u_strHasMoreChar32Than() checks for NULL
764 if(isBogus() || destCapacity<0 || (destCapacity>0 && dest==0)) {
916 if(isBogus() || srcChars == 0 || srcStart < 0 || srcLength == 0) {
980 if(isBogus() || srcChars == 0 || srcStart < 0 || srcLength == 0) {
1007 if(isBogus()) {
1055 if(isBogus() || oldTex
[all...]
H A Dlocutil.cpp147 if (id.isBogus() || id.length() >= BUFLEN) {
193 if (locale.isBogus()) {
H A Dnormlzr.cpp124 if(source.isBogus() || U_FAILURE(status)) {
209 if(left.isBogus() || right.isBogus() || U_FAILURE(errorCode)) {
H A Ducharstriebuilder.cpp125 if(U_SUCCESS(errorCode) && strings.isBogus()) {
183 if(strings.isBogus()) {
H A Dserv.h431 UBool isBogus() const;
H A Dservls.cpp70 if (locName.isBogus()) {
H A Duniset_closure.cpp181 if (isFrozen() || isBogus()) {
H A Dunistr_cnv.cpp213 if(isBogus() || destCapacity<0 || (destCapacity>0 && dest==0)) {
/external/icu/icu4c/source/i18n/unicode/
H A Dsortkey.h161 UBool isBogus(void) const;
322 CollationKey::isBogus() const function in class:CollationKey
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp1274 if(!test->isBogus()) {
1275 errln("UnicodeString.setTo(unterminated readonly alias, length -1) does not result in isBogus()");
1447 // test isBogus() and setToBogus()
1448 if (test1.isBogus() || test2.isBogus() || test3.isBogus()) {
1449 errln("A string returned TRUE for isBogus()!");
1455 if(!test3.isBogus()) {
1456 errln("A bogus string returned FALSE for isBogus()!");
1480 if(!test3.isBogus() || test
[all...]
H A Dcanittst.cpp159 if (result.isBogus()) {
196 if (item.isBogus()) break;
H A Didnaconf.cpp224 if (type == -1 || option == -1 || passfail == -1 || namebase.isBogus() || namezone.isBogus()){
/external/icu/icu4c/source/i18n/
H A Dcollationtailoring.h53 UBool isBogus() { return settings == NULL; } function in struct:CollationTailoring
H A Dsortkey.cpp77 if (other.isBogus())
151 if (other.isBogus())
H A Dcollationroot.cpp52 if(t.isNull() || t->isBogus()) {
H A Dlocdspnm.cpp398 if (sep.isBogus()) {
406 if (pattern.isBogus()) {
424 if (ktPattern.isBogus()) {
566 if (!resultName.isBogus()) {
575 if (!resultName.isBogus()) {
583 if (!resultName.isBogus()) {
590 if (resultName.isBogus() || resultName.isEmpty()) {
692 if (!result.isBogus()) {
707 if (!result.isBogus()) {
720 if (!result.isBogus()) {
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dlocid.h246 * (isBogus() will return TRUE).
665 UBool isBogus(void) const;
808 Locale::isBogus(void) const { function in class:Locale
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()
3377 // is writable unless it isBogus() or it has an "open" getBuffer(minCapacity).
3668 UnicodeString::isBogus() const function in class:UnicodeString
3704 if(srcText.isBogus()) {
3705 return (int8_t)!isBogus(); //
[all...]
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

Completed in 517 milliseconds

12