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

1 2 3 45 6 7 8 91011>>

  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
TArgWhitespace.java 25 return new TArgWhitespace(getText(), getLine(), getPos());
TCommandDelimiter.java 25 return new TCommandDelimiter(getText(), getLine(), getPos());
TComment.java 25 return new TComment(getText(), getLine(), getPos());
TCsClose.java 25 return new TCsClose(getText(), getLine(), getPos());
TCsOpen.java 25 return new TCsOpen(getText(), getLine(), getPos());
TData.java 25 return new TData(getText(), getLine(), getPos());
TDecNumber.java 25 return new TDecNumber(getText(), getLine(), getPos());
TElseIf.java 25 return new TElseIf(getText(), getLine(), getPos());
THardDelimiter.java 25 return new THardDelimiter(getText(), getLine(), getPos());
THexNumber.java 25 return new THexNumber(getText(), getLine(), getPos());
TString.java 25 return new TString(getText(), getLine(), getPos());
TWord.java 25 return new TWord(getText(), getLine(), getPos());
  /external/nist-sip/java/javax/sip/header/
WarningHeader.java 28 String getText();
  /external/skia/src/animator/
SkDrawText.h 25 const char* getText() { return text.c_str(); }
  /ndk/sources/host-tools/sed-4.2.1/m4/
codeset.m4 1 # codeset.m4 serial 4 (gettext-0.18)
intlmacosx.m4 1 # intlmacosx.m4 serial 3 (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.
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
ContactDisplayUtilTests.java 57 CharSequence expected = getContext().getResources().getText(R.string.call_home);
62 expected = getContext().getResources().getText(R.string.call_mobile);
69 CharSequence expected = getContext().getResources().getText(R.string.sms_home);
74 expected = getContext().getResources().getText(R.string.sms_mobile);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
TextInfoCompatUtils.java 54 * the result of {@link TextInfo#getText()} as fall back.
56 * {@link TextInfo#getText()} is called.
58 * the result of {@link TextInfo#getText()} as fall back. If {@code textInfo} is {@code null},
63 final CharSequence defaultValue = (textInfo == null ? null : textInfo.getText());
  /packages/inputmethods/LatinIME/tools/dicttool/compat/android/view/inputmethod/
CompletionInfo.java 20 public final String getText() { return ""; }
  /external/libexif/auto-m4/
gettext.m4 0 # gettext.m4 serial 28 (gettext-0.13)
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.
22 dnl Macro to add for using GNU gettext.
34 dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext
37 dnl 'need-formatstring-macros', then GNU gettext implementations that don't
43 dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled
47 dnl 2) GNU gettext has been found in the system's C library
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
PullParserTest.java 56 assertEquals("mac&cheese", parser.getText());
97 assertEquals("A", parser.getText());
122 parser.getText());
131 assertEquals(new String(new int[]{0x10FFFF}, 0, 1), parser.getText());
164 assertEquals("d\ne", parser.getText());
194 assertEquals("wxbyz", parser.getText());
205 assertEquals("wx", parser.getText());
208 assertEquals("b", parser.getText());
210 assertEquals("yz", parser.getText());
221 assertEquals("& &a;", parser.getText());
    [all...]
  /ndk/sources/host-tools/make-3.81/config/
gettext.m4 0 # gettext.m4 serial 28 (gettext-0.13)
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.
22 dnl Macro to add for using GNU gettext.
34 dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext
37 dnl 'need-formatstring-macros', then GNU gettext implementations that don't
43 dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled
47 dnl 2) GNU gettext has been found in the system's C library
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java     [all...]
  /external/elfutils/0.153/src/
findtextrel.c 170 fprintf (stream, gettext ("\
175 fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
229 error (0, errno, gettext ("cannot open '%s'"), fname);
236 error (0, 0, gettext ("cannot create ELF descriptor for '%s': %s"),
246 error (0, 0, gettext ("cannot get ELF header '%s': %s"),
257 error (0, 0, gettext ("'%s' is not a DSO or PIE"), fname);
277 gettext ("getting get section header of section %zu: %s"),
300 error (0, 0, gettext ("cannot read dynamic section: %s"),
321 error (0, 0, gettext ("no text relocations reported in '%s'"), fname);
333 error (1, errno, gettext ("while reading ELF file"))
    [all...]
  /ndk/sources/host-tools/make-3.81/
NMakefile 133 gettext.h filedef.h hash.h dep.h \
138 gettext.h \
143 gettext.h dep.h filedef.h hash.h variable.h \
149 gettext.h filedef.h hash.h variable.h rule.h \
155 gettext.h hash.h \
160 gettext.h filedef.h hash.h \
167 gettext.h dep.h filedef.h \
174 gettext.h filedef.h hash.h variable.h dep.h \
189 gettext.h hash.h
194 gettext.h filedef.h hash.h rule.h dep.h debug.h
    [all...]

Completed in 796 milliseconds

1 2 3 45 6 7 8 91011>>