HomeSort by relevance Sort by last modified time
    Searched full:gettext (Results 276 - 300 of 1441) sorted by null

<<11121314151617181920>>

  /external/e2fsprogs/
aclocal.m4 1 # codeset.m4 serial AM1 (gettext-0.10.40)
24 # gettext.m4 serial 28 (gettext-0.13)
34 dnl License but which still want to provide support for the GNU gettext
36 dnl Please note that the actual code of the GNU gettext library is covered
38 dnl gettext package package is covered by the GNU General Public License.
45 dnl Macro to add for using GNU gettext.
57 dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext
60 dnl 'need-formatstring-macros', then GNU gettext implementations that don't
66 dnl 1) GNU gettext, as included in the intl subdirectory, will be compile
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
AlertDialogTest.java 127 mPositiveButton.getText());
132 mNeutralButton.getText());
137 mNegativeButton.getText());
300 mPositiveButton.getText());
305 mNegativeButton.getText());
310 mNeutralButton.getText());
  /sdk/ddms/app/src/com/android/ddms/
StaticPortConfigDialog.java 319 return item.getText(COL_DEVICE);
329 return item.getText(COL_APPLICATION);
339 return item.getText(COL_PORT);
379 String deviceName = item.getText(COL_DEVICE);
387 deviceMap.put(item.getText(COL_APPLICATION), Integer.valueOf(item.getText(COL_PORT)));
  /external/elfutils/src/
