/cts/tests/tests/text/src/android/text/method/cts/ |
BaseKeyListenerTest.java | 107 assertEquals("23456", mTextView.getText().toString()); 112 assertEquals("1456", mTextView.getText().toString()); 117 assertEquals("", mTextView.getText().toString()); 122 assertEquals("1256", mTextView.getText().toString()); 127 assertEquals(str, mTextView.getText().toString()); 137 Selection.setSelection((Editable) mTextView.getText(), selectionStart, 179 Selection.setSelection((Editable) mTextView.getText(), 0, 0); 183 assertEquals("123456", mTextView.getText().toString()); 186 assertEquals("123456", mTextView.getText().toString()); 190 Selection.setSelection((Editable) mTextView.getText(), 1, 2) [all...] |
DateKeyListenerTest.java | 125 assertEquals("", mTextView.getText().toString()); 129 assertEquals("1", mTextView.getText().toString()); 133 assertEquals("12", mTextView.getText().toString()); 139 assertEquals("12", mTextView.getText().toString()); 144 assertEquals("12-", mTextView.getText().toString()); 148 assertEquals("12-/", mTextView.getText().toString()); 158 assertEquals("12-/", mTextView.getText().toString()); 162 assertEquals("12-/", mTextView.getText().toString());
|
/external/bison/m4/ |
nls.m4 | 1 # nls.m4 serial 2 (gettext-0.14.3) 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.
|
/external/chromium/chrome/browser/ui/views/ |
textfield_views.h | 18 std::wstring GetText();
|
/ndk/sources/host-tools/make-3.81/config/ |
nls.m4 | 1 # nls.m4 serial 1 (gettext-0.12) 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/docs/reference/glib/ |
glib-gettextize.1 | 11 glib\-gettextize \- gettext internationalization utility 19 gettext. It is a variant of the 22 gettext.
|
glib-gettextize.xml | 10 <refpurpose>gettext internationalization utility</refpurpose> 23 internationalized through <application>gettext</application>. 25 <application>gettext</application>.
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
i18n.sgml | 5 gettext support macros 10 But since GLib itself is localized using the gettext() mechanism, it seems 11 natural to offer the de-facto standard gettext() support macros in an 23 The gettext manual covers details of how to set up message extraction 29 The gettext manual. 42 One use case given in the gettext manual is GUI translation, where one could 56 If you are using GNU gettext >= 0.15, you can also use 69 Uses gettext to get the translation for @msgid. @msgctxt is 82 messages. Note that this only works with GNU gettext >= 0.15. 96 To get the translated string, call gettext() at runtime [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
intl.h | 39 # undef gettext macro 40 # define gettext(msgid) (msgid) macro 46 # define _(msgid) gettext (msgid)
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
intl.h | 39 # undef gettext macro 40 # define gettext(msgid) (msgid) macro 46 # define _(msgid) gettext (msgid)
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
intl.h | 39 # undef gettext macro 40 # define gettext(msgid) (msgid) macro 46 # define _(msgid) gettext (msgid)
|
/frameworks/base/core/java/android/widget/ |
DialerFilter.java | 128 if (mLetters.getText().length() == mDigits.getText().length()) { 134 if (mDigits.getText().length() == mLetters.getText().length()) { 269 Editable lettersText = mLetters.getText(); 270 Editable digitsText = mDigits.getText(); 284 lettersText = mLetters.getText(); 289 digitsText = mDigits.getText(); 300 return mLetters.getText(); 308 return mDigits.getText(); [all...] |
EditText.java | 72 public Editable getText() { 73 return (Editable) super.getText(); 85 Selection.setSelection(getText(), start, stop); 92 Selection.setSelection(getText(), index); 99 Selection.selectAll(getText()); 106 Selection.extendSelection(getText(), index);
|
/packages/apps/Settings/src/com/android/settings/ |
DebugIntentSender.java | 44 String intentAction = mIntentField.getText().toString(); 45 String intentData = mDataField.getText().toString(); 46 String account = mAccountField.getText().toString(); 47 String resource = mResourceField.getText().toString(); 74 Selection.selectAll((Spannable) mIntentField.getText());
|
/external/e2fsprogs/ |
ABOUT-NLS | 10 assume that the distributed package does use GNU `gettext' internally, 12 need to install GNU `gettext' prior to configuring, installing or using 22 `gettext' which is used. The information can be found in the 31 ./configure --with-included-gettext 36 the `gettext' implementation in the GNU C library version 2 provides as 40 of a `catgets' implementation. Future versions of GNU `gettext' will 42 to change to GNU `gettext' as soon as possible. 45 you have installed a recent copy of the GNU gettext package with the 53 Most such packages use GNU `gettext'. Other packages have their own 54 ways to internationalization, predating GNU `gettext' [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
DropBoxTest.java | 79 assertEquals("TEST0", e0.getText(80)); 80 assertEquals("TEST1", e1.getText(80)); 81 assertEquals("TES", e2.getText(3)); 101 assertTrue(null == e.getText(80)); 157 assertEquals("FILE0", e0.getText(80)); 162 assertTrue(null == e2.getText(80)); 166 assertTrue(null == e3.getText(80)); 209 assertEquals("FUTURE0", e0.getText(80)); 210 assertEquals("FUTURE1", e1.getText(80)); 211 assertEquals("FUTURE2", e2.getText(80)) [all...] |
/ndk/sources/host-tools/make-3.81/ |
ABOUT-NLS | 10 assume that the distributed package does use GNU `gettext' internally, 12 need to install GNU `gettext' prior to configuring, installing or using 22 `gettext' which is used. The information can be found in the 31 ./configure --with-included-gettext 36 the `gettext' implementation in the GNU C library version 2 provides as 40 of a `catgets' implementation. Future versions of GNU `gettext' will 42 to change to GNU `gettext' as soon as possible. 45 you have installed a recent copy of the GNU gettext package with the 53 packages use GNU `gettext'. Other packages have their own ways to 54 internationalization, predating GNU `gettext' [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/ |
dir | 45 * gettext: (gettext). GNU gettext utilities. 46 * autopoint: (gettext)autopoint Invocation. 47 Copy gettext infrastructure. 48 * envsubst: (gettext)envsubst Invocation. 50 * gettextize: (gettext)gettextize Invocation. 51 Prepare a package for gettext. 54 * msgattrib: (gettext)msgattrib Invocation. 56 * msgcat: (gettext)msgcat Invocation. Combine several PO files [all...] |
dir.old | 45 * gettext: (gettext). GNU gettext utilities. 46 * autopoint: (gettext)autopoint Invocation. 47 Copy gettext infrastructure. 48 * envsubst: (gettext)envsubst Invocation. 50 * gettextize: (gettext)gettextize Invocation. 51 Prepare a package for gettext. 54 * msgattrib: (gettext)msgattrib Invocation. 56 * msgcat: (gettext)msgcat Invocation. Combine several PO files [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/info/ |
dir | 45 * gettext: (gettext). GNU gettext utilities. 46 * autopoint: (gettext)autopoint Invocation. 47 Copy gettext infrastructure. 48 * envsubst: (gettext)envsubst Invocation. 50 * gettextize: (gettext)gettextize Invocation. 51 Prepare a package for gettext. 54 * msgattrib: (gettext)msgattrib Invocation. 56 * msgcat: (gettext)msgcat Invocation. Combine several PO files [all...] |
dir.old | 45 * gettext: (gettext). GNU gettext utilities. 46 * autopoint: (gettext)autopoint Invocation. 47 Copy gettext infrastructure. 48 * envsubst: (gettext)envsubst Invocation. 50 * gettextize: (gettext)gettextize Invocation. 51 Prepare a package for gettext. 54 * msgattrib: (gettext)msgattrib Invocation. 56 * msgcat: (gettext)msgcat Invocation. Combine several PO files [all...] |
/packages/apps/Calculator/src/com/android/calculator2/ |
Logic.java | 96 private String getText() { 97 return mDisplay.getText().toString(); 114 String text = mHistory.getText(); 119 text = mHistory.getText(); 144 String text = getText(); 152 if (getText().equals(mResult) || mIsError) { 168 evaluateAndShowResult(getText(), CalculatorDisplay.Scroll.UP); 190 String text = getText(); 195 mDisplay.setText(mHistory.getText(), CalculatorDisplay.Scroll.DOWN); 200 String text = getText(); [all...] |
/external/e2fsprogs/intl/ |
intl-compat.c | 1 /* intl-compat.c - Stub functions to call gettext functions from GNU gettext 28 /* This file redirects the gettext functions (without prefix) to those 31 of gettext <= 0.11.2 work with the libintl library >= 0.11.3 which 38 #undef gettext macro 61 gettext (const char *msgid) function
|
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/ |
VariableLocator.java | 53 return ((ANameVariable) variable).getWord().getText(); 55 return ((ADecNumberVariable) variable).getDecNumber().getText(); 57 return ((AHexNumberVariable) variable).getHexNumber().getText(); 84 descendVariable(node.getWord().getText()); 89 descendVariable(node.getDecNumber().getText()); 94 descendVariable(node.getHexNumber().getText());
|
/packages/apps/Phone/src/com/android/phone/ |
EnableFdnScreen.java | 74 setTitle(getResources().getText(id)); 105 return mPin2Field.getText().toString(); 117 showStatus(getResources().getText(mEnable ? 123 showStatus(getResources().getText( 136 if (TextUtils.isEmpty(mPin2Field.getText())) { 140 showStatus(getResources().getText(
|