Home | History | Annotate | Download | only in common

Lines Matching defs:NULL

37     strcpy(buf,"NULL");
105 if(t==NULL) {
177 virtual UClassID getDynamicClassID(void) const { return NULL; }
493 LocalUResourceBundlePointer exceptions(ures_getByKeyWithFallback(b.getAlias(), "exceptions", NULL, &subStatus));
501 LocalUResourceBundlePointer breaks(ures_getByKeyWithFallback(exceptions.getAlias(), "SentenceBreak", NULL, &subStatus));
567 return NULL;
597 return NULL;
659 FB_TRACE("AbbrCount",NULL,FALSE, subCount);
664 FB_TRACE(u_errorName(status),NULL,FALSE, -1);
665 return NULL;
672 FB_TRACE(u_errorName(status),NULL,FALSE, -1);
673 return NULL;
691 if(U_FAILURE(status)) return NULL;
693 return (U_SUCCESS(status))? ret.orphan(): NULL;
698 if(U_FAILURE(status)) return NULL;
700 return (U_SUCCESS(status))? ret.orphan(): NULL;