Home
last modified time | relevance | path

Searched refs:B_TRANSLATE_ID (Results 1 – 5 of 5) sorted by relevance

/haiku/headers/os/locale/
H A DCatalog.h125 #undef B_TRANSLATE_ID
126 #define B_TRANSLATE_ID(id) \ macro
213 B_TRANSLATE_ID(id)
/haiku/src/tests/kits/locale/
H A DcatalogTestAddOn.cpp122 s = B_TRANSLATE_ID(hashVal); in Check()
134 s = B_TRANSLATE_ID(32); in Check()
137 s = B_TRANSLATE_ID(-1); in Check()
H A DcatalogTest.cpp128 s = B_TRANSLATE_ID(hashVal); in Check()
140 s = B_TRANSLATE_ID(32); in Check()
143 s = B_TRANSLATE_ID(-1); in Check()
H A DcatalogSpeed.cpp164 translated = B_TRANSLATE_ID(i); in TestIdLookup()
/haiku/headers/os/locale/tools/
H A DCollectingCatalog.h26 #undef B_TRANSLATE_ID
27 #define B_TRANSLATE_ID(id) \ macro