Searched refs:translated (Results 1 - 25 of 25) sorted by relevance

/haiku-fatelf/src/tools/locale/
H A DCatalog.cpp43 const char *translated; local
45 translated = cat->GetString(string, context, comment);
46 if (translated)
47 return translated;
60 const char *translated; local
62 translated = cat->GetString(id);
63 if (translated)
64 return translated;
H A DCatalogData.cpp72 BCatalogData::SetString(const char *string, const char *translated, argument
80 BCatalogData::SetString(int32 id, const char *translated) argument
H A DPlainTextCatalog.cpp201 std::string translated; local
218 if (!std::getline(catalogFile, translated).good()) {
220 "Unable to get translated text for string %s from %s\n",
226 // SetString(key, translated.c_str());
229 SetString(originalString.c_str(), translated.c_str(), context.c_str(),
283 BString translated; local
289 translated = entry.value;
293 escapeQuotedChars(translated);
299 << translated.String() << "\n";
H A DDefaultCatalog.cpp124 DefaultCatalog::SetRawString(const CatKey& key, const char *translated) argument
126 return fCatMap.Put(key, translated);
366 const char *translated; local
381 res = archiveMsg.FindString("c:tstr", &translated);
386 fCatMap.Put(key, translated);
/haiku-fatelf/headers/private/locale/
H A DEditableCatalog.h27 const char* translated,
30 status_t SetString(int32 id, const char* translated);
H A DHashMapCatalog.h27 * the corresponding translated string.
30 * which as a whole specify the key to the translated string.
81 status_t SetString(const char *string, const char *translated,
83 status_t SetString(int32 id, const char *translated);
84 status_t SetString(const CatKey& key, const char *translated);
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-fatelf/src/kits/locale/
H A DCatalog.cpp54 const char* translated; local
56 translated = cat->GetString(string, context, comment);
57 if (translated != NULL)
58 return translated;
72 const char* translated; local
74 translated = cat->GetString(id);
75 if (translated != NULL)
76 return translated;
H A DEditableCatalog.cpp31 EditableCatalog::SetString(const char* string, const char* translated, argument
37 return fCatalogData->SetString(string, translated, context, comment);
42 EditableCatalog::SetString(int32 id, const char* translated) argument
47 return fCatalogData->SetString(id, translated);
H A DCatalogData.cpp65 BCatalogData::SetString(const char* string, const char* translated, argument
73 BCatalogData::SetString(int32 id, const char* translated) argument
H A DHashMapCatalog.cpp205 HashMapCatalog::SetString(const char *string, const char *translated, argument
213 BString translatedCopy(translated);
228 HashMapCatalog::SetString(int32 id, const char *translated) argument
230 BString translatedCopy(translated);
241 HashMapCatalog::SetString(const CatKey& key, const char *translated) argument
243 BString translatedCopy(translated);
H A DDefaultCatalog.cpp182 DefaultCatalog::SetRawString(const CatKey& key, const char *translated) argument
184 return fCatMap.Put(key, translated);
491 const char *translated; local
507 res = archiveMsg.FindString("c:tstr", &translated);
512 fCatMap.Put(key, translated);
/haiku-fatelf/headers/os/locale/
H A DCatalogData.h51 const char* translated,
54 virtual status_t SetString(int32 id, const char* translated);
/haiku-fatelf/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp218 std::string translated; local
229 if (!std::getline(catalogFile, translated).good())
233 // SetString(key, translated.c_str());
236 SetString(originalString.c_str(), translated.c_str(), context.c_str(),
281 BString translated; local
287 translated = entry.value;
291 escapeQuotedChars(translated);
297 << translated.String() << "\n";
/haiku-fatelf/src/tests/kits/locale/
H A DcatalogSpeed.cpp29 const char *translated; variable
98 translated = B_TRANSLATE(strs[i].String());
164 translated = B_TRANSLATE_ID(i);
/haiku-fatelf/src/bin/bash/
H A Dlocale.c350 length of the translated string is returned in LENP, if non-null. */
357 char *translated; local
385 translated = dgettext (default_domain, string);
387 translated = string;
389 if (translated == string) /* gettext returns its argument if untranslatable */
398 tlen = strlen (translated);
400 strcpy (t, translated);
457 If translation is performed, the translated string will be double-quoted
458 by the caller. The length of the translated string is returned in LENP,
478 translated strin
[all...]
/haiku-fatelf/src/servers/input/
H A DInputServer.cpp1659 BMessage translated; local
1663 && event->FindMessage("be:translated", &translated) == B_OK) {
1665 *event = translated;
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-xtensa.c5080 bfd_boolean translated;
5093 bfd_boolean translated)
5104 fix->translated = translated;
8177 section. If it has already been translated, no work is required. */
8188 if (fix->translated)
8197 fix->translated = TRUE;
8203 /* The fix does not need to be translated if the section cannot change. */
8207 fix->translated = TRUE;
8246 new_fix.translated
5061 bfd_boolean translated; member in struct:reloc_bfd_fix_struct
5068 reloc_bfd_fix_init(asection *src_sec, bfd_vma src_offset, unsigned src_type, bfd *target_abfd, asection *target_sec, bfd_vma target_offset, bfd_boolean translated) argument
[all...]
/haiku-fatelf/docs/user/
H A Dapidoc.dox384 the output. So in HTML it will be translated into a \c \<br\\\>.
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dltmain.sh1511 If any of the ARGS are libtool executable wrappers, then they are translated
/haiku-fatelf/src/libs/print/libgutenprint/
H A Dconfigure1707 --enable-translated-cups-ppds
1708 build translated CUPS PPD files [(automatic)]
12853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build translated CUPS PPD files" >&5
12854 $as_echo_n "checking whether to build translated CUPS PPD files... " >&6; }
12855 # Check whether --enable-translated-cups-ppds was given.
12865 as_fn_error "bad value ${enableval} for --enable-translated-cups-ppds" "$LINENO" 5 ;;
21173 # which are not translated in the desiredlang catalog).
21267 echo " Build translated CUPS PPD files: $BUILD_TRANSLATED_CUPS_PPDS"
/haiku-fatelf/src/libs/ncurses/
H A Dconfigure699 --enable-getcap-cache cache translated termcaps in ~/.terminfo
5611 echo "$as_me:5611: checking if translated termcaps will be cached in ~/.terminfo" >&5
5612 echo $ECHO_N "checking if translated termcaps will be cached in ~/.terminfo... $ECHO_C" >&6
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex2161 % The following don't help, since the chars were translated
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex1286 % Latin 2 (0xea) gets translated to a | character. Info from
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex1389 % Latin 2 (0xea) gets translated to a | character. Info from

Completed in 429 milliseconds