HomeSort by relevance Sort by last modified time
    Searched refs:pathkey (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
usprep.cpp 112 UHashTok namekey, pathkey; local
114 pathkey.pointer = b->path;
115 return uhash_hashChars(namekey)+37*uhash_hashChars(pathkey);
uresbund.cpp 56 UHashTok namekey, pathkey; local
58 pathkey.pointer = b->fPath;
59 return uhash_hashChars(namekey)+37u*uhash_hashChars(pathkey);
    [all...]

Completed in 61 milliseconds