Searched refs:HashMapCatalog (Results 1 - 11 of 11) sorted by relevance

/haiku/headers/private/locale/
H A DHashMapCatalog.h64 class HashMapCatalog: public BCatalogData { class in namespace:BPrivate
71 HashMapCatalog(const char* signature, const char* language,
115 CatWalker(HashMapCatalog* catalog);
132 inline HashMapCatalog::HashMapCatalog(const char* signature, function in class:BPrivate::HashMapCatalog
141 HashMapCatalog::CatWalker::CatWalker(HashMapCatalog* catalog)
154 HashMapCatalog::CatWalker::AtEnd() const
161 HashMapCatalog::CatWalker::GetKey() const
169 HashMapCatalog
[all...]
H A DPlainTextCatalog.h9 #include <HashMapCatalog.h>
19 class PlainTextCatalog : public HashMapCatalog {
H A DDefaultCatalog.h10 #include <HashMapCatalog.h>
25 class DefaultCatalog : public HashMapCatalog {
/haiku/src/kits/locale/
H A DHashMapCatalog.cpp7 #include <HashMapCatalog.h>
21 * HashMapCatalog and PlainTextCatalog.
105 // HashMapCatalog
109 HashMapCatalog::MakeEmpty()
116 HashMapCatalog::CountItems() const
123 HashMapCatalog::GetString(const char *string, const char *context,
132 HashMapCatalog::GetString(uint32 id)
140 HashMapCatalog::GetString(const CatKey& key)
215 HashMapCatalog::SetString(const char *string, const char *translated,
238 HashMapCatalog
[all...]
H A DDefaultCatalog.cpp71 HashMapCatalog("", language, fingerprint)
112 HashMapCatalog("", "", 0)
125 HashMapCatalog(signature, language, 0),
/haiku/src/bin/locale/
H A Dlinkcatkeys.cpp16 #include <HashMapCatalog.h>
22 using BPrivate::HashMapCatalog;
118 HashMapCatalog* inputCatImpl
119 = dynamic_cast<HashMapCatalog*>(inputCatalog.CatalogData());
128 HashMapCatalog::CatWalker walker(inputCatImpl);
/haiku/src/tools/locale/
H A Dlinkcatkeys.cpp16 #include <HashMapCatalog.h>
21 using BPrivate::HashMapCatalog;
116 HashMapCatalog::CatWalker walker(&inputCatalog);
H A DDefaultCatalog.cpp73 HashMapCatalog("", language, fingerprint)
89 HashMapCatalog("", "", 0)
102 HashMapCatalog(signature, language, 0),
H A DPlainTextCatalog.cpp78 HashMapCatalog("", language, fingerprint)
98 HashMapCatalog(signature, language, 0),
/haiku/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp33 using BPrivate::HashMapCatalog;
79 HashMapCatalog("", language, fingerprint)
139 HashMapCatalog(signature, language, 0),
/haiku/src/tests/kits/locale/
H A DcatalogSpeed.cpp16 #include <HashMapCatalog.h>

Completed in 202 milliseconds