Home
last modified time | relevance | path

Searched refs:supportedIndex (Results 1 – 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/common/unicode/
Dlocalematcher.h258 inline int32_t getSupportedIndex() const { return supportedIndex; } in getSupportedIndex()
278 desiredIndex(desIndex), supportedIndex(suppIndex), in Result()
287 int32_t supportedIndex; variable
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dlocalematcher.h258 inline int32_t getSupportedIndex() const { return supportedIndex; } in getSupportedIndex()
278 desiredIndex(desIndex), supportedIndex(suppIndex), in Result()
287 int32_t supportedIndex; variable
/third_party/node/deps/icu-small/source/common/unicode/
Dlocalematcher.h258 inline int32_t getSupportedIndex() const { return supportedIndex; } in getSupportedIndex()
278 desiredIndex(desIndex), supportedIndex(suppIndex), in Result()
287 int32_t supportedIndex; variable
/third_party/vk-gl-cts/modules/egl/
DteglGetFrameTimestampsTests.cpp158 , supportedIndex(0) in TimestampInfo()
165 , supportedIndex(supportedIndex_) in TimestampInfo()
171 size_t supportedIndex; member
179 return info.supported ? supportedValues[info.supportedIndex] : EGL_TIMESTAMP_INVALID_ANDROID; in getTimestamp()
546 info.supportedIndex = supportedNames.size(); in executeForConfig()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DLocaleMatcher.java201 private final int supportedIndex; field in LocaleMatcher.Result
211 supportedIndex = suppIndex; in Result()
277 public int getSupportedIndex() { return supportedIndex; } in getSupportedIndex()
/third_party/icu/icu4c/source/common/
Dlocalematcher.cpp58 supportedIndex(src.supportedIndex), in Result()
79 supportedIndex = src.supportedIndex; in operator =()
/third_party/skia/third_party/externals/icu/source/common/
Dlocalematcher.cpp58 supportedIndex(src.supportedIndex), in Result()
79 supportedIndex = src.supportedIndex; in operator =()
/third_party/node/deps/icu-small/source/common/
Dlocalematcher.cpp58 supportedIndex(src.supportedIndex), in Result()
79 supportedIndex = src.supportedIndex; in operator =()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java196 private final int supportedIndex; field in LocaleMatcher.Result
206 supportedIndex = suppIndex; in Result()
272 public int getSupportedIndex() { return supportedIndex; } in getSupportedIndex()