OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResourceCacheKey
(Results
1 - 7
of
7
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/util/
UResourceBundle.java
306
private static ICUCache<
ResourceCacheKey
, UResourceBundle> BUNDLE_CACHE =
307
new SimpleCache<
ResourceCacheKey
, UResourceBundle>();
326
BUNDLE_CACHE = new SimpleCache<
ResourceCacheKey
, UResourceBundle>();
344
BUNDLE_CACHE.put((
ResourceCacheKey
)cacheKey.clone(), b);
372
private static final class
ResourceCacheKey
implements Cloneable {
385
final
ResourceCacheKey
otherEntry = (
ResourceCacheKey
) other;
439
private static final
ResourceCacheKey
cacheKey = new
ResourceCacheKey
();
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
UResourceBundle.java
320
private static ICUCache<
ResourceCacheKey
, UResourceBundle> BUNDLE_CACHE =
321
new SimpleCache<
ResourceCacheKey
, UResourceBundle>();
340
BUNDLE_CACHE = new SimpleCache<
ResourceCacheKey
, UResourceBundle>();
358
BUNDLE_CACHE.put((
ResourceCacheKey
)cacheKey.clone(), b);
386
private static final class
ResourceCacheKey
implements Cloneable {
399
final
ResourceCacheKey
otherEntry = (
ResourceCacheKey
) other;
453
private static final
ResourceCacheKey
cacheKey = new
ResourceCacheKey
();
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/frameworks/base/
compiled-classes-phone
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 146 milliseconds