Home | History | Annotate | Download | only in i18n

Lines Matching defs:must

60   MUST = 1,
523 must
526 LocalUResourceBundlePointer latnResource(tryGetByKeyWithFallback(rb, gLatnTag, NULL, MUST, status));
527 shortData = tryGetDecimalFallback(latnResource.getAlias(), gPatternsShort, &shortDataFillIn, MUST, status);
569 // (i.e "foo" but not "foo/bar"); If fillIn is NULL, caller must always call
572 // can be ored with MUST. MUST by itself is the same as ANY | MUST.
574 // flags or the returned sub-resouce will be NULL. If MUST is included in
576 // NULL, this function also sets status to U_MISSING_RESOURCE_ERROR. If MUST
588 // data = tryGetbyKeyWithFallback(rb, "baz", &fillIn, MUST, status);
606 UBool must = (flags & MUST);
608 if (must) {
624 if (status == U_MISSING_RESOURCE_ERROR && !must) {
629 flags = (FallbackFlags) (flags & ~MUST);
636 if (must && (status == U_ZERO_ERROR)) {
772 // We must have 0's in format string.