/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
H A D | IgnorablesMatcher.java | 18 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 D | IgnorablesMatcher.java | 20 private static final IgnorablesMatcher STRICT = new IgnorablesMatcher( field in IgnorablesMatcher 30 return STRICT; in getInstance()
|
/third_party/lame/ACM/ |
H A D | DecodeStream.cpp | 28 #if !defined(STRICT) 29 #define STRICT macro 30 #endif // STRICT
|
H A D | main.cpp | 28 #if !defined(STRICT) 29 #define STRICT macro 30 #endif // STRICT
|
H A D | ACMStream.cpp | 28 #if !defined(STRICT) 29 #define STRICT macro 30 #endif // STRICT
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | platform.h | 38 # ifndef STRICT 39 # define STRICT 1 macro
|
/third_party/glslang/glslang/OSDependent/Windows/ |
H A D | main.cpp | 29 // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 37 #define STRICT macro
|
H A D | ossource.cpp | 29 // 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 D | FractionPrecision.java | 98 * This is equivalent to `withSignificantDigits(1, maxSignificantDigits, STRICT)`. 110 this, 1, maxSignificantDigits, NumberFormatter.RoundingPriority.STRICT, true); in withMaxDigits()
|
H A D | NumberFormatter.java | 75 * <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 D | osinclude.h | 36 #define STRICT macro
|
/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
H A D | codepage.c | 41 # define STRICT 1 macro
|
H A D | win32filemap.c | 35 #define STRICT 1 macro
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb.hh | 376 # ifndef STRICT 377 # define STRICT 1 macro
|
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | vcdiv64.asm | 22 ; 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 D | WireFormat.java | 27 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 197 STRICT { enum constant
|
/third_party/node/deps/llhttp/include/ |
H A D | llhttp.h | 177 XX(2, STRICT, STRICT) \
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngimage.c | 525 #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 D | pngstest.c | 328 #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 D | llhttp.h | 292 XX(2, STRICT, STRICT) \
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | genrb.cpp | 80 STRICT, enumerator 264 if(options[STRICT].doesOccur) { in main()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | genrb.cpp | 80 STRICT, enumerator 264 if(options[STRICT].doesOccur) { in main()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | genrb.cpp | 79 STRICT, enumerator 255 if(options[STRICT].doesOccur) { in main()
|
/third_party/python/Lib/ |
H A D | enum.py | 12 '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 D | proto.vim | 27 " THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|