Searched refs:hasDefault (Results 1 – 8 of 8) sorted by relevance
39 boolean hasDefault() default true; in hasDefault() method54 @MapKeyWithDefault(required = false, hasDefault = false)74 static MapKeyWithDefault mapKey(boolean hasDefault, boolean required) { in mapKey() argument75 return new AutoAnnotation_MapKeyWithDefaultTest_mapKey(hasDefault, required); in mapKey()
84 bool hasDefault() const { return hasMode(DefaultMode); } in hasDefault() function111 assert(hasMode(Mode) || hasDefault()); in makeSimple()
140 if (hasDefault()) { in constrain()153 if (VTS.hasMode(M) || VTS.hasDefault()) { in constrain()224 bool HaveDefault = IsSimple || hasDefault(); in operator ==()225 bool VTSHaveDefault = VTSIsSimple || VTS.hasDefault(); in operator ==()471 assert(Small.hasDefault() && Big.hasDefault()); in EnforceSmallerThan()
794 assert((RSI.hasDefault() || Size != 0 || VTs[0].isSimple()) && in CodeGenRegisterClass()796 if (!RSI.hasDefault()) { in CodeGenRegisterClass()
622 values(ulist_createEmptyList(&errorCode)), hasDefault(FALSE) {} in KeywordsSink()632 if (!hasDefault && uprv_strcmp(key, "default") == 0) { in put()643 hasDefault = TRUE; in put()656 UBool hasDefault; member
1020 boolean hasDefault = false; field in Collator.KeywordsSink1028 if (!hasDefault && key.contentEquals("default")) { in put()1033 hasDefault = true; in put()
981 boolean hasDefault = false; field in Collator.KeywordsSink989 if (!hasDefault && key.contentEquals("default")) { in put()994 hasDefault = true; in put()
796 // confirm hasDefault and the default values are set correctly.