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

1 2 3 45 6 7 8 91011>>

  /external/libcxx/test/language.support/support.exception/exception.terminate/terminate.handler/
Android.mk 13 # See the License for the specific language governing permissions and
17 test_makefile := external/libcxx/test/language.support/support.exception/exception.terminate/terminate.handler/Android.mk
19 test_name := language.support/support.exception/exception.terminate/terminate.handler/terminate_handler
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
syn-pred.rb 10 language = Ruby;
  /external/chromium_org/components/translate/core/browser/
translate_browser_metrics.cc 73 void ReportUndisplayableLanguage(const std::string& language) {
75 language_usage_metrics::LanguageUsageMetrics::ToLanguageCode(language);
80 void ReportUnsupportedLanguageAtInitiation(const std::string& language) {
82 language_usage_metrics::LanguageUsageMetrics::ToLanguageCode(language);
translate_prefs.h 58 // Removes a language from the old blacklist. Only used internally for
75 // Will return true if at least one language has been blacklisted.
82 // translation for a specific language. (So we can present a UI to black-list
83 // that language if the user keeps denying translations).
84 int GetTranslationDeniedCount(const std::string& language) const;
85 void IncrementTranslationDeniedCount(const std::string& language);
86 void ResetTranslationDeniedCount(const std::string& language);
89 // translation for a specific language. (So we can present a UI to white-list
90 // that language if the user keeps accepting translations).
91 int GetTranslationAcceptedCount(const std::string& language);
    [all...]
  /external/chromium_org/components/translate/core/language_detection/
language_detection_util.cc 28 // Similar language code list. Some languages are very similar and difficult
43 int GetSimilarLanguageGroupCode(const std::string& language) {
45 if (language.find(kSimilarLanguageCodes[i].code) != 0)
53 // Content-Language: en.
60 // Applies a series of language code modification in proper order.
85 // Returns the ISO 639 language code of the specified |text|, or 'unknown' if it
90 std::string language = translate::kUnknownLanguageCode; local
94 // Language or CLD2::Language
114 CLD2::Language language3[3]
233 std::string language = modified_html_lang.empty() ? modified_code : local
    [all...]
  /external/chromium_org/content/public/browser/
speech_recognition_session_config.h 28 std::string language; member in struct:content::SpeechRecognitionSessionConfig
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TrackBase.h 53 AtomicString language() const { return m_language; } function in class:blink::TrackBase
54 void setLanguage(const AtomicString& language) { m_language = language; }
66 TrackBase(Type, const AtomicString& label, const AtomicString& language, const String& id);
  /external/chromium_org/third_party/WebKit/Source/platform/
Language.h 39 PLATFORM_EXPORT size_t indexOfBestMatchingLanguageInList(const AtomicString& language, const Vector<AtomicString>& languageList);
  /external/chromium_org/third_party/WebKit/public/platform/
WebInbandTextTrack.h 58 virtual WebString language() const = 0;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-tag.h 51 hb_ot_tag_from_language (hb_language_t language);
  /external/chromium_org/third_party/icu/source/test/letest/
cfonts.cpp 34 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language)
38 return pfi->getNameString(nameID, platform, encoding, language);
41 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language)
45 return pfi->getUnicodeNameString(nameID, platform, encoding, language);
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
cfonts.cpp 34 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language)
38 return pfi->getNameString(nameID, platform, encoding, language);
41 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language)
45 return pfi->getUnicodeNameString(nameID, platform, encoding, language);
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
language_test.cc 12 // See the License for the specific language governing permissions and
15 #include "language.h"
25 using i18n::addressinput::Language;
54 Language language(GetParam().input_language_tag);
55 EXPECT_EQ(GetParam().expected_language_tag, language.tag);
56 EXPECT_EQ(GetParam().expected_base_language, language.base);
57 EXPECT_EQ(GetParam().expected_has_latin_script, language.has_latin_script);
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
writer_unittest_common.py 20 def __init__(self, type, language, file = 'hello.gif'):
22 self.language = language
27 return self.language
70 env_lang: The environment language.
74 out_lang: Language of the output node for which output will be generated.
  /external/harfbuzz_ng/src/
