Searched refs:pathkey (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dusprep.cpp108 UHashTok namekey, pathkey; local
110 pathkey.pointer = b->path;
111 return uhash_hashChars(namekey)+37*uhash_hashChars(pathkey);
H A Duresbund.c50 UHashTok namekey, pathkey; local
52 pathkey.pointer = b->fPath;
53 return uhash_hashChars(namekey)+37*uhash_hashChars(pathkey);
/external/icu4c/common/
H A Dusprep.cpp108 UHashTok namekey, pathkey; local
110 pathkey.pointer = b->path;
111 return uhash_hashChars(namekey)+37*uhash_hashChars(pathkey);
H A Duresbund.cpp51 UHashTok namekey, pathkey; local
53 pathkey.pointer = b->fPath;
54 return uhash_hashChars(namekey)+37*uhash_hashChars(pathkey);

Completed in 98 milliseconds