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

1 2 3

  /external/chromium_org/third_party/icu/source/common/
unistr_props.cpp 28 if(isBogus()) {
servlk.cpp 96 if (!_currentID.isBogus()) {
104 if (!_currentID.isBogus()) {
124 if (!_currentID.isBogus()) {
131 if (!_fallbackID.isBogus()) {
cpputils.h 86 * Sets U_ILLEGAL_ARGUMENT_ERROR if the string isBogus() or has an open getBuffer().
90 if(U_SUCCESS(errorCode) && s.isBogus()) {
serv.cpp 297 if (sp == NULL || sp->isBogus()) {
308 StringPair::isBogus() const {
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())) {
uniset.cpp 277 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()) {
    [all...]
unistr.cpp 469 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() || oldText.isBogus() || newText.isBogus())
    [all...]
locutil.cpp 127 if (id.isBogus() || id.length() >= BUFLEN) {
173 if (locale.isBogus()) {
  /external/icu4c/common/
unistr_props.cpp 29 if(isBogus()) {
servlk.cpp 96 if (!_currentID.isBogus()) {
104 if (!_currentID.isBogus()) {
124 if (!_currentID.isBogus()) {
131 if (!_fallbackID.isBogus()) {
cpputils.h 86 * Sets U_ILLEGAL_ARGUMENT_ERROR if the string isBogus() or has an open getBuffer().
90 if(U_SUCCESS(errorCode) && s.isBogus()) {
serv.cpp 301 if (sp == NULL || sp->isBogus()) {
312 StringPair::isBogus() const {
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())) {
uniset.cpp 279 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()) {
    [all...]
unistr_case.cpp 45 if(isBogus()) {
unistr.cpp 471 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() || oldText.isBogus() || newText.isBogus())
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
sortkey.h 160 UBool isBogus(void) const;
308 CollationKey::isBogus() const
  /external/icu4c/i18n/unicode/
sortkey.h 160 UBool isBogus(void) const;
321 CollationKey::isBogus() const
  /external/chromium_org/third_party/icu/source/test/intltest/
ustrtest.cpp     [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp     [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeNormalizer.cpp 36 return dst.isBogus() ? NULL : env->NewString(dst.getBuffer(), dst.length());
libcore_icu_TimeZoneNames.cpp 52 if (!s.isBogus() && !s.startsWith(kGmt)) {
101 if (long_dst.isBogus()) {
  /external/chromium_org/third_party/icu/source/common/unicode/
locid.h 242 * (isBogus() will return TRUE).
639 UBool isBogus(void) const;
775 Locale::isBogus(void) const {
  /external/icu4c/common/unicode/
locid.h 243 * (isBogus() will return TRUE).
642 UBool isBogus(void) const;
781 Locale::isBogus(void) const {
  /external/icu4c/i18n/
sortkey.cpp 77 if (other.isBogus())
151 if (other.isBogus())
  /external/chromium_org/third_party/icu/source/i18n/
locdspnm.cpp 320 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()) {
sortkey.cpp 148 if (other.isBogus())
157 if (isBogus())

Completed in 732 milliseconds

1 2 3