ld.c 319 error (0, 0, gettext ("At least one input file needed"));
330 error (EXIT_FAILURE, 0, gettext ("error while preparing linking"));
337 error (EXIT_FAILURE, errno, gettext ("cannot open linker script \"%s\""),
378 error (0, 0, gettext ("-( without matching -)"));
490 if (asprintf (&buf, gettext ("Please report bugs to %s.\n"),
523 gettext ("only one option of -G and -r is allowed"));
545 error (EXIT_FAILURE, 0, gettext ("more than one '-m' parameter"));
555 error (EXIT_FAILURE, 0, gettext ("unknown option `-%c %s'"), 'Q', arg);
561 gettext ("only one option of -G and -r is allowed"));
597 gettext ("invalid page size value \"%s\": ignored")
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
DialerFilterTest.java 378 assertEquals("ANDROID", tw.getText());
388 assertEquals("", tw.getText());
419 assertEquals("12345", tw.getText());
439 assertEquals("ANDROID", tw.getText());
448 assertEquals("12345", tw.getText());
468 assertEquals("ANDROID", tw.getText());
476 assertEquals("ANDROID", tw.getText());
562 public String getText() {
  /development/apps/Development/src/com/android/development/
LogViewer.java 72 text.getText().append(builder);
161 text.getText().append(message);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarTabs.java 95 ft.add(R.id.fragment_content, mFragment, mFragment.getText());
115 public String getText() {
AlarmService_Service.java 100 CharSequence text = getText(R.string.alarm_service_started);
111 notification.setLatestEventInfo(this, getText(R.string.alarm_service_label),
FragmentReceiveResult.java 89 mResults.setText(mResults.getText(), TextView.BufferType.EDITABLE);
110 Editable text = (Editable)mResults.getText();
LocalService.java 102 CharSequence text = getText(R.string.local_service_started);
113 notification.setLatestEventInfo(this, getText(R.string.local_service_label),
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ResourcesSample.java 58 cs = getText(R.string.styled_text);
79 cs = res.getText(R.string.styled_text);
  /development/samples/SkeletonApp/src/com/example/android/skeletonapp/
SkeletonActivity.java 60 mEditor.setText(getText(R.string.main_label));
96 menu.findItem(CLEAR_ID).setVisible(mEditor.getText().length() > 0);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentReceiveResultSupport.java 91 mResults.setText(mResults.getText(), TextView.BufferType.EDITABLE);
112 Editable text = (Editable)mResults.getText();
  /external/bison/
configure.ac 110 # gnulib and gettext.
112 # We use po/Makevars, so we need at least gettext 0.12.
  /external/bluetooth/glib/m4macros/
glib-gettext.m4 12 # but which still want to provide support for the GNU gettext functionality.
14 # Macro to add for using GNU gettext.
23 # Added better handling of ALL_LINGUAS from GNU gettext version
157 AC_MSG_CHECKING([if -liconv is needed to use gettext])
201 [Define if the GNU gettext() function is already present or preinstalled.])
304 # Do checks necessary for use of gettext. If a suitable implementation
305 # of gettext is found in either in libintl or in the C library,
306 # it will set INTLLIBS to the libraries needed for use of gettext
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_views.cc 298 model_->UpdatePermanentText(WideToUTF16Hack(toolbar_model_->GetText()));
339 string16 AutocompleteEditViewViews::GetText() const {
376 const string16 current_text(GetText());
454 if (display_text == GetText())
469 text_before_change_ = GetText();
479 const string16 new_text = GetText();
584 model_->ClearKeyword(GetText());
626 if (text != GetText())
  /external/e2fsprogs/intl/
plural-exp.h 80 3. in the GNU gettext tools.
84 2.+3. in the GNU libintl library and in the GNU gettext tools, the names
textdomain.c 56 /* Default text domain in which entries for gettext(3) are to be found. */
73 /* Lock variable to protect the global data in the gettext implementation. */
  /external/elfutils/
config.h 12 /* Define if the GNU gettext() function is already present or preinstalled. */
81 /* gettext helper macro. */
config.h.in 11 /* Define if the GNU gettext() function is already present or preinstalled. */
80 /* gettext helper macro. */
  /external/elfutils/libelf-po/
Makefile.in 1 # Makefile for PO directory in any package using GNU gettext.
6 # License but which still want to provide support for the GNU gettext
8 # Please note that the actual code of GNU gettext is covered by the GNU
25 gettextsrcdir = $(datadir)/gettext/po
102 if test "$(PACKAGE)" = "gettext"; then \
158 if test "$(PACKAGE)" = "gettext"; then \
203 if test "$(PACKAGE)" = "gettext"; then \
265 if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; fi; \
Makefile.in.in 1 # Makefile for PO directory in any package using GNU gettext.
6 # License but which still want to provide support for the GNU gettext
8 # Please note that the actual code of GNU gettext is covered by the GNU
25 gettextsrcdir = $(datadir)/gettext/po
102 if test "$(PACKAGE)" = "gettext"; then \
158 if test "$(PACKAGE)" = "gettext"; then \
203 if test "$(PACKAGE)" = "gettext"; then \
265 if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; fi; \
  /external/elfutils/po/
Makefile.in 1 # Makefile for PO directory in any package using GNU gettext.
6 # License but which still want to provide support for the GNU gettext
8 # Please note that the actual code of GNU gettext is covered by the GNU
25 gettextsrcdir = $(datadir)/gettext/po
102 if test "$(PACKAGE)" = "gettext"; then \
158 if test "$(PACKAGE)" = "gettext"; then \
203 if test "$(PACKAGE)" = "gettext"; then \
265 if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; fi; \
Makefile.in.in 1 # Makefile for PO directory in any package using GNU gettext.
6 # License but which still want to provide support for the GNU gettext
8 # Please note that the actual code of GNU gettext is covered by the GNU
25 gettextsrcdir = $(datadir)/gettext/po
102 if test "$(PACKAGE)" = "gettext"; then \
158 if test "$(PACKAGE)" = "gettext"; then \
203 if test "$(PACKAGE)" = "gettext"; then \
265 if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; fi; \
  /external/icu4c/samples/break/
break.cpp 28 CharacterIterator *strIter = iterator.getText().clone();
30 strIter->getText(s);

Completed in 384 milliseconds

<<11121314151617181920>>