Home
last modified time | relevance | path

Searched refs:STRICT (Results 1 - 25 of 51) sorted by relevance

123

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
H A DIgnorablesMatcher.java18 private static final IgnorablesMatcher STRICT = new IgnorablesMatcher( field in IgnorablesMatcher
28 return STRICT; in getInstance()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
H A DIgnorablesMatcher.java20 private static final IgnorablesMatcher STRICT = new IgnorablesMatcher( field in IgnorablesMatcher
30 return STRICT; in getInstance()
/third_party/lame/ACM/
H A DDecodeStream.cpp28 #if !defined(STRICT)
29 #define STRICT macro
30 #endif // STRICT
H A Dmain.cpp28 #if !defined(STRICT)
29 #define STRICT macro
30 #endif // STRICT
H A DACMStream.cpp28 #if !defined(STRICT)
29 #define STRICT macro
30 #endif // STRICT
/third_party/skia/third_party/externals/angle2/src/common/
H A Dplatform.h38 # ifndef STRICT
39 # define STRICT 1 macro
/third_party/glslang/glslang/OSDependent/Windows/
H A Dmain.cpp29 // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
37 #define STRICT macro
H A Dossource.cpp29 // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
37 #define STRICT macro
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DFractionPrecision.java98 * This is equivalent to `withSignificantDigits(1, maxSignificantDigits, STRICT)`.
110 this, 1, maxSignificantDigits, NumberFormatter.RoundingPriority.STRICT, true); in withMaxDigits()
H A DNumberFormatter.java75 * <p>There are two modes, RELAXED and STRICT:
80 * <li> STRICT: Enforce both constraints, resulting in the number being rounded to a lower
100 * to be displayed) will be used; Max-Significant wins. With STRICT, the more-strict setting (the
110 * <p>Here, RELAXED favors Max-Fraction and STRICT favors Max-Significant. Note that this larger
128 STRICT, enum constant
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dosinclude.h36 #define STRICT macro
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dcodepage.c41 # define STRICT 1 macro
H A Dwin32filemap.c35 #define STRICT 1 macro
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb.hh376 # ifndef STRICT
377 # define STRICT 1 macro
/third_party/python/Modules/_decimal/libmpdec/
H A Dvcdiv64.asm22 ; HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DWireFormat.java27 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
197 STRICT { enum constant
/third_party/node/deps/llhttp/include/
H A Dllhttp.h177 XX(2, STRICT, STRICT) \
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngimage.c525 #define STRICT 0x020 /* Fail on warnings as well as errors */ macro
1607 d.options |= STRICT; in main()
1610 d.options &= ~STRICT; in main()
1677 int pass = (d.options & STRICT) ? in main()
H A Dpngstest.c328 #define STRICT 4 /* fail on warnings too */ macro
346 if (!(opts & STRICT)) in print_opts()
775 (image->opts & GBG_ERROR) != 0 : (image->opts & STRICT) != 0)) in checkopaque()
3490 png_uint_32 opts = FAST_WRITE | STRICT; in main()
3559 opts |= STRICT; in main()
3561 opts &= ~STRICT; in main()
/third_party/nghttp2/third-party/llhttp/include/
H A Dllhttp.h292 XX(2, STRICT, STRICT) \
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dgenrb.cpp80 STRICT, enumerator
264 if(options[STRICT].doesOccur) { in main()
/third_party/icu/icu4c/source/tools/genrb/
H A Dgenrb.cpp80 STRICT, enumerator
264 if(options[STRICT].doesOccur) { in main()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dgenrb.cpp79 STRICT, enumerator
255 if(options[STRICT].doesOccur) { in main()
/third_party/python/Lib/
H A Denum.py12 'FlagBoundary', 'STRICT', 'CONFORM', 'EJECT', 'KEEP',
1305 STRICT = auto() variable in FlagBoundary
1309 STRICT, CONFORM, EJECT, KEEP = FlagBoundary
1312 class Flag(Enum, boundary=STRICT):
1397 if cls._boundary_ is STRICT:
1453 elif unknown and cls._boundary_ is STRICT:
/third_party/protobuf/editors/
H A Dproto.vim27 " THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT

Completed in 20 milliseconds

123