Searched refs:NO_NAME (Results 1 – 10 of 10) sorted by relevance
230 #define NO_NAME ~0 macro268 return NO_NAME; in __ra_itr_pop()287 return NO_NAME; in __ra_init_def_itr()370 __name != NO_NAME; __name = __ra_itr_pop(__ctx))374 __name != NO_NAME; __name = __ra_itr_pop(__ctx))
26 …private final static ObjectIdInfo EMPTY = new ObjectIdInfo(PropertyName.NO_NAME, Object.class, nul…
10 PropertyName name = PropertyName.NO_NAME; in testPropertyName()
36 public final static PropertyName NO_NAME = new PropertyName(new String(_NO_NAME), null); field in PropertyName
361 return PropertyName.NO_NAME; in getFullName()
549 return _new(this, _config.withRootName(PropertyName.NO_NAME)); in withoutRootName()
687 return _with(_config.withRootName(PropertyName.NO_NAME)); in withoutRootName()
151 _propName = PropertyName.NO_NAME; in SettableBeanProperty()180 _propName = PropertyName.NO_NAME; in SettableBeanProperty()
49 static const UChar NO_NAME[] = { 0 }; // for empty no-fallback time zone names variable792 names[type] = (value == NULL) ? NO_NAME : value->getString(length, errorCode); in setNameIfEmpty()839 if (names[i] == NO_NAME) { in getNames()
2098 …public static final int NO_NAME = -1, LANGUAGE_NAME = 0, SCRIPT_NAME = 1, TERRITORY_NAME = 2, VARI…