HomeSort by relevance Sort by last modified time
    Searched refs:language (Results 201 - 225 of 5067) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaSmsCbProgramData.java 13 * See the License for the specific language governing permissions and
84 /** Language used for service category name (defined in BearerData.LANGUAGE_*). */
97 public CdmaSmsCbProgramData(int operation, int category, int language, int maxMessages,
101 mLanguage = language;
150 * Returns the CDMA language code for this service category.
151 * @return one of the language values defined in BearerData.LANGUAGE_*
174 * Returns the service category name, in the language specified by {@link #getLanguage()}.
184 + ", language=" + mLanguage + ", max messages=" + mMaxMessages
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DownloadOverMeteredDialog.java 13 * License for the specific language governing permissions and limitations under
60 final String language = (null == localeString) ? "" local
63 prompt.setText(Html.fromHtml(String.format(promptFormat, language)));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sphelper.h 65 inline HRESULT SpGetDescription(ISpObjectToken *obj_token, WCHAR **description, LANGID language = GetUserDefaultUILanguage()) {
69 SpHexFromUlong(lang_id, language);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ScriptIDModuleWriter.java 134 for(int language=minLanguage;language<=previousTotalLanguages;){
154 output.print(languageData.getTagLabel(language).toLowerCase());
157 if (language < 10) {
161 output.print(language);
163 language++;
220 " * A provisional list of language codes. For now,\n" +
232 " * \\brief C++ API: List of language codes for LayoutEngine\n" +
255 updateFile.println("Total Language="+totalLanguage);
  /frameworks/base/libs/androidfw/
LocaleData.cpp 13 * See the License for the specific language governing permissions and
31 inline uint32_t packLocale(const char* language, const char* region) {
32 return (((uint8_t) language[0]) << 24u) | (((uint8_t) language[1]) << 16u) |
176 // the last ancestor is just the language by itself. We will use the
201 void localeDataComputeScript(char out[4], const char* language, const char* region) {
202 if (language[0] == '\0') {
206 uint32_t lookup_key = packLocale(language, region);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusstringformat.h 42 StringFormat(INT formatFlags = 0, LANGID language = LANG_NEUTRAL):
46 formatFlags, language, &nativeStringFormat);
94 LANGID language; local
97 nativeStringFormat, &language, &result));
159 Status SetDigitSubstitution(LANGID language,
163 nativeStringFormat, language, substitute));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
FlagManagerTest.java 13 * See the License for the specific language governing permissions and
121 for (String language : LocaleManager.getLanguageCodes(false)) {
122 for (String region : LocaleManager.getRelevantRegions(language)) {
124 regionToLanguages.put(region, language);
137 for (String language : regionToLanguages.get(region)) {
138 sb.append(language).append("(").append(LocaleManager.getLanguageName(language))
145 // Known regions that we don't have language to region mappings for
156 + "language to country bindings:");
  /system/media/camera/docs/
metadata_template.mako 14 See the License for the specific language governing permissions and
35 % for (language, klass) in typedef.languages.iteritems():
36 <language name="${language}">${klass | h}</language>
  /libcore/ojluni/src/main/java/java/util/
ResourceBundle.java 108 * the German language (de) in Switzerland (CH). If you want to only
234 * // default (English language, United States)
253 * // German language
2369 String language = base.getLanguage(); local
2888 String language = locale.getLanguage(); local
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/flow/
OSUInfo.java 237 private static int languageScore(String language, Locale locale) {
238 if (language.length() == 3 && language.equalsIgnoreCase(locale.getISO3Language()) ||
239 language.length() == 2 && language.equalsIgnoreCase(locale.getLanguage())) {
241 } else if (language.equalsIgnoreCase(GenericLocale)) {
243 } else if (language.equalsIgnoreCase("eng")) {
  /toolchain/binutils/binutils-2.25/intl/
l10nflist.c 188 _nl_make_l10nflist (l10nfile_list, dirlist, dirlist_len, mask, language,
195 const char *language;
214 /* If LANGUAGE contains an absolute directory specification, we ignore
216 if (IS_ABSOLUTE_PATH (language))
221 + strlen (language)
254 cp = stpcpy (cp, language);
376 cnt, language, territory, codeset,
383 cnt, language, territory, codeset,
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 17 known ANTLR language targets.
254 @language = 'Java'
271 attr_reader :type, :name, :language, :source,
304 LANGUAGES.fetch( @language ).map do | ext |
410 if option_block =~ /\s*language\s*=\s*(\S+)\s*;/
411 @language = $1
412 LANGUAGES.has_key?( @language ) or
413 raise( Grammar::FormatError, "Unknown ANTLR target language: %p" % @language )
431 @language = 'Java
    [all...]
  /external/libmojo/mojo/public/tools/bindings/
mojom_bindings_generator.py 60 language = generator_name.lower()
61 if language in _BUILTIN_GENERATORS:
63 _BUILTIN_GENERATORS[language])
69 generators[language] = generator_module
119 for language, typemap in typemaps.iteritems():
120 language_map = self._typemap.get(language, {})
122 self._typemap[language] = language_map
161 for language, generator_module in generator_modules.iteritems():
163 module, args.output_dir, typemap=self._typemap.get(language, {}),
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
properties.rb 10 options { language = Ruby; }
57 options { language = Ruby; }
111 language = Ruby;
178 options {language = Ruby;}
229 options {language=Ruby;}
  /external/skia/tests/
FontNamesTest.cpp 90 const char* language; member in struct:FontNamesTest::__anon29843
124 strcmp(test[i].names[nameIndex].language, record.language.c_str()) == 0,
125 "Language did not match."
128 //printf("%s <%s>\n", record.name.c_str(), record.language.c_str());
191 SkDebugf("{%s} <%s>\n", record.name.c_str(), record.language.c_str());
203 SkDebugf("{{%s}} <%s>\n", record.name.c_str(), record.language.c_str());
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
LightCodeInsightParsingTestCase.java 13 * See the License for the specific language governing permissions and
19 import com.intellij.lang.Language;
53 protected final Language myLanguage;
58 @NotNull Language language) {
59 myLanguage = language;
166 Set<Language> languages = provider.getLanguages();
173 for (Language language : languages) {
174 PsiFile root = provider.getPsi(language);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
LocaleMatcher.java 43 * and tl, and when language regional variants are close, like en-GB and en-AU.
66 * Threshold for falling back to the default (first) language. May make this
72 * The default language, in case the threshold is not met.
77 * The default language, in case the threshold is not met.
82 * Create a new language matcher. The highest-weighted language is the
83 * default. That means that if no other language is matches closer than a given
84 * threshold, that default language is chosen. Typically the default is English,
95 * Create a new language matcher from a String form. The highest-weighted
96 * language is the default
366 final String language = languageCode.getLanguage(); local
482 language(0.99), enum constant in enum:LocaleMatcher.Level
    [all...]
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 184 /* Parse the filename, and get its language information.
185 * If it fails to get the language information from the filename,
186 * use "en" as the default value for language
233 void res_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, UErrorCode *status);
618 string_write_xml(StringResource *res, const char* id, const char* /*language*/, UErrorCode *status) {
655 alias_write_xml(AliasResource *res, const char* id, const char* /*language*/, UErrorCode *status) {
686 array_write_xml(ArrayResource *res, const char* id, const char* language, UErrorCode *status) {
704 res_write_xml(current, subId, language, FALSE, status);
723 intvector_write_xml(IntVectorResource *res, const char* id, const char* /*language*/, UErrorCode *status) {
772 int_write_xml(IntResource *res, const char* id, const char* /*language*/, UErrorCode *status)
970 string_write_xml (static_cast<StringResource *>(res), id, language, status); local
974 alias_write_xml (static_cast<AliasResource *>(res), id, language, status); local
978 intvector_write_xml (static_cast<IntVectorResource *>(res), id, language, status); local
982 bin_write_xml (static_cast<BinaryResource *>(res), id, language, status); local
986 int_write_xml (static_cast<IntResource *>(res), id, language, status); local
990 array_write_xml (static_cast<ArrayResource *>(res), id, language, status); local
994 table_write_xml (static_cast<TableResource *>(res), id, language, isTopLevel, status); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocaleMatcher.java 42 * and tl, and when language regional variants are close, like en-GB and en-AU.
65 * Threshold for falling back to the default (first) language. May make this
71 * The default language, in case the threshold is not met.
76 * The default language, in case the threshold is not met.
81 * Create a new language matcher. The highest-weighted language is the
82 * default. That means that if no other language is matches closer than a given
83 * threshold, that default language is chosen. Typically the default is English,
95 * Create a new language matcher from a String form. The highest-weighted
96 * language is the default
373 final String language = languageCode.getLanguage(); local
489 language(0.99), enum constant in enum:LocaleMatcher.Level
    [all...]
  /external/icu/icu4c/source/common/unicode/
locid.h 67 * Locale( const char* language,
73 * Language Code.</STRONG> These codes are the lower-case two-letter
122 * <code>getLanguage</code> to get the ISO Language Code. You can
126 * the language suitable for displaying to the user. Interestingly,
130 * a language appropriate to that locale.
168 * through these objects by language, country, or variant,
171 * suitable for a given language. Such classes implement these
191 /** Useful constant for this language. @stable ICU 2.0 */
193 /** Useful constant for this language. @stable ICU 2.0 */
195 /** Useful constant for this language. @stable ICU 2.0 *
745 char language[ULOC_LANG_CAPACITY]; member in class:Locale
    [all...]
  /external/vogar/src/vogar/android/
JackDexTask.java 13 * See the License for the specific language governing permissions and
84 run.language.toString(), debuggingSubKey, multidexSubKey);
94 jack.sourceVersion(run.language.getJackSourceVersion());
95 jack.minApiLevel(String.valueOf(run.language.getJackMinApilevel()));
  /external/chromium-trace/catapult/devil/devil/utils/
markdown.py 15 _CODE_BLOCK_FORMAT = '''```{language}
29 def md_code(raw_text, language):
30 """Returns a markdown-formatted code block in the given language."""
32 language=language or '',
89 return md_code(usage_text, language=None)
107 lines.append(md_code(self._expand_help(action), language=None))
273 content.append(md_code('\n'.join(lines), language=None))
  /external/e2fsprogs/intl/
l10nflist.c 172 int mask, const char *language, const char *territory,
186 /* If LANGUAGE contains an absolute directory specification, we ignore
188 if (IS_ABSOLUTE_PATH (language))
193 + strlen (language)
226 cp = stpcpy (cp, language);
348 cnt, language, territory, codeset,
355 cnt, language, territory, codeset,
  /external/harfbuzz_ng/src/
hb-common.cc 233 /* Thread-safe lock-free language list */
285 * ISO 639 language code
288 * Converts @str representing an ISO 639 language code to the corresponding
292 * The #hb_language_t corresponding to the ISO 639 language code.
320 * @language: an #hb_language_t to convert.
325 * A %NULL-terminated string representing the @language. Must not be freed by
331 hb_language_to_string (hb_language_t language)
334 return language->s;
351 hb_language_t language = (hb_language_t) hb_atomic_ptr_get (&default_language); local
352 if (unlikely (language == HB_LANGUAGE_INVALID))
    [all...]
  /art/tools/jfuzz/
Android.mk 12 # See the License for the specific language governing permissions and

Completed in 1701 milliseconds

1 2 3 4 5 6 7 891011>>