/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationSettings.java | 324 public void setStrengthDefault(int defaultOptions) { in setStrengthDefault() argument 326 options = noStrength | (defaultOptions & STRENGTH_MASK); in setStrengthDefault() 346 public void setFlagDefault(int bit, int defaultOptions) { in setFlagDefault() argument 347 options = (options & ~bit) | (defaultOptions & bit); in setFlagDefault() 360 public void setCaseFirstDefault(int defaultOptions) { in setCaseFirstDefault() argument 362 options = noCaseFirst | (defaultOptions & CASE_FIRST_AND_UPPER_MASK); in setCaseFirstDefault() 378 public void setAlternateHandlingDefault(int defaultOptions) { in setAlternateHandlingDefault() argument 380 options = noAlternate | (defaultOptions & ALTERNATE_MASK); in setAlternateHandlingDefault() 387 public void setMaxVariable(int value, int defaultOptions) { in setMaxVariable() argument 397 options = noMax | (defaultOptions in setMaxVariable() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationSettings.java | 326 public void setStrengthDefault(int defaultOptions) { in setStrengthDefault() argument 328 options = noStrength | (defaultOptions & STRENGTH_MASK); in setStrengthDefault() 348 public void setFlagDefault(int bit, int defaultOptions) { in setFlagDefault() argument 349 options = (options & ~bit) | (defaultOptions & bit); in setFlagDefault() 362 public void setCaseFirstDefault(int defaultOptions) { in setCaseFirstDefault() argument 364 options = noCaseFirst | (defaultOptions & CASE_FIRST_AND_UPPER_MASK); in setCaseFirstDefault() 380 public void setAlternateHandlingDefault(int defaultOptions) { in setAlternateHandlingDefault() argument 382 options = noAlternate | (defaultOptions & ALTERNATE_MASK); in setAlternateHandlingDefault() 389 public void setMaxVariable(int value, int defaultOptions) { in setMaxVariable() argument 399 options = noMax | (defaultOptions in setMaxVariable() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | collationsettings.cpp | 270 CollationSettings::setStrength(int32_t value, int32_t defaultOptions, UErrorCode &errorCode) { in setStrength() argument 282 options = noStrength | (defaultOptions & STRENGTH_MASK); in setStrength() 292 int32_t defaultOptions, UErrorCode &errorCode) { in setFlag() 302 options = (options & ~bit) | (defaultOptions & bit); in setFlag() 312 int32_t defaultOptions, UErrorCode &errorCode) { in setCaseFirst() 326 options = noCaseFirst | (defaultOptions & CASE_FIRST_AND_UPPER_MASK); in setCaseFirst() 336 int32_t defaultOptions, UErrorCode &errorCode) { in setAlternateHandling() 347 options = noAlternate | (defaultOptions & ALTERNATE_MASK); in setAlternateHandling() 356 CollationSettings::setMaxVariable(int32_t value, int32_t defaultOptions, UErrorCode &errorCode) { in setMaxVariable() argument 367 options = noMax | (defaultOptions in setMaxVariable() 291 setFlag(int32_t bit, UColAttributeValue value, int32_t defaultOptions, UErrorCode &errorCode) setFlag() argument 311 setCaseFirst(UColAttributeValue value, int32_t defaultOptions, UErrorCode &errorCode) setCaseFirst() argument 335 setAlternateHandling(UColAttributeValue value, int32_t defaultOptions, UErrorCode &errorCode) setAlternateHandling() argument [all...] |
H A D | collationsettings.h | 145 void setStrength(int32_t value, int32_t defaultOptions, UErrorCode &errorCode); 157 int32_t defaultOptions, UErrorCode &errorCode); 163 void setCaseFirst(UColAttributeValue value, int32_t defaultOptions, UErrorCode &errorCode); 172 int32_t defaultOptions, UErrorCode &errorCode); 178 void setMaxVariable(int32_t value, int32_t defaultOptions, UErrorCode &errorCode);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationsettings.cpp | 270 CollationSettings::setStrength(int32_t value, int32_t defaultOptions, UErrorCode &errorCode) { in setStrength() argument 282 options = noStrength | (defaultOptions & STRENGTH_MASK); in setStrength() 292 int32_t defaultOptions, UErrorCode &errorCode) { in setFlag() 302 options = (options & ~bit) | (defaultOptions & bit); in setFlag() 312 int32_t defaultOptions, UErrorCode &errorCode) { in setCaseFirst() 326 options = noCaseFirst | (defaultOptions & CASE_FIRST_AND_UPPER_MASK); in setCaseFirst() 336 int32_t defaultOptions, UErrorCode &errorCode) { in setAlternateHandling() 347 options = noAlternate | (defaultOptions & ALTERNATE_MASK); in setAlternateHandling() 356 CollationSettings::setMaxVariable(int32_t value, int32_t defaultOptions, UErrorCode &errorCode) { in setMaxVariable() argument 367 options = noMax | (defaultOptions in setMaxVariable() 291 setFlag(int32_t bit, UColAttributeValue value, int32_t defaultOptions, UErrorCode &errorCode) setFlag() argument 311 setCaseFirst(UColAttributeValue value, int32_t defaultOptions, UErrorCode &errorCode) setCaseFirst() argument 335 setAlternateHandling(UColAttributeValue value, int32_t defaultOptions, UErrorCode &errorCode) setAlternateHandling() argument [all...] |
H A D | collationsettings.h | 145 void setStrength(int32_t value, int32_t defaultOptions, UErrorCode &errorCode); 157 int32_t defaultOptions, UErrorCode &errorCode); 163 void setCaseFirst(UColAttributeValue value, int32_t defaultOptions, UErrorCode &errorCode); 172 int32_t defaultOptions, UErrorCode &errorCode); 178 void setMaxVariable(int32_t value, int32_t defaultOptions, UErrorCode &errorCode);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationsettings.cpp | 270 CollationSettings::setStrength(int32_t value, int32_t defaultOptions, UErrorCode &errorCode) { in setStrength() argument 282 options = noStrength | (defaultOptions & STRENGTH_MASK); in setStrength() 292 int32_t defaultOptions, UErrorCode &errorCode) { in setFlag() 302 options = (options & ~bit) | (defaultOptions & bit); in setFlag() 312 int32_t defaultOptions, UErrorCode &errorCode) { in setCaseFirst() 326 options = noCaseFirst | (defaultOptions & CASE_FIRST_AND_UPPER_MASK); in setCaseFirst() 336 int32_t defaultOptions, UErrorCode &errorCode) { in setAlternateHandling() 347 options = noAlternate | (defaultOptions & ALTERNATE_MASK); in setAlternateHandling() 356 CollationSettings::setMaxVariable(int32_t value, int32_t defaultOptions, UErrorCode &errorCode) { in setMaxVariable() argument 367 options = noMax | (defaultOptions in setMaxVariable() 291 setFlag(int32_t bit, UColAttributeValue value, int32_t defaultOptions, UErrorCode &errorCode) setFlag() argument 311 setCaseFirst(UColAttributeValue value, int32_t defaultOptions, UErrorCode &errorCode) setCaseFirst() argument 335 setAlternateHandling(UColAttributeValue value, int32_t defaultOptions, UErrorCode &errorCode) setAlternateHandling() argument [all...] |
H A D | collationsettings.h | 145 void setStrength(int32_t value, int32_t defaultOptions, UErrorCode &errorCode); 157 int32_t defaultOptions, UErrorCode &errorCode); 163 void setCaseFirst(UColAttributeValue value, int32_t defaultOptions, UErrorCode &errorCode); 172 int32_t defaultOptions, UErrorCode &errorCode); 178 void setMaxVariable(int32_t value, int32_t defaultOptions, UErrorCode &errorCode);
|
/third_party/skia/src/gpu/ |
H A D | GrDirectContext.cpp | 1202 GrContextOptions defaultOptions; in MakeGL() local 1203 return MakeGL(std::move(glInterface), defaultOptions); in MakeGL() 1211 GrContextOptions defaultOptions; in MakeGL() local 1212 return MakeGL(nullptr, defaultOptions); in MakeGL() 1269 GrContextOptions defaultOptions; 1270 return MakeMock(mockOptions, defaultOptions); 1288 GrContextOptions defaultOptions; 1289 return MakeVulkan(backendContext, defaultOptions); 1308 GrContextOptions defaultOptions; 1309 return MakeMetal(backendContext, defaultOptions); [all...] |
/third_party/node/deps/npm/node_modules/exponential-backoff/dist/ |
H A D | options.js | 14 var defaultOptions = { 24 var sanitized = __assign(__assign({}, defaultOptions), options);
|
/third_party/skia/src/codec/ |
H A D | SkAndroidCodec.cpp | 335 AndroidOptions defaultOptions; in getAndroidPixels() local 337 options = &defaultOptions; in getAndroidPixels() 348 defaultOptions = *options; in getAndroidPixels() 349 defaultOptions.fSubset = nullptr; in getAndroidPixels() 350 options = &defaultOptions; in getAndroidPixels()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateTestCaseUtil.hpp | 90 const vk::ShaderBuildOptions defaultOptions (programCollection.usedVulkanVersion, vk::SPIRV_VERSION_1_0, 0u); in initPrograms() 99 << ((i->first == glu::SHADERTYPE_TASK || i->first == glu::SHADERTYPE_MESH) ? spv14Options : defaultOptions); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateTestCaseUtil.hpp | 88 const vk::ShaderBuildOptions defaultOptions (programCollection.usedVulkanVersion, vk::SPIRV_VERSION_1_0, 0u); in initPrograms() 97 << ((i->first == glu::SHADERTYPE_TASK || i->first == glu::SHADERTYPE_MESH) ? spv14Options : defaultOptions); in initPrograms()
|
/third_party/node/lib/internal/fs/ |
H A D | utils.js | 326 function getOptions(options, defaultOptions = kEmptyObject) { 328 return defaultOptions; 332 defaultOptions = { ...defaultOptions }; 333 defaultOptions.encoding = options; 334 options = defaultOptions;
|
/third_party/node/test/parallel/ |
H A D | test-repl-colors.js | 28 // the color setting of `util.inspect.defaultOptions`. 31 strictEqual(inspect.defaultOptions.colors, false);
|
H A D | test-util-format.js | 78 const { numericSeparator } = util.inspect.defaultOptions; 79 util.inspect.defaultOptions.numericSeparator = true; 107 util.inspect.defaultOptions.numericSeparator = numericSeparator;
|
H A D | test-assert-deep.js | 966 const tmp = util.inspect.defaultOptions; 967 util.inspect.defaultOptions = { showProxy: true }; 973 util.inspect.defaultOptions = tmp;
|
H A D | test-assert.js | 1528 const tempColor = inspect.defaultOptions.colors; 1530 inspect.defaultOptions.colors = true; 1535 inspect.defaultOptions.colors = tempColor;
|
/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/cp/ |
H A D | polyfill.js | 60 const defaultOptions = { 76 { ...defaultOptions, ...opts })
|
/third_party/node/lib/internal/assert/ |
H A D | assertion_error.js | 107 const c = inspect.defaultOptions.colors;
|
/third_party/node/test/common/ |
H A D | wpt.js | 647 inspect.defaultOptions.depth = Infinity;
|
/third_party/node/lib/ |
H A D | repl.js | 234 writer.options = { ...inspect.defaultOptions, showProxy: true };
|
/third_party/node/lib/internal/ |
H A D | errors.js | 809 depth: MathMax(inspect.defaultOptions.depth, 5),
|
/third_party/glslang/SPIRV/ |
H A D | GlslangToSpv.cpp | 10176 SpvOptions defaultOptions; in GlslangToSpv() 10178 options = &defaultOptions; in GlslangToSpv()
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |