Searched refs:HashFun (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/locale/
H A DHashMapCatalog.cpp35 fHashVal = HashFun(fString.String(),0);
36 fHashVal = HashFun(fContext.String(),fHashVal);
37 fHashVal = HashFun(fComment.String(),fHashVal);
93 CatKey::HashFun(const char* s, int startValue) { function in class:BPrivate::CatKey
H A DDefaultCatalog.cpp316 int mangledLanguage = CatKey::HashFun(fLanguageName.String(), 0);
/haiku/src/tests/kits/locale/
H A DcatalogTestAddOn.cpp31 size_t hashVal = CatKey::HashFun(s.String());
100 size_t hashVal = CatKey::HashFun(s.String());
H A DcatalogTest.cpp38 size_t hashVal = CatKey::HashFun(s.String());
108 size_t hashVal = CatKey::HashFun(s.String());
/haiku/headers/private/locale/
H A DHashMapCatalog.h57 static uint32 HashFun(const char* s, int startvalue = 0);

Completed in 95 milliseconds