OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:namekey
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
usprep.cpp
107
UHashTok
namekey
, pathkey;
local
108
namekey
.pointer = b->name;
110
return uhash_hashChars(
namekey
)+37*uhash_hashChars(pathkey);
uresbund.c
50
UHashTok
namekey
, pathkey;
local
51
namekey
.pointer = b->fName;
53
return uhash_hashChars(
namekey
)+37*uhash_hashChars(pathkey);
[
all
...]
Completed in 31 milliseconds