/third_party/skia/third_party/externals/icu/source/i18n/ |
D | olsontz.h | 418 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in zoneOffsetAt() local 424 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in rawOffsetAt() local 430 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in dstOffsetAt() local
|
D | olsontz.cpp | 732 int16_t transitionIdx, typeIdx; in initTransitionRules() local
|
D | measunit.cpp | 2204 for (int32_t typeIdx = 0; typeIdx < UPRV_LENGTHOF(gTypes); ++typeIdx) { in getAvailable() local 2223 int32_t typeIdx = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), type); in getAvailable() local
|
/third_party/icu/icu4c/source/i18n/ |
D | olsontz.h | 418 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in zoneOffsetAt() local 424 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in rawOffsetAt() local 430 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in dstOffsetAt() local
|
D | olsontz.cpp | 732 int16_t transitionIdx, typeIdx; in initTransitionRules() local
|
D | measunit.cpp | 2204 for (int32_t typeIdx = 0; typeIdx < UPRV_LENGTHOF(gTypes); ++typeIdx) { in getAvailable() local 2223 int32_t typeIdx = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), type); in getAvailable() local
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | olsontz.h | 416 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in zoneOffsetAt() local 422 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in rawOffsetAt() local 428 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in dstOffsetAt() local
|
D | measunit.cpp | 1211 for (int32_t typeIdx = 0; typeIdx < UPRV_LENGTHOF(gTypes); ++typeIdx) { in getAvailable() local 1230 int32_t typeIdx = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), type); in getAvailable() local
|
D | olsontz.cpp | 732 int16_t transitionIdx, typeIdx; in initTransitionRules() local
|
/third_party/node/deps/icu-small/source/i18n/ |
D | olsontz.h | 418 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in zoneOffsetAt() local 424 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in rawOffsetAt() local 430 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in dstOffsetAt() local
|
D | olsontz.cpp | 732 int16_t transitionIdx, typeIdx; in initTransitionRules() local
|
D | measunit.cpp | 2222 for (int32_t typeIdx = 0; typeIdx < UPRV_LENGTHOF(gTypes); ++typeIdx) { in getAvailable() local 2241 int32_t typeIdx = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), type); in getAvailable() local
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | OlsonTimeZone.java | 757 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in zoneOffsetAt() local 762 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in rawOffsetAt() local 767 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in dstOffsetAt() local 1131 int transitionIdx, typeIdx; in initTransitionRules() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | OlsonTimeZone.java | 755 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in zoneOffsetAt() local 760 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in rawOffsetAt() local 765 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in dstOffsetAt() local 1129 int transitionIdx, typeIdx; in initTransitionRules() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fNegativeSampleVariablesTests.cpp | 256 for (int typeIdx = 0; typeIdx < MAX_TYPES; typeIdx++) in index_outside_sample_mask_range() local
|
/third_party/node/deps/npm/node_modules/protoduck/ |
D | index.js | 156 const methodTypes = duck._gfTypes[name].map(function (typeIdx) { argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
D | vktPipelineIdentifierTests.cpp | 604 for (int typeIdx = 0; typeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++typeIdx) in createPipelineIdentifierTests() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
D | vktPipelineIdentifierTests.cpp | 604 for (int typeIdx = 0; typeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++typeIdx) in createPipelineIdentifierTests() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingValveMutableTests.cpp | 3892 for (size_t typeIdx = 0; typeIdx < mandatoryTypesVector.size(); ++typeIdx) in createDescriptorValveMutableTests() local 3970 for (size_t typeIdx = 0; typeIdx < arrayBindingDescTypes.size(); ++typeIdx) in createDescriptorValveMutableTests() local 4016 for (size_t typeIdx = 0; typeIdx < mandatoryTypes.size(); ++typeIdx) in createDescriptorValveMutableTests() local
|
D | vktBindingMutableTests.cpp | 3994 for (size_t typeIdx = 0; typeIdx < mandatoryTypesVector.size(); ++typeIdx) in createChildren() local 4072 for (size_t typeIdx = 0; typeIdx < arrayBindingDescTypes.size(); ++typeIdx) in createChildren() local 4118 for (size_t typeIdx = 0; typeIdx < mandatoryTypes.size(); ++typeIdx) in createChildren() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
D | vktBindingMutableTests.cpp | 3994 for (size_t typeIdx = 0; typeIdx < mandatoryTypesVector.size(); ++typeIdx) in createChildren() local 4072 for (size_t typeIdx = 0; typeIdx < arrayBindingDescTypes.size(); ++typeIdx) in createChildren() local 4118 for (size_t typeIdx = 0; typeIdx < mandatoryTypes.size(); ++typeIdx) in createChildren() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | MeasureUnitTest.java | 2847 int typeIdx = 0; in generateCXXConstants() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizerInfo.h | 339 unsigned typeIdx(unsigned TypeIdx) { in typeIdx() function
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | MeasureUnitTest.java | 3245 int typeIdx = 0; in generateCXXConstants() local
|
/third_party/typescript/src/harness/ |
D | fourslashImpl.ts | 2606 const typeIdx = getTokenTypeFromClassification(classification) || 0; constant
|