Home
last modified time | relevance | path

Searched defs:StringAndValue (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dbytestrietest.cpp27 struct StringAndValue { struct
28 const char *s;
29 int32_t value;
Ducharstrietest.cpp30 struct StringAndValue { struct
31 const char *s;
32 int32_t value;
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DBytesTrieTest.java59 private static final class StringAndValue { class in BytesTrieTest
60 public StringAndValue(String str, int val) { in StringAndValue() method in BytesTrieTest.StringAndValue
DCharsTrieTest.java59 private static final class StringAndValue { class in CharsTrieTest
60 public StringAndValue(String str, int val) { in StringAndValue() method in CharsTrieTest.StringAndValue