Searched refs:StringAndValue (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/test/intltest/ |
D | bytestrietest.cpp | 26 struct StringAndValue { struct 58 void checkData(const StringAndValue data[], int32_t dataLength); 59 …void checkData(const StringAndValue data[], int32_t dataLength, UStringTrieBuildOption buildOption… 60 BytesTrie *buildTrie(const StringAndValue data[], int32_t dataLength, 62 void checkFirst(BytesTrie &trie, const StringAndValue data[], int32_t dataLength); 63 void checkNext(BytesTrie &trie, const StringAndValue data[], int32_t dataLength); 64 void checkNextWithState(BytesTrie &trie, const StringAndValue data[], int32_t dataLength); 65 void checkNextString(BytesTrie &trie, const StringAndValue data[], int32_t dataLength); 66 void checkIterator(const BytesTrie &trie, const StringAndValue data[], int32_t dataLength); 67 void checkIterator(BytesTrie::Iterator &iter, const StringAndValue data[], int32_t dataLength); [all …]
|
D | ucharstrietest.cpp | 28 struct StringAndValue { struct 65 void checkData(const StringAndValue data[], int32_t dataLength); 66 …void checkData(const StringAndValue data[], int32_t dataLength, UStringTrieBuildOption buildOption… 67 UCharsTrie *buildTrie(const StringAndValue data[], int32_t dataLength, 69 void checkFirst(UCharsTrie &trie, const StringAndValue data[], int32_t dataLength); 70 void checkNext(UCharsTrie &trie, const StringAndValue data[], int32_t dataLength); 71 void checkNextWithState(UCharsTrie &trie, const StringAndValue data[], int32_t dataLength); 72 void checkNextString(UCharsTrie &trie, const StringAndValue data[], int32_t dataLength); 73 void checkIterator(UCharsTrie &trie, const StringAndValue data[], int32_t dataLength); 74 void checkIterator(UCharsTrie::Iterator &iter, const StringAndValue data[], int32_t dataLength); [all …]
|