Searched defs:must (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A Dregex2.h14 * 1. Redistributions of source code must retain the above copyright
16 * 2. Redistributions in binary form must reproduce the above copyright
52 * flow must be marked at both its source and its destination. Some
149 char *must; /* match must contain this string */ member in struct:re_guts
150 int mlen; /* length of must */
154 /* catspace must be last */
/external/icu/icu4c/source/i18n/
H A Dcompactdecimalformat.cpp569 // If we haven't found UNUM_SHORT look in latn numbering system. We must
615 // (i.e "foo" but not "foo/bar"); If fillIn is NULL, caller must always call
652 UBool must = (flags & MUST); local
654 if (must) {
670 if (status == U_MISSING_RESOURCE_ERROR && !must) {
682 if (must && (status == U_ZERO_ERROR)) {
818 // We must have 0's in format string.

Completed in 189 milliseconds