Searched refs:supportedIndex (Results 1 – 9 of 9) sorted by relevance
/third_party/icu/icu4c/source/common/unicode/ |
D | localematcher.h | 258 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/ |
D | localematcher.h | 258 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/ |
D | localematcher.h | 258 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/ |
D | teglGetFrameTimestampsTests.cpp | 158 , 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/ |
D | LocaleMatcher.java | 201 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/ |
D | localematcher.cpp | 58 supportedIndex(src.supportedIndex), in Result() 79 supportedIndex = src.supportedIndex; in operator =()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | localematcher.cpp | 58 supportedIndex(src.supportedIndex), in Result() 79 supportedIndex = src.supportedIndex; in operator =()
|
/third_party/node/deps/icu-small/source/common/ |
D | localematcher.cpp | 58 supportedIndex(src.supportedIndex), in Result() 79 supportedIndex = src.supportedIndex; in operator =()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | LocaleMatcher.java | 196 private final int supportedIndex; field in LocaleMatcher.Result 206 supportedIndex = suppIndex; in Result() 272 public int getSupportedIndex() { return supportedIndex; } in getSupportedIndex()
|