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

1 23 4 5 6 7 8 910

  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
AttributedCharacterIteratorAttributeTest.java 14 * See the License for the specific language governing permissions and
50 assertTrue(Attribute.LANGUAGE.equals(Attribute.LANGUAGE));
52 assertFalse(Attribute.LANGUAGE.equals(Attribute.READING));
82 dattribute = AttributedCharacterIterator.Attribute.LANGUAGE;
119 * @tests java.text.AttributedCharacterIterator$Attribute#LANGUAGE
127 Attribute language = Attribute.LANGUAGE; local
  /external/apache-http/src/org/apache/commons/codec/language/
Metaphone.java 13 * See the License for the specific language governing permissions and
17 package org.apache.commons.codec.language;
29 * <CITE>Hanging on the Metaphone</CITE> by <CITE>Lawrence Philips</CITE> in <CITE>Computer Language of Dec. 1990, p
39 * Five values in the English language
Soundex.java 13 * See the License for the specific language governing permissions and
17 package org.apache.commons.codec.language;
  /external/chromium/base/i18n/
rtl.cc 23 // Extract language and country, ignore keywords, concatenate using dash.
25 const char* language = locale.getLanguage(); local
29 (language != NULL && *language != '\0') ? language : "und";
70 std::string language = locale.getLanguage(); local
72 if (LowerCaseEqualsASCII(language, "es") &&
74 language += '-';
75 language += country;
76 return language;
    [all...]
  /external/chromium/base/win/
i18n.cc 41 // MUI_LANGUAGE_NAME). Returns true if at least one language is placed in
87 bool GetUserDefaultUILanguage(std::wstring* language, std::wstring* region) {
88 DCHECK(language);
98 DPCHECK(0 != result_length) << "Failed getting language id";
100 language->assign(&result_buffer[0], result_length - 1);
115 NOTREACHED() << "Cannot determine language for a supplemental locale.";
123 std::wstring language; local
128 language.assign(&*scan);
129 while (!language.empty()) {
130 languages->push_back(language);
    [all...]
  /external/chromium_org/base/win/
i18n.cc 41 // MUI_LANGUAGE_NAME). Returns true if at least one language is placed in
87 bool GetUserDefaultUILanguage(std::wstring* language, std::wstring* region) {
88 DCHECK(language);
98 DPCHECK(0 != result_length) << "Failed getting language id";
100 language->assign(&result_buffer[0], result_length - 1);
115 NOTREACHED() << "Cannot determine language for a supplemental locale.";
123 std::wstring language; local
128 language.assign(&*scan);
129 while (!language.empty()) {
130 languages->push_back(language);
    [all...]
  /external/chromium_org/chrome/browser/plugins/
plugin_metadata.h 44 const std::string& language);
63 const std::string& language() const { return language_; } function in class:PluginMetadata
  /external/chromium_org/chrome/browser/ui/webui/translate_internals/
translate_internals_handler.cc 98 std::string language; local
99 if (!args->GetString(1, &language))
101 translate_prefs.UnblockLanguage(language);
103 std::string language; local
104 if (!args->GetString(1, &language))
106 translate_prefs.RemoveLanguageFromLegacyBlacklist(language);
  /external/chromium_org/chrome/common/translate/
language_detection_util.cc 19 // Similar language code list. Some languages are very similar and difficult
34 int GetSimilarLanguageGroupCode(const std::string& language) {
36 if (language.find(kSimilarLanguageCodes[i].code) != 0)
44 // Content-Language: en.
51 // Applies a series of language code modification in proper order.
64 // Returns the ISO 639 language code of the specified |text|, or 'unknown' if it
69 std::string language = chrome::kUnknownLanguageCode; local
73 Language cld_language =
80 // reliable, or if the actual text used to detect the language was less than
83 // the determined language code is correct with 50% confidence. Chrome shoul
151 std::string language = modified_html_lang.empty() ? modified_code : local
    [all...]
  /external/chromium_org/chrome/installer/util/
language_selector.cc 5 // This file defines a helper class for selecting a supported language from a
23 const wchar_t* language; member in struct:__anon9266::LangToOffset
27 // The language we fall back upon when all else fails.
34 // A sorted array of language identifiers (and their offsets) for which
43 // A sorted array of language identifiers that are aliases to other languages
74 // A sorted array of neutral language identifiers that are wildcard aliases to
94 if (!(std::wstring(first->language) < (first + 1)->language) ||
127 return left.language < right;
133 return left < right.language;
193 std::wstring language; local
    [all...]
  /external/chromium_org/media/webm/
webm_tracks_parser.h 62 std::string language; member in struct:media::WebMTracksParser::TextTrackInfo
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
TextControlInnerElements.cpp 433 AtomicString language = input->computeInheritedLanguage(); local
436 if (speechInput()->startRecognition(m_listenerId, rect, language, grammar, document()->securityOrigin()))
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
InbandTextTrackPrivate.h 62 virtual AtomicString language() const { return emptyAtom; } function in class:WebCore::InbandTextTrackPrivate
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer.h 68 hb_language_t language; member in struct:hb_segment_properties_t
156 hb_language_t language);
  /external/harfbuzz_ng/src/
hb-buffer.h 68 hb_language_t language; member in struct:hb_segment_properties_t
156 hb_language_t language);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
ClassificationBox.java 13 * See the License for the specific language governing permissions and
36 private String language; field in class:ClassificationBox
44 return language;
67 public void setLanguage(String language) {
68 this.language = language;
86 language = IsoTypeReader.readIso639(content);
94 IsoTypeWriter.writeIso639(byteBuffer, language);
102 buffer.append("ClassificationBox[language=").append(getLanguage());
105 buffer.append(";language=").append(getLanguage())
    [all...]
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);
RatingBox.java 13 * See the License for the specific language governing permissions and
37 private String language; field in class:RatingBox
53 public void setLanguage(String language) {
54 this.language = language;
62 return language;
99 language = IsoTypeReader.readIso639(content);
109 IsoTypeWriter.writeIso639(byteBuffer, language);
116 buffer.append("RatingBox[language=").append(getLanguage());
119 buffer.append(";language=").append(getLanguage())
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
TrackMetaData.java 13 * See the License for the specific language governing permissions and
24 private String language; field in class:TrackMetaData
44 return language;
47 public void setLanguage(String language) {
48 this.language = language;
  /external/skia/tests/
FontNamesTest.cpp 91 const char* language; member in struct:FontNamesTest::__anon28019
125 strcmp(test[i].names[nameIndex].language, record.language.c_str()) == 0,
126 "Language did not match."
129 //printf("%s <%s>\n", record.name.c_str(), record.language.c_str());
196 printf("{%s} <%s>\n", record.name.c_str(), record.language.c_str());
208 printf("{{%s}} <%s>\n", record.name.c_str(), record.language.c_str());
  /packages/apps/Browser/src/com/android/browser/search/
SearchEngineInfo.java 13 * See the License for the specific language governing permissions and
49 private static final String PARAMETER_LANGUAGE = "{language}";
84 // Add the current language/country information to the URIs.
86 StringBuilder language = new StringBuilder(locale.getLanguage()); local
88 language.append('-');
89 language.append(locale.getCountry());
92 String language_str = language.toString();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java 13 * See the License for the specific language governing permissions and
73 * Construct the language code (hl= paramater) for the given locale.
76 String language = locale.getLanguage(); local
77 StringBuilder hl = new StringBuilder(language);
80 if (!TextUtils.isEmpty(country) && useLangCountryHl(language, country)) {
85 if (DBG) Log.d(TAG, "language " + language + ", country " + country + " -> hl=" + hl);
90 private static boolean useLangCountryHl(String language, String country) {
92 if ("en".equals(language)) {
94 } else if ("zh".equals(language)) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/
SettingsSafetyLegalActivity.java 13 * See the License for the specific language governing permissions and
52 final String language = configuration.locale.getLanguage(); local
55 String loc = String.format("locale=%s-%s", language, country);
  /packages/apps/Settings/src/com/android/settings/accessibility/
LocalePreference.java 13 * See the License for the specific language governing permissions and
66 final String language = localeStr.substring(0, 2); local
68 final Locale l = new Locale(language, country);
78 if (previous.locale.getLanguage().equals(language)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DownloadOverMeteredDialog.java 13 * License for the specific language governing permissions and limitations under
59 final String language = (null == locale ? "" : locale.getDisplayLanguage()); local
61 prompt.setText(Html.fromHtml(String.format(promptFormat, language)));

Completed in 417 milliseconds

1 23 4 5 6 7 8 910