Home
last modified time | relevance | path

Searched defs:typeIdx (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/icu/source/i18n/
Dolsontz.h418 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
Dolsontz.cpp732 int16_t transitionIdx, typeIdx; in initTransitionRules() local
Dmeasunit.cpp2204 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/
Dolsontz.h418 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
Dolsontz.cpp732 int16_t transitionIdx, typeIdx; in initTransitionRules() local
Dmeasunit.cpp2204 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/
Dolsontz.h416 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
Dmeasunit.cpp1211 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
Dolsontz.cpp732 int16_t transitionIdx, typeIdx; in initTransitionRules() local
/third_party/node/deps/icu-small/source/i18n/
Dolsontz.h418 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
Dolsontz.cpp732 int16_t transitionIdx, typeIdx; in initTransitionRules() local
Dmeasunit.cpp2222 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/
DOlsonTimeZone.java757 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/
DOlsonTimeZone.java755 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/
Des31fNegativeSampleVariablesTests.cpp256 for (int typeIdx = 0; typeIdx < MAX_TYPES; typeIdx++) in index_outside_sample_mask_range() local
/third_party/node/deps/npm/node_modules/protoduck/
Dindex.js156 const methodTypes = duck._gfTypes[name].map(function (typeIdx) { argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
DvktPipelineIdentifierTests.cpp604 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/
DvktPipelineIdentifierTests.cpp604 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/
DvktBindingValveMutableTests.cpp3892 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
DvktBindingMutableTests.cpp3994 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/
DvktBindingMutableTests.cpp3994 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/
DMeasureUnitTest.java2847 int typeIdx = 0; in generateCXXConstants() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h339 unsigned typeIdx(unsigned TypeIdx) { in typeIdx() function
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMeasureUnitTest.java3245 int typeIdx = 0; in generateCXXConstants() local
/third_party/typescript/src/harness/
DfourslashImpl.ts2606 const typeIdx = getTokenTypeFromClassification(classification) || 0; constant

12