HomeSort by relevance Sort by last modified time
    Searched refs:isBogus (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/icu/icu4c/source/common/
unistr_props.cpp 31 if(isBogus()) {
servlk.cpp 97 if (!_currentID.isBogus()) {
105 if (!_currentID.isBogus()) {
125 if (!_currentID.isBogus()) {
132 if (!_fallbackID.isBogus()) {
locdspnm.cpp 455 if (sep.isBogus()) {
463 if (pattern.isBogus()) {
481 if (ktPattern.isBogus()) {
565 if (locale.isBogus()) {
589 if (!resultName.isBogus()) {
598 if (!resultName.isBogus()) {
606 if (!resultName.isBogus()) {
613 if (resultName.isBogus() || resultName.isEmpty()) {
697 if (!result.isBogus()) {
712 if (!result.isBogus()) {
    [all...]
cpputils.h 88 * Sets U_ILLEGAL_ARGUMENT_ERROR if the string isBogus() or has an open getBuffer().
92 if(U_SUCCESS(errorCode) && s.isBogus()) {
serv.cpp 303 if (sp == NULL || sp->isBogus()) {
314 StringPair::isBogus() const {
315 return displayName.isBogus() || id.isBogus();
534 if (idToCache == NULL || idToCache->isBogus()) {
580 if (actualReturn->isBogus()) {
638 if (idClone == NULL || idClone->isBogus()) {
773 if (dname.isBogus()) {
841 if ((objToAdopt != NULL) && (!id.isBogus())) {
uniset.cpp 281 if (o.isBogus()) {
884 if ((i & 1) != 0 || isFrozen() || isBogus()) return *this;
1003 if (s.length() == 0 || isFrozen() || isBogus()) return *this;
1022 if (isFrozen() || isBogus()) {
    [all...]
locutil.cpp 149 if (id.isBogus() || id.length() >= BUFLEN) {
195 if (locale.isBogus()) {
normlzr.cpp 132 if(source.isBogus() || U_FAILURE(status)) {
217 if(left.isBogus() || right.isBogus() || U_FAILURE(errorCode)) {
unistr_case.cpp 51 if(isBogus()) {
unistr.cpp 505 if(src.isBogus()) {
626 if (result.isBogus()) {
673 if(isBogus()) {
753 if(isBogus()) {
828 // if(isBogus()) then fArray==0 and start==0 - u_countChar32() checks for NULL
835 // if(isBogus()) then fArray==0 and start==0 - u_strHasMoreChar32Than() checks for NULL
880 if(isBogus() || destCapacity<0 || (destCapacity>0 && dest==0)) {
1032 if(isBogus() || srcChars == 0 || srcStart < 0 || srcLength == 0) {
1096 if(isBogus() || srcChars == 0 || srcStart < 0 || srcLength == 0) {
1123 if(isBogus()) {
    [all...]
  /libcore/include/
ScopedIcuLocale.h 46 return !mLocale.isBogus();
  /external/icu/icu4c/source/i18n/unicode/
sortkey.h 163 UBool isBogus(void) const;
324 CollationKey::isBogus() const
numberformatter.h 816 bool isBogus() const {
860 // To allow NumberFormatterImpl to access isBogus() and other internal methods:
    [all...]
  /external/icu/icu4c/source/test/intltest/
ustrtest.cpp     [all...]
canittst.cpp 160 if (result.isBogus()) {
197 if (item.isBogus()) break;
idnaconf.cpp 226 if (type == -1 || option == -1 || passfail == -1 || namebase.isBogus() || namezone.isBogus()){
  /external/icu/icu4c/source/i18n/
collationtailoring.h 55 UBool isBogus() { return settings == NULL; }
number_longnames.cpp 46 if (!outArray[plural].isBogus()) {
90 if (pattern.isBogus()) {
143 if (simpleFormat.isBogus()) {
146 if (simpleFormat.isBogus()) {
sortkey.cpp 79 if (other.isBogus())
153 if (other.isBogus())
collationroot.cpp 54 if(t.isNull() || t->isBogus()) {
number_formatimpl.cpp 220 if (!macros.rounder.isBogus()) {
232 if (!macros.grouper.isBogus()) {
243 if (!macros.padder.isBogus()) {
250 if (!macros.integerWidth.isBogus()) {
number_modifiers.cpp 207 if (rightIndex - leftIndex > 0 && !fAfterPrefixUnicodeSet.isBogus() &&
212 if (rightIndex - leftIndex > 0 && !fBeforeSuffixUnicodeSet.isBogus() &&
  /external/icu/icu4c/source/common/unicode/
locid.h 249 * (isBogus() will return TRUE).
666 UBool isBogus(void) const;
809 Locale::isBogus(void) const {
unistr.h 257 * (see isBogus()) if an error occurs.
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_TimeZoneNames.cpp 37 if (!s.isBogus() && !s.startsWith(kGmt)) {

Completed in 617 milliseconds

1 2 3