HomeSort by relevance Sort by last modified time
    Searched defs:isBogus (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/unicode/
sortkey.h 160 UBool isBogus(void) const;
308 CollationKey::isBogus() const
  /external/icu/icu4c/source/i18n/
collationtailoring.h 53 UBool isBogus() { return settings == NULL; }
compactdecimalformat.cpp 76 return !prefix.isBogus();
103 inline UBool isBogus() const {
448 if (!data.longData.isBogus()) {
  /external/icu/icu4c/source/i18n/unicode/
sortkey.h 161 UBool isBogus(void) const;
322 CollationKey::isBogus() const
  /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 {
uniset.h 267 * (see isBogus()) if an error occurs.
310 inline UBool isBogus(void) const;
314 * The string will test TRUE with isBogus().
325 * @see isBogus()
    [all...]
unistr.h 158 * (see isBogus()) if an error occurs.
    [all...]
  /external/icu/icu4c/source/common/unicode/
locid.h 246 * (isBogus() will return TRUE).
648 UBool isBogus(void) const;
792 Locale::isBogus(void) const {
uniset.h 271 * (see isBogus()) if an error occurs.
314 inline UBool isBogus(void) const;
318 * The string will test TRUE with isBogus().
329 * @see isBogus()
    [all...]
unistr.h 216 * (see isBogus()) if an error occurs.
    [all...]
  /external/chromium_org/third_party/icu/source/common/
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())) {
  /external/icu/icu4c/source/common/
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())) {

Completed in 1256 milliseconds