/external/e2fsprogs/intl/ |
VERSION | 1 GNU gettext library from gettext-0.14.1
|
gettext.c | 1 /* Implementation of gettext(3) function. 44 # define GETTEXT __gettext 47 # define GETTEXT libintl_gettext 55 GETTEXT (const char *msgid) 62 weak_alias (__gettext, gettext);
|
/external/elfutils/m4/ |
ChangeLog | 1 2002-03-22 gettextize <bug-gnu-gettext@gnu.org> 3 * codeset.m4: Upgrade to gettext-0.11. 4 * gettext.m4: Upgrade to gettext-0.11. 5 * glibc21.m4: Upgrade to gettext-0.11. 6 * iconv.m4: Upgrade to gettext-0.11. 7 * isc-posix.m4: Upgrade to gettext-0.11. 8 * lcmessage.m4: Upgrade to gettext-0.11. 9 * lib-ld.m4: Upgrade to gettext-0.11. 10 * lib-link.m4: Upgrade to gettext-0.11 [all...] |
isc-posix.m4 | 1 # isc-posix.m4 serial 2 (gettext-0.11.2) 13 # because gettext's gettext.m4 (distributed in the automake package) 14 # still uses it. Otherwise, the use in gettext.m4 makes autoheader
|
lcmessage.m4 | 1 # lcmessage.m4 serial 2 (gettext-0.10.40) 11 dnl License but which still want to provide support for the GNU gettext 13 dnl Please note that the actual code of the GNU gettext library is covered 15 dnl gettext package package is covered by the GNU General Public License.
|
/ndk/sources/host-tools/make-3.81/config/ |
ChangeLog | 16 2002-04-21 gettextize <bug-gnu-gettext@gnu.org> 18 * codeset.m4: New file, from gettext-0.11.1. 19 * gettext.m4: New file, from gettext-0.11.1. 20 * glibc21.m4: New file, from gettext-0.11.1. 21 * iconv.m4: New file, from gettext-0.11.1. 22 * isc-posix.m4: New file, from gettext-0.11.1. 23 * lcmessage.m4: New file, from gettext-0.11.1. 24 * lib-ld.m4: New file, from gettext-0.11.1. 25 * lib-link.m4: New file, from gettext-0.11.1 [all...] |
isc-posix.m4 | 1 # isc-posix.m4 serial 2 (gettext-0.11.2) 13 # because gettext's gettext.m4 (distributed in the automake package) 14 # still uses it. Otherwise, the use in gettext.m4 makes autoheader
|
lcmessage.m4 | 1 # lcmessage.m4 serial 3 (gettext-0.11.3) 11 dnl License but which still want to provide support for the GNU gettext 13 dnl Please note that the actual code of the GNU gettext library is covered 15 dnl gettext package package is covered by the GNU General Public License.
|
/external/bluetooth/glib/m4macros/ |
Makefile.am | 3 installed_m4= glib-2.0.m4 glib-gettext.m4
|
/development/apps/Development/src/com/android/development/ |
ShowActivity.java | 88 mLaunch.setText(getText(R.string.launch_multiple)); 91 mLaunch.setText(getText(R.string.launch_singleTop)); 94 mLaunch.setText(getText(R.string.launch_singleTask)); 97 mLaunch.setText(getText(R.string.launch_singleInstance)); 100 mLaunch.setText(getText(R.string.launch_unknown)); 104 ? mActivityInfo.taskAffinity : getText(R.string.none)); 106 ? mActivityInfo.permission : getText(R.string.none)); 109 ? getText(R.string.yes) : getText(R.string.no)); 112 ? getText(R.string.yes) : getText(R.string.no)) [all...] |
/cts/tests/tests/text/src/android/text/method/cts/ |
QwertyKeyListenerTest.java | 78 assertEquals("h", mTextView.getText().toString()); 81 assertEquals("he", mTextView.getText().toString()); 84 assertEquals("hel", mTextView.getText().toString()); 87 assertEquals("hell", mTextView.getText().toString()); 90 assertEquals("hello", mTextView.getText().toString()); 100 assertEquals("H", mTextView.getText().toString()); 103 assertEquals("HE", mTextView.getText().toString()); 106 assertEquals("HEL", mTextView.getText().toString()); 109 assertEquals("HELL", mTextView.getText().toString()); 112 assertEquals("HELLO", mTextView.getText().toString()) [all...] |
MultiTapKeyListenerTest.java | 127 assertEquals("h", mTextView.getText().toString()); 130 assertEquals("he", mTextView.getText().toString()); 133 assertEquals("hel", mTextView.getText().toString()); 136 assertEquals("hell", mTextView.getText().toString()); 139 assertEquals("hello", mTextView.getText().toString()); 149 assertEquals("H", mTextView.getText().toString()); 152 assertEquals("HE", mTextView.getText().toString()); 155 assertEquals("HEL", mTextView.getText().toString()); 158 assertEquals("HELL", mTextView.getText().toString()); 161 assertEquals("HELLO", mTextView.getText().toString()) [all...] |
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
ClientTest.java | 70 app_id.getText().toString(), 71 cont.getText().toString(), 72 pkg.getText().toString(), 73 cls.getText().toString(), 80 app_id.getText().toString(), 81 cont.getText().toString(), 82 pkg.getText().toString(), 83 cls.getText().toString(), 105 app_id.getText().toString(), 106 cont.getText().toString() [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
ContactListEmptyView.java | 58 empty.setText(context.getText(R.string.noContactsWithPhoneNumbers)); 60 empty.setText(context.getText(R.string.noFavoritesHelpText)); 62 empty.setText(context.getText(R.string.noMatchingContacts)); 65 empty.setText(context.getText(R.string.no_contacts_selected)); 67 empty.setText(context.getText(R.string.noContactsWithPhoneNumbers)); 77 context.getText(R.string.noContactsHelpTextWithSyncForCreateShortcut)); 79 empty.setText(context.getText(R.string.noContactsHelpTextWithSync)); 81 empty.setText(context.getText(R.string.noContactsNoSimHelpTextWithSync)); 86 empty.setText(context.getText(R.string.noContactsHelpTextForCreateShortcut)); 88 empty.setText(context.getText(R.string.noContactsHelpText)) [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
ChronometerTest.java | 85 CharSequence oldText = chronometer.getText(); 90 assertNotSame(oldText, chronometer.getText()); 93 oldText = chronometer.getText(); 96 assertNotSame(oldText, chronometer.getText()); 99 oldText = chronometer.getText(); 102 assertNotSame(oldText, chronometer.getText()); 105 oldText = chronometer.getText(); 108 assertNotSame(oldText, chronometer.getText()); 132 String text = chronometer.getText().toString(); 176 CharSequence expected = chronometer.getText(); [all...] |
TextSwitcherTest.java | 93 assertEquals(viewText1, (tvChild1.getText().toString())); 94 assertEquals(viewText2, (tvChild2.getText().toString())); 99 assertEquals(viewText1, (tvChild1.getText().toString())); 100 assertEquals(changedText, (tvChild2.getText().toString())); 105 assertEquals(changedText, (tvChild1.getText().toString())); 106 assertEquals(changedText, (tvChild2.getText().toString())); 111 assertEquals(changedText, (tvChild1.getText().toString())); 112 assertEquals("", (tvChild2.getText().toString())); 138 assertEquals(viewText1, (tvChild1.getText().toString())); 139 assertEquals(viewText2, (tvChild2.getText().toString())) [all...] |
/external/e2fsprogs/misc/ |
nls-enable.h | 4 #define _(a) (gettext (a))
|
/external/nist-sip/java/javax/sip/header/ |
ReasonHeader.java | 15 String getText();
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
nls.m4 | 1 # nls.m4 serial 5 (gettext-0.18) 9 dnl License but which still want to provide support for the GNU gettext 11 dnl Please note that the actual code of the GNU gettext library is covered 13 dnl gettext package package is covered by the GNU General Public License.
|
gettext.m4 | 0 # gettext.m4 serial 62 (gettext-0.18) 9 dnl License but which still want to provide support for the GNU gettext 11 dnl Please note that the actual code of the GNU gettext library is covered 13 dnl gettext package package is covered by the GNU General Public License. 20 dnl Macro to add for using GNU gettext. 32 dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext 35 dnl 'need-formatstring-macros', then GNU gettext implementations that don't 41 dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled 45 dnl 2) GNU gettext has been found in the system's C library [all...] |
/external/chromium/chrome/browser/notifications/ |
notification_exceptions_table_model_unittest.cc | 79 model_->GetText(0, IDS_EXCEPTIONS_HOSTNAME_HEADER)); 81 model_->GetText(0, IDS_EXCEPTIONS_ACTION_HEADER)); 84 model_->GetText(1, IDS_EXCEPTIONS_HOSTNAME_HEADER)); 86 model_->GetText(1, IDS_EXCEPTIONS_ACTION_HEADER)); 89 model_->GetText(2, IDS_EXCEPTIONS_HOSTNAME_HEADER)); 91 model_->GetText(2, IDS_EXCEPTIONS_ACTION_HEADER)); 94 model_->GetText(3, IDS_EXCEPTIONS_HOSTNAME_HEADER)); 96 model_->GetText(3, IDS_EXCEPTIONS_ACTION_HEADER)); 99 model_->GetText(4, IDS_EXCEPTIONS_HOSTNAME_HEADER)); 101 model_->GetText(4, IDS_EXCEPTIONS_ACTION_HEADER)) [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_browsertest.cc | 67 location_bar->location_entry()->GetText()); 75 location_bar->location_entry()->GetText()); 81 EXPECT_EQ(ASCIIToUTF16("chrome"), location_bar->location_entry()->GetText()); 88 location_bar->location_entry()->GetText()); 96 location_bar->location_entry()->GetText()); 115 EXPECT_TRUE(location_bar->location_entry()->GetText().empty()); 132 location_bar->location_entry()->GetText()); 145 location_bar->location_entry()->GetText()); 152 location_bar->location_entry()->GetText()); 155 location_bar->location_entry()->GetText()); [all...] |
/packages/apps/Browser/src/com/android/browser/ |
AutoFillSettingsFragment.java | 84 mPhoneEdit.setError(getResources().getText( 211 mFullNameEdit.getText().toString(), 212 mEmailEdit.getText().toString(), 213 mCompanyEdit.getText().toString(), 214 mAddressLine1Edit.getText().toString(), 215 mAddressLine2Edit.getText().toString(), 216 mCityEdit.getText().toString(), 217 mStateEdit.getText().toString(), 218 mZipEdit.getText().toString(), 219 mCountryEdit.getText().toString() [all...] |
/external/bison/m4/ |
gettext_gl.m4 | 0 # gettext.m4 serial 37 (gettext-0.14.4) 9 dnl License but which still want to provide support for the GNU gettext 11 dnl Please note that the actual code of the GNU gettext library is covered 13 dnl gettext package package is covered by the GNU General Public License. 20 dnl Macro to add for using GNU gettext. 32 dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext 35 dnl 'need-formatstring-macros', then GNU gettext implementations that don't 41 dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled 45 dnl 2) GNU gettext has been found in the system's C library [all...] |
/external/elfutils/src/ |
elflint.c | 149 error (0, errno, gettext ("cannot open input file")); 156 ERROR (gettext ("cannot generate Elf descriptor: %s\n"), 175 ERROR (gettext ("error while closing Elf descriptor: %s\n"), 179 puts (gettext ("No errors")); 224 if (asprintf (&buf, gettext ("Please report bugs to %s.\n"), 241 fprintf (stream, gettext ("\ 246 fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); 304 ERROR (gettext (" error while freeing sub-ELF descriptor: %s\n"), 312 ERROR (gettext ("\ 371 ERROR (gettext ("e_ident[%d] == %d is no known class\n") [all...] |