HomeSort by relevance Sort by last modified time
    Searched defs:must (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/skia/gm/rebaseline_server/
compare_to_expectations_test.py 28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 13 * 1. Redistributions of source code must retain the above copyright
15 * 2. Redistributions in binary form must reproduce the above copyright
46 * 1. Redistributions of source code must retain the above copyright
48 * 2. Redistributions in binary form must reproduce the above copyright
52 * must display the following acknowledgement:
99 * flow must be marked at both its source and its destination. Some
198 char *must; /* match must contain this string */ member in struct:re_guts
199 size_t mlen; /* length of must */
203 /* catspace must be last *
    [all...]
  /external/llvm/lib/Support/
regex2.h 14 * 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/chromium_org/third_party/icu/source/i18n/
compactdecimalformat.cpp 60 MUST = 1,
523 // If we haven't found UNUM_SHORT look in latn numbering system. We 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
606 UBool must = (flags & MUST); local
    [all...]
  /external/icu/icu4c/source/i18n/
compactdecimalformat.cpp 60 MUST = 1,
523 // If we haven't found UNUM_SHORT look in latn numbering system. We 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
606 UBool must = (flags & MUST); local
    [all...]

Completed in 2167 milliseconds