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

  /external/icu4c/common/
usprep.cpp 108 UHashTok namekey, pathkey; local
110 pathkey.pointer = b->path;
111 return uhash_hashChars(namekey)+37*uhash_hashChars(pathkey);
uresbund.cpp 50 UHashTok namekey, pathkey; local
52 pathkey.pointer = b->fPath;
53 return uhash_hashChars(namekey)+37*uhash_hashChars(pathkey);
    [all...]

Completed in 77 milliseconds