hb-ot-tag.h 51 hb_ot_tag_from_language (hb_language_t language);
  /external/icu/icu4c/source/test/letest/
cfonts.cpp 34 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language)
38 return pfi->getNameString(nameID, platform, encoding, language);
41 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language)
45 return pfi->getUnicodeNameString(nameID, platform, encoding, language);
  /external/icu/icu4c/source/test/perf/leperf/
cfonts.cpp 34 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language)
38 return pfi->getNameString(nameID, platform, encoding, language);
41 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language)
45 return pfi->getUnicodeNameString(nameID, platform, encoding, language);
  /external/chromium_org/remoting/tools/build/
remoting_localize.py 18 - GetCodepage - returns the code page for the given language.
22 language ID.
27 - IsRtlLanguage(language) - returns True if the language is right-to-left.
28 - SelectLanguage(language) - allows to select the language to the used by
402 This dictionary defines the language lookup table. The key is the language ISO
404 language and sublanguage.
407 Codepage resource: http://www.science.co.il/language/locale-codes.as
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
MediaHeaderBox.java 13 * See the License for the specific language governing permissions and
37 private String language; field in class:MediaHeaderBox
60 return language;
92 public void setLanguage(String language) {
93 this.language = language;
110 language = IsoTypeReader.readIso639(content);
126 result.append("language=").append(getLanguage());
144 IsoTypeWriter.writeIso639(byteBuffer, language);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/
LocationInformationBox.java 16 private String language; field in class:LocationInformationBox
30 return language;
33 public void setLanguage(String language) {
34 this.language = language;
100 language = IsoTypeReader.readIso639(content);
114 IsoTypeWriter.writeIso639(byteBuffer, language);
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
rewrites.rb 62 options {language=Ruby;output=AST;}
75 options {language=Ruby;output=AST;}
89 options {language=Ruby;output=AST;}
103 options {language=Ruby;output=AST;}
117 options {language=Ruby;output=AST;}
130 options {language=Ruby;output=AST;}
144 options {language=Ruby;output=AST;}
158 options {language=Ruby;output=AST;}
173 options {language=Ruby;output=AST;}
187 options {language=Ruby;output=AST;
    [all...]
  /external/chromium_org/chrome/installer/util/
l10n_string_util.cc 73 // The resource names are more or less the upcased language names.
74 std::wstring language(GetLanguageSelector().selected_translation());
75 std::replace(language.begin(), language.end(), L'-', L'_');
76 StringToUpperASCII(&language);
79 resource.append(language).append(L".HTML");
81 // Fall back on "en" if we don't have a resource for this language.
  /external/chromium_org/media/formats/webm/
tracks_builder.h 20 // |name|, |language| and any device-specific constraints are not checked.
34 const std::string& language,
42 const std::string& language,
50 const std::string& language);
60 const std::string& language,
77 const std::string& language,
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
phonenumber_offline_geocoder.cc 12 // See the License for the specific language governing permissions and
85 int prefix, const string& language, const string& script,
88 provider_->GetFileName(prefix, language, script, region, &filename);
122 const PhoneNumber& number, const Locale& language) const {
125 return GetRegionDisplayName(&region_code, language);
129 const string* region_code, const Locale& language) const {
137 language, udisplay_country);
144 const PhoneNumber& number, const Locale& language) const {
146 number, language.getLanguage(), "", language.getCountry())
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
import.rb 19 options { language=Ruby; }
29 options { language=Ruby; }
50 language=Ruby;
61 options {language=Ruby;}
81 language=Ruby;
97 language=Ruby;
115 language=Ruby;
128 language=Ruby;
140 language=Ruby;
158 language=Ruby
    [all...]

Completed in 1582 milliseconds

1 2 3 45 6 7 8 91011>>