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 110 UHashTok namekey, pathkey; local
112 pathkey.pointer = b->path;
113 return uhash_hashChars(namekey)+37*uhash_hashChars(pathkey);
uresbund.cpp 54 UHashTok namekey, pathkey; local
56 pathkey.pointer = b->fPath;
57 return uhash_hashChars(namekey)+37u*uhash_hashChars(pathkey);
    [all...]

Completed in 9320 milliseconds