OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:namekey
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
usprep.cpp
110
UHashTok
namekey
, pathkey;
local
111
namekey
.pointer = b->name;
113
return uhash_hashChars(
namekey
)+37*uhash_hashChars(pathkey);
uresbund.cpp
54
UHashTok
namekey
, pathkey;
local
55
namekey
.pointer = b->fName;
57
return uhash_hashChars(
namekey
)+37u*uhash_hashChars(pathkey);
[
all
...]
Completed in 41 milliseconds