HomeSort by relevance Sort by last modified time
    Searched refs:language (Results 226 - 250 of 3133) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/renderer_context_menu/
spellchecker_submenu_observer_hunspell.cc 93 // Allow Spell Check language items on sub menu for text area context menu.
156 // Check to see if one of the spell check language ids have been clicked.
161 const size_t language = command_id - IDC_SPELLCHECK_LANGUAGES_FIRST; local
162 if (profile && language < languages_.size()) {
166 dictionary_language.SetValue(languages_[language]);
  /external/chromium_org/third_party/icu/source/common/unicode/
locid.h 65 * Locale( const char* language,
71 * Language Code.</STRONG> These codes are the lower-case two-letter
120 * <code>getLanguage</code> to get the ISO Language Code. You can
124 * the language suitable for displaying to the user. Interestingly,
128 * a language appropriate to that locale.
166 * through these objects by language, country, or variant,
169 * suitable for a given language. Such classes implement these
189 /** Useful constant for this language. @stable ICU 2.0 */
191 /** Useful constant for this language. @stable ICU 2.0 */
193 /** Useful constant for this language. @stable ICU 2.0 *
728 char language[ULOC_LANG_CAPACITY]; member in class:Locale
    [all...]
  /external/icu/icu4c/source/common/unicode/
locid.h 65 * Locale( const char* language,
71 * Language Code.</STRONG> These codes are the lower-case two-letter
120 * <code>getLanguage</code> to get the ISO Language Code. You can
124 * the language suitable for displaying to the user. Interestingly,
128 * a language appropriate to that locale.
166 * through these objects by language, country, or variant,
169 * suitable for a given language. Such classes implement these
189 /** Useful constant for this language. @stable ICU 2.0 */
191 /** Useful constant for this language. @stable ICU 2.0 */
193 /** Useful constant for this language. @stable ICU 2.0 *
728 char language[ULOC_LANG_CAPACITY]; member in class:Locale
    [all...]
  /external/lldb/include/lldb/Expression/
ClangUserExpression.h 63 /// @param[in] language
64 /// If not eLanguageTypeUnknown, a language to use when parsing
74 lldb::LanguageType language,
237 /// Return the language that should be used when parsing. To use
241 Language ()
307 /// @param[in] language
308 /// If not eLanguageTypeUnknown, a language to use when parsing
349 lldb::LanguageType language,
362 lldb::LanguageType language,
406 lldb::LanguageType m_language; ///< The language to use when parsing (eLanguageTypeUnknown means use defaults
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptLoader.cpp 107 static bool isLegacySupportedJavaScriptLanguage(const String& language)
133 return languages.contains(language);
152 // - Allowing a different set of languages for language= and type=. language= supports Javascript 1.1 and 1.4-1.6, but type= does not.
155 String language = client()->languageAttributeValue(); local
156 if (type.isEmpty() && language.isEmpty())
159 type = "text/" + language.lower();
160 if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(type) || isLegacySupportedJavaScriptLanguage(language))
  /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,
  /bootable/recovery/uncrypt/
Android.mk 12 # See the License for the specific language governing permissions and
  /build/tools/check_prereq/
Android.mk 12 # See the License for the specific language governing permissions and
  /build/tools/droiddoc/
Android.mk 12 # See the License for the specific language governing permissions and
  /build/tools/droiddoc/templates-pdk/
trailer.cs 17 See the License for the specific language governing permissions and
  /build/tools/fs_config/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/hostsidetests/appsecurity/test-apps/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/hostsidetests/appsecurity/test-apps/keysets/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/hostsidetests/devicepolicy/app/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/hostsidetests/monkey/test-apps/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/libs/deviceutillegacy/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/libs/testserver/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/libs/wrappedgtest/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/suite/cts/deviceTests/dram/jni/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/suite/cts/deviceTests/simplecpu/jni/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/tests/accessibility/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/tests/core/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/tests/core/libcore/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/tests/core/libcore/com/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/tests/core/libcore/dalvik/
Android.mk 12 # See the License for the specific language governing permissions and

Completed in 955 milliseconds

1 2 3 4 5 6 7 8 91011>>