OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:collDataCache
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
colldata.cpp
451
class
CollDataCache
: public UMemory
454
CollDataCache
(UErrorCode &status);
455
~
CollDataCache
();
486
CollDataCache
::
CollDataCache
(UErrorCode &status)
505
CollDataCache
::~
CollDataCache
()
515
CollData *
CollDataCache
::get(UCollator *collator, UErrorCode &status)
571
void
CollDataCache
::unref(CollData *collData)
584
char *
CollDataCache
::getKey(UCollator *collator, char *keyBuffer, int32_t *keyBufferLength
[
all
...]
/external/icu4c/i18n/unicode/
colldata.h
247
class
CollDataCache
;
407
friend class
CollDataCache
;
417
static
CollDataCache
*getCollDataCache();
426
static
CollDataCache
*
collDataCache
;
Completed in 14 milliseconds