/third_party/gettext/gettext-runtime/intl/ |
D | os2compat.c | 86 _nlos2_localedir = (char *) malloc (sl + strlen (LOCALEDIR) + 1); in nlos2_initialize() 88 memcpy (_nlos2_localedir + sl, LOCALEDIR, strlen (LOCALEDIR) + 1); in nlos2_initialize() 91 _nlos2_localedir = LOCALEDIR; in nlos2_initialize()
|
D | os2compat.h | 25 #undef LOCALEDIR 26 #define LOCALEDIR _nlos2_localedir macro
|
/third_party/gstreamer/gstplugins_base/gst/encoding/ |
D | gstencodingelements.c | 40 LOCALEDIR); in encoding_element_init() 41 bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); in encoding_element_init()
|
/third_party/gstreamer/gstplugins_bad/sys/dvb/ |
D | gstdvbelement.c | 38 LOCALEDIR); in dvb_element_init() 39 bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); in dvb_element_init()
|
/third_party/gstreamer/gstplugins_bad/ext/curl/ |
D | gstcurlelement.c | 35 LOCALEDIR); in curl_element_init() 36 bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); in curl_element_init()
|
/third_party/gstreamer/gstplugins_good/ext/flac/ |
D | gstflacelement.c | 36 LOCALEDIR); in flac_element_init() 37 bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); in flac_element_init()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplaybackelement.c | 49 LOCALEDIR); in playback_element_init() 50 bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); in playback_element_init()
|
/third_party/gstreamer/gstplugins_bad/ext/openal/ |
D | gstopenalelement.c | 44 LOCALEDIR); in openal_element_init() 45 bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); in openal_element_init()
|
/third_party/gstreamer/gstplugins_good/ext/wavpack/ |
D | gstwavpackelement.c | 42 LOCALEDIR); in wavpack_element_init() 43 bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); in wavpack_element_init()
|
/third_party/gstreamer/gstplugins_bad/gst/midi/ |
D | midi.c | 36 LOCALEDIR); in plugin_init() 37 bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); in plugin_init()
|
/third_party/gstreamer/gstplugins_good/sys/oss/ |
D | gstossaudioelement.c | 41 LOCALEDIR); in oss_element_init() 42 bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); in oss_element_init()
|
/third_party/gstreamer/gstplugins_bad/gst/aiff/ |
D | gstaiffelement.c | 43 LOCALEDIR); in aiff_element_init() 44 bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); in aiff_element_init()
|
/third_party/gstreamer/gstplugins_good/ext/pulse/ |
D | gstpulseelement.c | 44 LOCALEDIR); in pulse_element_init() 45 bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); in pulse_element_init()
|
/third_party/e2fsprogs/lib/support/ |
D | nls-enable.h | 14 #ifndef LOCALEDIR 15 #define LOCALEDIR "/usr/share/locale" macro
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | pbutils.c | 89 LOCALEDIR); in _init_locale_text_domain() 90 bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); in _init_locale_text_domain()
|
/third_party/gstreamer/gstplugins_good/ext/soup/ |
D | gstsoupelement.c | 38 LOCALEDIR); in soup_element_init() 39 bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); in soup_element_init()
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsaelement.c | 71 LOCALEDIR); in alsa_element_init() 72 bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); in alsa_element_init()
|
/third_party/gstreamer/gstplugins_bad/ext/sndfile/ |
D | gstsfelement.c | 115 LOCALEDIR); in sf_element_init() 116 bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); in sf_element_init()
|
/third_party/libexif/libexif/fuji/ |
D | mnote-fuji-tag.c | 86 (void) bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); in mnote_fuji_tag_get_title() 101 (void) bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); in mnote_fuji_tag_get_description()
|
/third_party/gettext/gettext-tools/tests/ |
D | tstngettext.c | 87 bindtextdomain (PACKAGE, relocate (LOCALEDIR)); in main() 224 Standard search directory: %s\n"), LOCALEDIR); in usage()
|
D | tstgettext.c | 98 bindtextdomain (PACKAGE, relocate (LOCALEDIR)); in main() 299 getenv ("IN_HELP2MAN") == NULL ? LOCALEDIR : "@localedir@"); in usage()
|
/third_party/e2fsprogs/resize/ |
D | resize2fs.h | 53 #ifndef LOCALEDIR 54 #define LOCALEDIR "/usr/share/locale" macro
|
/third_party/python/Lib/test/ |
D | test_gettext.py | 111 LOCALEDIR = os.path.join('xx', 'LC_MESSAGES') variable 112 MOFILE = os.path.join(LOCALEDIR, 'gettext.mo') 113 MOFILE_BAD_MAJOR_VERSION = os.path.join(LOCALEDIR, 'gettext_bad_major_version.mo') 114 MOFILE_BAD_MINOR_VERSION = os.path.join(LOCALEDIR, 'gettext_bad_minor_version.mo') 115 UMOFILE = os.path.join(LOCALEDIR, 'ugettext.mo') 116 MMOFILE = os.path.join(LOCALEDIR, 'metadata.mo') 121 if not os.path.isdir(LOCALEDIR): 122 os.makedirs(LOCALEDIR) 140 os_helper.rmtree(os.path.split(LOCALEDIR)[0])
|
/third_party/gettext/gettext-runtime/src/ |
D | ngettext.c | 83 bindtextdomain (PACKAGE, relocate (LOCALEDIR)); in main() 255 getenv ("IN_HELP2MAN") == NULL ? LOCALEDIR : "@localedir@"); in usage()
|
D | gettext.c | 88 bindtextdomain (PACKAGE, relocate (LOCALEDIR)); in main() 292 getenv ("IN_HELP2MAN") == NULL ? LOCALEDIR : "@localedir@"); in usage()
|