Home
last modified time | relevance | path

Searched refs:pathkey (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dusprep.cpp112 UHashTok namekey, pathkey; in hashEntry() local
114 pathkey.pointer = b->path; in hashEntry()
116 37u * static_cast<uint32_t>(uhash_hashChars(pathkey)); in hashEntry()
Duresbund.cpp56 UHashTok namekey, pathkey; in hashEntry() local
58 pathkey.pointer = b->fPath; in hashEntry()
59 return uhash_hashChars(namekey)+37u*uhash_hashChars(pathkey); in hashEntry()