HomeSort by: relevance | last modified time | path
    Searched refs:Locale (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-perl/
hello-2.pl.in 6 # Source code of the Perl program, using the Locale::TextDomain API.
8 use Locale::TextDomain ("hello-perl" => "@localedir@");
hello-1.pl.in 6 # Source code of the Perl program, using the Locale::Messages API.
8 use Locale::Messages qw (textdomain bindtextdomain gettext);
  /src/external/gpl2/gettext/dist/gettext-tools/src/gnu/gettext/
DumpResource.java 206 Locale locale = new Locale(language,country,variant); local
208 ResourceBundle catalog = ResourceBundle.getBundle(resource_name,locale);
209 // We are only interested in the messsages belonging to the locale
211 // only in Java2 and sometimes differs from the given locale.
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
lang-perl-1 5 # Assumes an fr_FR locale is installed.
15 use Locale::Messages qw (textdomain bindtextdomain gettext ngettext);
102 # Test for perl with Locale::Messages package.
103 perl -e 'use Locale::Messages;' 2>/dev/null \
104 || { echo "Skipping test: perl package Locale::Messages is not installed"
120 echo "Skipping test: no french locale is installed"
122 echo "Skipping test: no french locale is supported"
lang-perl-2 5 # Assumes an fr_FR locale is installed.
13 use Locale::TextDomain (prog => './');
102 perl -M'Locale::TextDomain' -e '' 2>/dev/null \
119 echo "Skipping test: no french locale is installed"
121 echo "Skipping test: no french locale is supported"
lang-smalltalk 4 # Assumes an fr_FR locale is installed.
23 NLS := I18N Locale default messages domain: 'prog' localeDirectory: '.'.
131 echo "Skipping test: no french locale is installed"
133 echo "Skipping test: no french locale is supported"
xgettext-perl-1 10 use Locale::Messages qw (textdomain bindtextdomain gettext ngettext dngettext);
  /src/external/apache2/llvm/lib/libLLVMSupport/
Makefile 68 Locale.cpp \
  /src/external/gpl2/gmake/dist/
getloadavg.c 103 # include <locale.h>
106 # define setlocale(Category, Locale) /* empty */
599 /* The following sscanf must use the C locale. */

Completed in 19 milliseconds