HomeSort by relevance Sort by last modified time
    Searched refs:language (Results 76 - 100 of 4823) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/
spellcheck_host_impl.cc 31 FilePath GetFirstChoiceFilePath(const std::string& language) {
36 return SpellCheckCommon::GetVersionedFileName(language, dict_dir);
43 const std::string& language) {
46 // Only count a language code once for each session..
47 if (languages_seen.find(language) != languages_seen.end()) {
50 languages_seen.insert(language);
78 const std::string& language,
81 language_(language),
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
TextCheckerClientEnchant.cpp 83 PangoLanguage* language(pango_language_get_default());
87 pango_get_log_attrs(utf8Text.get(), -1, -1, language, attrs.get(), utf8Length + 1);
185 const char* language = pango_language_to_string(gtk_get_default_language()); local
186 if (enchant_broker_dict_exists(broker, language)) {
187 dict = enchant_broker_request_dict(broker, language);
  /external/icu4c/tools/genrb/
wrtxml.cpp 170 /* Parse the filename, and get its language information.
171 * If it fails to get the language information from the filename,
172 * use "en" as the default value for language
219 void res_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, UErrorCode *status);
604 string_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *status) {
641 alias_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *status) {
672 array_write_xml(struct SResource *res, const char* id, const char* language, UErrorCode *status) {
692 res_write_xml(current, subId, language, FALSE, status);
711 intvector_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *status) {
760 int_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *status)
    [all...]
  /external/icu4c/common/unicode/
locid.h 60 * Locale( const char* language,
66 * Language Code.</STRONG> These codes are the lower-case two-letter
115 * <code>getLanguage</code> to get the ISO Language Code. You can
119 * the language suitable for displaying to the user. Interestingly,
123 * a language appropriate to that locale.
161 * through these objects by language, country, or variant,
164 * suitable for a given language. Such classes implement these
185 /** Useful constant for this language. @stable ICU 2.0 */
187 /** Useful constant for this language. @stable ICU 2.0 */
189 /** Useful constant for this language. @stable ICU 2.0 *
716 char language[ULOC_LANG_CAPACITY]; member in class:Locale
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGGlyphElement.cpp 185 String language = getAttribute(SVGNames::langAttr); local
186 if (!language.isEmpty())
187 identifier.languages = parseDelimitedString(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,
  /external/webkit/Source/WebCore/rendering/
RenderQuote.cpp 190 static const QuotesData* quotesForLanguage(AtomicStringImpl* language)
193 AtomicString lower(language->lower());
230 const AtomicString* language; local
231 while ((language = &element->getAttribute(langString)) && language->isNull()) {
236 return quotesForLanguage(language->impl());
  /bootable/recovery/minelf/
Android.mk 12 # See the License for the specific language governing permissions and
  /build/tools/bin2asm/
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/fs_config/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/
CtsHostLibraryList.mk 12 # See the License for the specific language governing permissions and
  /cts/tests/appsecurity-tests/test-apps/
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/tools/dex-tools/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/tools/tradefed-host/etc/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_super/d/
T_invoke_super_16.d 12 ; See the License for the specific language governing permissions and
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_super_range/d/
T_invoke_super_range_16.d 12 ; See the License for the specific language governing permissions and
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_virtual/d/
T_invoke_virtual_16.d 12 ; See the License for the specific language governing permissions and
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_virtual_range/d/
T_invoke_virtual_range_16.d 12 ; See the License for the specific language governing permissions and
  /cts/tools/vm-tests/src/dot/junit/opcodes/new_instance/d/
TestAbstractClass.d 12 ; See the License for the specific language governing permissions and
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/
T_invoke_super_16.d 12 ; See the License for the specific language governing permissions and
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/
T_invoke_super_range_16.d 12 ; See the License for the specific language governing permissions and

Completed in 4678 milliseconds

1 2 34 5 6 7 8 91011>>