HomeSort by relevance Sort by last modified time
    Searched full:gettext (Results 76 - 100 of 2511) sorted by null

1 2 34 5 6 7 8 91011>>

  /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...]
  /external/libexif/
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...]
  /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...]
  /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
libgnuintl.h.in 25 gettext() and dgettext(). It is specified in POSIX, but not in ANSI C.
36 implementation of gettext. */
44 /* Resolve a platform specific conflict on DJGPP. GNU gettext takes
47 # undef gettext
56 necessary, because some systems define gettext/textdomain/... in the C
74 Since Solaris gettext() behaves differently than GNU gettext(), this
77 The redirection happens by default through macros in C, so that &gettext
80 class methods called 'gettext'. */
110 static inline char *gettext (const char *__msgid
    [all...]
  /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());
  /frameworks/base/core/java/android/widget/
EditText.java 79 public Editable getText() {
80 return (Editable) super.getText();
92 Selection.setSelection(getText(), start, stop);
99 Selection.setSelection(getText(), index);
106 Selection.selectAll(getText());
113 Selection.extendSelection(getText(), index);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputLogicTestsNonEnglish.java 31 mEditText.getText().toString());
43 mEditText.getText().toString());
56 mEditText.getText().toString());
78 EXPECTED_RESULT, mEditText.getText().toString());
113 mEditText.getText().toString());
122 mEditText.getText().toString());
  /packages/services/Telephony/src/com/android/phone/
EnableIccPinScreen.java 74 setTitle(getResources().getText(id));
99 return mPinField.getText().toString();
112 showStatus(getResources().getText(
118 showStatus(getResources().getText(
131 if (TextUtils.isEmpty(mPinField.getText())) {
135 showStatus(getResources().getText(
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
libintl.h 4 This file is derived from the file libgettext.h in the GNU gettext package.
27 implementation of gettext. */
40 extern char *gettext (__const char *__msgid)
60 /* Similar to `gettext' but select the plural form corresponding to the
99 /* We need NULL for `gettext'. */
110 # define gettext(msgid) dgettext (NULL, msgid) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
libintl.h 4 This file is derived from the file libgettext.h in the GNU gettext package.
27 implementation of gettext. */
40 extern char *gettext (__const char *__msgid)
60 /* Similar to `gettext' but select the plural form corresponding to the
99 /* We need NULL for `gettext'. */
110 # define gettext(msgid) dgettext (NULL, msgid) macro
  /sdk/testapps/libsTest/appTest/src/com/android/tests/libstest/app/
MainActivityTest.java 89 assertEquals("SUCCESS-APP", mAppTextView1.getText());
90 assertEquals("SUCCESS-LIB1", mLib1TextView1.getText());
91 assertEquals("SUCCESS-LIB2", mLib2TextView1.getText());
96 assertEquals("SUCCESS-APP", mAppTextView2.getText());
97 assertEquals("SUCCESS-LIB1", mLib1TextView2.getText());
98 assertEquals("SUCCESS-LIB2", mLib2TextView2.getText());
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnClient.java 60 .putExtra(prefix + ".ADDRESS", mServerAddress.getText().toString())
61 .putExtra(prefix + ".PORT", mServerPort.getText().toString())
62 .putExtra(prefix + ".SECRET", mSharedSecret.getText().toString());
  /packages/apps/Settings/src/com/android/settings/
SelectableEditTextPreference.java 55 int length = editText.getText() != null ? editText.getText().length() : 0;
56 if (!TextUtils.isEmpty(editText.getText())) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
intl.h 39 # undef gettext macro
40 # define gettext(msgid) (msgid) macro
51 # define _(msgid) gettext (msgid)
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleAdapterTest.java 150 assertEquals("01", ((TextView) result).getText().toString());
154 assertEquals("191", ((TextView) result).getText().toString());
160 assertEquals("01", ((TextView) result).getText().toString());
165 assertEquals("101", ((TextView) result).getText().toString());
180 assertEquals("01", ((TextView) result).getText().toString());
199 assertEquals("01", ((TextView) result.findViewById(R.id.text1)).getText().toString());
203 assertEquals("191", ((TextView) result.findViewById(R.id.text1)).getText().toString());
208 assertEquals("01", ((TextView) result).getText().toString());
212 assertEquals("191", ((TextView) result).getText().toString());
218 assertEquals("01", ((TextView) result).getText().toString())
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t004lexer.html 35 assertEquals(token.getText(), "f");
41 assertEquals(token.getText(), 'fo');
47 assertEquals(token.getText(), 'foo');
53 assertEquals(token.getText(), 'fooo');
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AssignTokenTypesBehavior.java 74 t.getText());
82 grammar.getTokenType(t.getText())== Label.INVALID )
87 t.getText());
97 grammar.getTokenType(t.getText())==Label.INVALID )
99 stringLiterals.put(t.getText(), UNASSIGNED_IN_PARSER_RULE);
108 if ( grammar.getTokenType(t.getText())==Label.INVALID &&
109 tokens.get(t.getText())==null )
111 tokens.put(t.getText(), UNASSIGNED);
122 if ( !Character.isUpperCase(t.getText().charAt(0)) ) {
125 if ( t.getText().equals(Grammar.ARTIFICIAL_TOKENS_RULENAME) )
    [all...]
  /external/bison/m4/
codeset.m4 1 # codeset.m4 serial 5 (gettext-0.18.2)
intlmacosx.m4 1 # intlmacosx.m4 serial 5 (gettext-0.18.2)
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_org/third_party/skia/src/animator/
SkDrawText.h 25 const char* getText() { return text.c_str(); }
  /external/chromium_org/third_party/yasm/source/patched-yasm/m4/
codeset.m4 1 # codeset.m4 serial AM1 (gettext-0.10.40)
signed.m4 1 # signed.m4 serial 1 (gettext-0.10.40)
wchar_t.m4 1 # wchar_t.m4 serial 1 (gettext-0.12)
wint_t.m4 1 # wint_t.m4 serial 1 (gettext-0.12)

Completed in 830 milliseconds

1 2 34 5 6 7 8 91011>>