OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:localeIdToEntries
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
lrucache.cpp
74
return (uhash_get(
localeIdToEntries
, localeId) != NULL);
84
localeIdToEntries
, localeId));
88
if (uhash_count(
localeIdToEntries
) < maxSize) {
98
uhash_remove(
localeIdToEntries
, entry->localeId);
113
uhash_put(
localeIdToEntries
, entry->localeId, entry, &status);
133
localeIdToEntries
(NULL),
151
localeIdToEntries
= uhash_openSize(
163
uhash_close(
localeIdToEntries
);
lrucache.h
68
UHashtable *
localeIdToEntries
;
Completed in 32 milliseconds