Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dlrucachetest.cpp38 class LRUCacheForTesting : public LRUCache { class
40 LRUCacheForTesting(
43 virtual ~LRUCacheForTesting() { in ~LRUCacheForTesting()
51 LRUCacheForTesting::LRUCacheForTesting( in LRUCacheForTesting() function in LRUCacheForTesting
61 SharedObject *LRUCacheForTesting::create(const char *localeId, UErrorCode &status) { in create()
105 LRUCacheForTesting cache(3, "little", status); in TestSharedPointer()
132 LRUCacheForTesting cache(3, "little", status); in TestErrorCallingConstructor()
137 LRUCacheForTesting cache(3, "little", status); in TestLRUCache()
235 LRUCacheForTesting cache(3, "little", status); in TestLRUCacheError()