OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UHashtable
(Results
26 - 31
of
31
) sorted by null
1
2
/external/icu4c/i18n/
numfmt.cpp
140
static
UHashtable
* NumberingSystem_cache = NULL;
[
all
...]
ucurr.cpp
102
static
UHashtable
* gIsoCodes = NULL;
856
UHashtable
* currencyIsoCodes = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &ec3);
857
UHashtable
* currencyPluralIsoCodes = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &ec4);
[
all
...]
/external/icu4c/common/
locid.cpp
57
static
UHashtable
*gDefaultLocalesHashT = NULL;
normalizer2.cpp
494
static
UHashtable
*cache=NULL;
[
all
...]
uresbund.cpp
43
static
UHashtable
*cache = NULL;
271
UHashtable
*newCache = uhash_open(hashEntry, compareEntries, NULL, status);
[
all
...]
ucnv_bld.cpp
161
static
UHashtable
*SHARED_DATA_HASHTABLE = NULL;
[
all
...]
Completed in 97 milliseconds
1
2