OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compareEntries
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/tools/gensprep/
store.c
231
static UBool U_CALLCONV
compareEntries
(const UHashTok p1, const UHashTok p2) {
366
hashTable = uhash_open(hashEntry,
compareEntries
, NULL, status);
/external/icu/icu4c/source/common/
usprep.cpp
118
compareEntries
(const UHashTok p1, const UHashTok p2) {
209
SHARED_DATA_HASHTABLE = uhash_open(hashEntry,
compareEntries
, NULL, &status);
uresbund.cpp
61
static UBool U_CALLCONV
compareEntries
(const UHashTok p1, const UHashTok p2) {
272
cache = uhash_open(hashEntry,
compareEntries
, NULL, &status);
[
all
...]
Completed in 174 milliseconds