Home
last modified time | relevance | path

Searched defs:currentValue (Results 1 – 24 of 24) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTrieIterator.java204 int currentValue = m_nextValue_; in calculateNextBMPElement() local
262 int currentValue = m_nextValue_; in calculateNextSupplementaryElement() local
363 private final boolean checkBlockDetail(int currentValue) in checkBlockDetail()
389 private final boolean checkBlock(int currentValue) in checkBlock()
428 private final boolean checkTrailBlock(int currentValue) in checkTrailBlock()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTrieIterator.java203 int currentValue = m_nextValue_; in calculateNextBMPElement() local
261 int currentValue = m_nextValue_; in calculateNextSupplementaryElement() local
362 private final boolean checkBlockDetail(int currentValue) in checkBlockDetail()
388 private final boolean checkBlock(int currentValue) in checkBlock()
427 private final boolean checkTrailBlock(int currentValue) in checkTrailBlock()
/third_party/typescript/tests/cases/compiler/
DgenericConstraint2.ts12 constructor(public currentValue: string) { } property in ComparableString
/third_party/typescript/tests/baselines/reference/
DgenericConstraint2.js33 function ComparableString(currentValue) { argument
/third_party/jerryscript/tests/jerry/es2015/
Dfunction-rest-parameter.js53 return a.reduce (function (accumulator, currentValue) { return accumulator + currentValue }); argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DVertexArray11.cpp257 const auto &currentValue = glState.getVertexAttribCurrentValue(dirtyAttribIndex); in updateDirtyAttribs() local
315 const auto &currentValue = glState.getVertexAttribCurrentValue(dynamicAttribIndex); in updateDynamicAttribs() local
DInputLayoutCache.cpp162 const auto &currentValue = in getInputLayout() local
DStateManager11.cpp2100 const auto &currentValue = currentValues[attribIndex]; in syncCurrentValueAttribs() local
/third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
DPhonePrefixMap.java196 int currentValue = phonePrefixMapStorage.getPrefix(current); in binarySearch() local
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
Dtimer_test.cpp113 int currentValue = value_; in ValUpdate() local
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DIcuDataDumper.java129 private List<String> currentValue = new ArrayList<>(); field in IcuDataDumper.IcuDataParser
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp419 int64_t currentValue = I->High->getSExtValue(); in Clusterify() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DVertexDataManager.cpp586 const gl::VertexAttribCurrentValueData &currentValue, in storeCurrentValue()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp972 Value& Reader::currentValue() { return *(nodes_.top()); } in currentValue() function in Json::Reader
1935 Value& OurReader::currentValue() { return *(nodes_.top()); } in currentValue() function in Json::OurReader
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp972 Value& Reader::currentValue() { return *(nodes_.top()); } in currentValue() function in Json::Reader
1935 Value& OurReader::currentValue() { return *(nodes_.top()); } in currentValue() function in Json::OurReader
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp972 Value& Reader::currentValue() { return *(nodes_.top()); } in currentValue() function in Json::Reader
1935 Value& OurReader::currentValue() { return *(nodes_.top()); } in currentValue() function in Json::OurReader
/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp965 Value& Reader::currentValue() { return *(nodes_.top()); } in currentValue() function in Json::Reader
1969 Value& OurReader::currentValue() { return *(nodes_.top()); } in currentValue() function in Json::OurReader
/third_party/node/deps/icu-small/source/i18n/
Dcalendar.cpp4091 int32_t currentValue; in recalculateStamp() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dcalendar.cpp3925 int32_t currentValue; in recalculateStamp() local
/third_party/icu/icu4c/source/i18n/
Dcalendar.cpp4032 int32_t currentValue; in recalculateStamp() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCalendar.java1644 int currentValue; in recalculateStamp() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCalendar.java1577 int currentValue; in recalculateStamp() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.cpp3723 float currentValue = attrib.getCurrentValueF(i); in GetVertexAttribiv() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp1588 bool IsDefaultCurrentValue(const gl::VertexAttribCurrentValueData &currentValue) in IsDefaultCurrentValue()