HomeSort by relevance Sort by last modified time
    Searched defs:language (Results 126 - 150 of 236) sorted by null

1 2 3 4 56 7 8 910

  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertService.java 13 * See the License for the specific language governing permissions and
317 String language = message.getLanguageCode(); local
318 if (message.isEtwsMessage() && !"ja".equals(language)) {
319 Log.w(TAG, "bad language code for ETWS - using Japanese TTS");
320 language = "ja";
321 } else if (message.isCmasMessage() && !"en".equals(language)) {
322 Log.w(TAG, "bad language code for CMAS - using English TTS");
323 language = "en";
326 language);
  /packages/apps/Mms/src/com/android/mms/transaction/
HttpUtils.java 14 * See the License for the specific language governing permissions and
60 // This is the value to use for the "Accept-Language" header.
72 private static final String HDR_KEY_ACCEPT_LANGUAGE = "Accept-Language";
321 * Return the Accept-Language header. Use the current locale plus
341 * Convert obsolete language codes, including Hebrew/Indonesian/Yiddish,
363 String language = convertObsoleteLanguageCodeToNew(locale.getLanguage()); local
364 if (language != null) {
365 builder.append(language);
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
MoreKeysResources.java 13 * See the License for the specific language governing permissions and
48 // Language to string resources map.
61 final String language = getLanguageFromResDir(parentName); local
64 mResourcesMap.put(language, new StringResourceMap(stream));
77 final String language = dirName.substring(languagePos + 1); local
78 final int countryPos = language.indexOf("-r");
80 return language;
82 return language.replace("-r", "_");
153 for (final String language : allLanguages) {
154 if (language.equals(DEFAUT_LANGUAGE_NAME))
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 14 ** See the License for the specific language governing permissions and
72 String language = locale.getLanguage(); local
75 if (language != null) {
77 scanner.setLocale(language + "_" + country);
79 scanner.setLocale(language);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationDescription.java 13 * See the License for the specific language governing permissions and
203 LanguageQualifier language = Locale.ANY_LANGUAGE; local
207 language = new LanguageQualifier(locales[0]);
212 description.locale = Locale.create(language, region);
283 value = locale.language.getValue() + SEP_LOCALE + locale.region.getValue();
285 value = locale.language.getValue();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarReport.java 49 String language; field in class:GrammarReport.ReportData
95 data.language = (String) g.getOption("language");
363 buf.append("Target language: ");
364 buf.append(data.language);
  /external/chromium_org/chrome_frame/
chrome_frame_automation.h 112 const std::wstring& language,
117 profile_name_(profile_name), language_(language),
158 const std::wstring& language() const { function in class:ChromeFrameLaunchParams
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 58 le_uint16 language; member in struct:CMAPEncodingSubtable
sfnt.h 72 le_uint16 language; member in struct:CMAPEncodingSubtable
187 le_uint32 language; member in struct:CMAPEncodingSubtable32
  /external/chromium_org/third_party/ots/src/
cmap.cc 76 uint16_t language = 0; local
77 if (!subtable.ReadU16(&language)) {
80 if (language) {
81 // Platform ID 3 (windows) subtables should have language '0'.
273 uint32_t language = 0; local
274 if (!subtable.ReadU32(&language)) {
277 if (language) {
354 uint16_t language = 0; local
355 if (!subtable.ReadU16(&language)) {
358 if (language) {
551 uint16_t language = 0; local
    [all...]
  /external/e2fsprogs/intl/
dcigettext.c 1133 const char *language; local
1136 /* The highest priority value is the `LANGUAGE' environment
1139 language = getenv ("LANGUAGE");
1140 if (language != NULL && language[0] == '\0')
1141 language = NULL;
1152 /* Ignore LANGUAGE if the locale is set to "C" because
1160 "LANGUAGE". We allow such programs to use gettext(). */
1161 return language != NULL && strcmp (retval, "C") != 0 ? language : retval
    [all...]
  /external/icu4c/samples/layout/
sfnt.h 61 le_uint16 language; member in struct:CMAPEncodingSubtable
108 le_uint32 language; member in struct:CMAPEncodingSubtable32
  /external/icu4c/test/letest/
FontObject.h 58 le_uint16 language; member in struct:CMAPEncodingSubtable
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
ReverseGeocoder.java 13 * See the License for the specific language governing permissions and
357 String language = readUTF(dis); local
361 if (language != null) {
363 locale = new Locale(language);
365 locale = new Locale(language, country);
367 locale = new Locale(language, country, variant);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardTextsSet.java 13 * See the License for the specific language governing permissions and
48 // Language to texts map.
56 public void setLanguage(final String language) {
57 mTexts = sLocaleToTextsMap.get(language);
446 /* Language af: Afrikaans */
499 /* Language ar: Arabic */
625 /* Language az: Azerbaijani */
671 /* Language be: Belarusian */
707 /* Language bg: Bulgarian */
724 /* Language ca: Catalan *
3516 final String language = (String)LANGUAGES_AND_TEXTS[i]; typedefs
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
InputModeSwitcher.java 13 * See the License for the specific language governing permissions and
96 * Used to indicate which language the current input mode is in. If the
98 * also used to get language information. For example, a Chinese symbol soft
100 * tell user the language information. BTW, the smiley soft keyboard mode
108 * Used to indicate the current language. An input mode should be anded with
114 * Used to indicate the current language. An input mode should be anded with
226 * Used to remember recent mode to input language.
556 // try to keep the previous mode to input language text.
558 // soft keyboard related information from the previous language
664 int language = (mInputMode & MASK_LANGUAGE) local
673 int language = (mInputMode & MASK_LANGUAGE); local
682 int language = (mInputMode & MASK_LANGUAGE); local
741 int language = (mInputMode & MASK_LANGUAGE); local
    [all...]
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 652 string16 language = l10n_util::GetDisplayNameForLocale(locale, locale, true); local
655 l10n_util::GetStringFUTF16(IDS_CONTENT_CONTEXT_TRANSLATE, language));
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc 1939 std::string language; local
    [all...]
  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu.cc 953 string16 language = l10n_util::GetDisplayNameForLocale(locale, locale, local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityObject.cpp 566 String AccessibilityObject::language() const function in class:WebCore::AccessibilityObject
574 // as a last resort, fall back to the content language specified in the meta tag
582 return parent->language();
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_parse.y 278 program: language optionSequence statementSequence END
281 language: ARBvp_10 label
    [all...]

Completed in 870 milliseconds

1 2 3 4 56 7 8 910