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

123

/external/chromium_org/third_party/icu/source/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 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 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 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()) {
/external/icu4c/common/
H A Dunistr_props.cpp29 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 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.cpp471 if(&src == 0 || src.isBogus()) {
586 if(isBogus()) {
666 if(isBogus()) {
741 // if(isBogus()) then fArray==0 and start==0 - u_countChar32() checks for NULL
748 // if(isBogus()) then fArray==0 and start==0 - u_strHasMoreChar32Than() checks for NULL
793 if(isBogus() || destCapacity<0 || (destCapacity>0 && dest==0)) {
945 if(isBogus() || srcChars == 0 || srcStart < 0 || srcLength == 0) {
1009 if(isBogus() || srcChars == 0 || srcStart < 0 || srcLength == 0) {
1036 if(isBogus()) {
1084 if(isBogus() || oldTex
[all...]
H A Dlocutil.cpp127 if (id.isBogus() || id.length() >= BUFLEN) {
173 if (locale.isBogus()) {
/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/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;
/external/icu4c/test/intltest/
H A Dustrtest.cpp1268 if(!test->isBogus()) {
1269 errln("UnicodeString.setTo(unterminated readonly alias, length -1) does not result in isBogus()");
1441 // test isBogus() and setToBogus()
1442 if (test1.isBogus() || test2.isBogus() || test3.isBogus()) {
1443 errln("A string returned TRUE for isBogus()!");
1449 if(!test3.isBogus()) {
1450 errln("A bogus string returned FALSE for isBogus()!");
1474 if(!test3.isBogus() || test
[all...]
/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
/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
/external/icu4c/i18n/
H A Dsortkey.cpp77 if (other.isBogus())
151 if (other.isBogus())
/external/chromium_org/third_party/icu/source/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())

Completed in 636 milliseconds

123