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)
503
CollDataCache
::~
CollDataCache
()
513
CollData *
CollDataCache
::get(UCollator *collator, UErrorCode &status)
569
void
CollDataCache
::unref(CollData *collData)
582
char *
CollDataCache
::getKey(UCollator *collator, char *keyBuffer, int32_t *keyBufferLength
[
all
...]
/external/icu4c/i18n/unicode/
colldata.h
259
class
CollDataCache
;
422
friend class
CollDataCache
;
432
static
CollDataCache
*getCollDataCache();
441
static
CollDataCache
*
collDataCache
;
Completed in 118 milliseconds