Searched refs:CatKey (Results 1 - 10 of 10) sorted by relevance

/haiku/src/kits/locale/
H A DHashMapCatalog.cpp28 CatKey::CatKey(const char *str, const char *ctx, const char *cmt) function in class:BPrivate::CatKey
41 CatKey::CatKey(uint32 id) function in class:BPrivate::CatKey
49 CatKey::CatKey() function in class:BPrivate::CatKey
58 CatKey::operator== (const CatKey& right) const
70 CatKey::operator!= (const CatKey
[all...]
H A DDefaultCatalog.cpp164 DefaultCatalog::SetRawString(const CatKey& key, const char *translated)
316 int mangledLanguage = CatKey::HashFun(fLanguageName.String(), 0);
437 CatKey key;
/haiku/headers/private/locale/
H A DHashMapCatalog.h32 class CatKey { class in namespace:BPrivate
50 CatKey(const char *str, const char *ctx, const char *cmt);
51 CatKey(uint32 id);
52 CatKey();
54 bool operator== (const CatKey& right) const;
55 bool operator!= (const CatKey& right) const;
67 typedef HashMap<CatKey, BString> CatMap;
79 const char *GetString(const CatKey& key);
84 status_t SetString(const CatKey& key, const char *translated);
117 const CatKey
[all...]
H A DDefaultCatalog.h21 * Currently it only maps CatKey to a BString (the translated string),
46 status_t SetRawString(const CatKey& key, const char *translated);
/haiku/src/bin/locale/
H A Ddumpcatalog.cpp16 using BPrivate::CatKey;
65 const CatKey &key(walker.GetKey());
H A Dlinkcatkeys.cpp19 using BPrivate::CatKey;
130 const CatKey &plainTextKey(walker.GetKey());
133 const CatKey fixedCatKey(keyString.String(), keyComment.String(),
/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/src/tools/locale/
H A Dlinkcatkeys.cpp19 using BPrivate::CatKey;
118 const CatKey &key(walker.GetKey());
H A DDefaultCatalog.cpp123 DefaultCatalog::SetRawString(const CatKey& key, const char *translated)
344 CatKey key;

Completed in 81 milliseconds