HomeSort by relevance Sort by last modified time
    Searched refs:language (Results 26 - 50 of 4758) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/openssl/crypto/x509v3/
v3_pci.c 66 BIO_printf(out, "%*sPolicy Language: ", indent, "");
76 ASN1_OBJECT **language, ASN1_INTEGER **pathlen,
81 if (strcmp(val->name, "language") == 0)
83 if (*language)
89 if (!(*language = OBJ_txt2obj(val->value, 0)))
248 ASN1_OBJECT *language = NULL; local
279 &language, &pathlen, &policy);
288 &language, &pathlen, &policy))
296 /* Language is mandatory */
297 if (!language)
    [all...]
  /external/chromium/chrome/browser/
language_order_table_model.h 26 // Set Language List.
29 // Add at the end. Return true if the language was added.
30 bool Add(const std::string& language);
35 // Returns index corresponding to a given language. Returns -1 if the
36 // language is not found.
37 int GetIndex(const std::string& language);
spellcheck_host.h 28 // * Retrieving the language used by the spellchecker.
53 const std::string& language,
76 // returns the index of the current spell check language in the vector.
  /external/chromium/chrome/browser/tab_contents/
language_state.h 14 // This class holds the language state of the current page.
19 // - user is on page in language A that they had translated to language B.
20 // - user clicks a link in that page that takes them to a page also in language
32 // Should be called when the language of the page has been determined.
38 // Returns the language the current page should be translated to, based on the
40 // the language page has been determined.
49 void set_current_language(const std::string& language) {
50 current_lang_ = language;
71 // Note that these might be empty if the page language has not been determine
    [all...]
  /external/e2fsprogs/intl/
loadinfo.h 92 MASK, LANGUAGE, TERRITORY, CODESET, NORMALIZED_CODESET, MODIFIER,
104 const char *language, const char *territory,
115 /* Split a locale name NAME into its pieces: language, modifier,
118 there. *LANGUAGE gets assigned NAME. Each of *MODIFIER, *TERRITORY,
133 extern int _nl_explode_name (char *name, const char **language,
140 /* Split a locale name NAME into a leading language part and all the
141 rest. Return a pointer to the first character after the language,
explodename.c 53 const char **language, const char **modifier,
71 look for the language. Termination symbols are `_' and `@' if
75 *language = cp = name;
76 cp = _nl_find_language (*language);
78 if (*language == cp)
79 /* This does not make sense: language has to be specified. Use
81 cp = strchr (*language, '\0');
  /external/nist-sip/java/gov/nist/javax/sip/header/
ContentLanguage.java 40 * 14.12 Content-Language
42 * The Content-Language entity-header field describes the natural
43 * language(s) of the intended audience for the enclosed entity. Note
47 * Content-Language = "Content-Language" ":" 1#language-tag
49 * Language tags are defined in section 3.10. The primary purpose of
50 * Content-Language is to allow a user to identify and differentiate
51 * entities according to the user's own preferred language. Thus, if the
55 * Content-Language: d
    [all...]
  /external/qemu/
keymaps.c 63 const char *language,
79 if (android_core_qemu_find_file(QEMU_FILE_TYPE_KEYMAP, language,
82 "Could not read keymap file: '%s'\n", language);
86 filename = qemu_find_file(QEMU_FILE_TYPE_KEYMAP, language);
89 "Could not read keymap file: '%s'\n", language);
98 "Could not read keymap file: '%s'\n", language);
168 void *init_keyboard_layout(const name2keysym_t *table, const char *language)
170 return parse_keyboard_layout(table, language, NULL);
keymaps.h 55 void *init_keyboard_layout(const name2keysym_t *table, const char *language);
  /frameworks/base/core/java/android/speech/tts/
SynthesisRequest.java 13 * License for the specific language governing permissions and limitations under
24 * <li>The synthesis locale, represented as a language, country and a variant.
25 * The language is an ISO 639-3 letter language code, and the country is an
59 * Gets the ISO 3-letter language code for the language to use.
66 * Gets the ISO 3-letter country code for the language to use.
73 * Gets the language variant to use.
103 void setLanguage(String language, String country, String variant) {
104 mLanguage = language;
    [all...]
  /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...]
  /external/chromium/chrome/browser/translate/
translate_tab_helper.cc 39 void TranslateTabHelper::OnLanguageDetermined(const std::string& language,
41 language_state_.LanguageDetermined(language, page_translatable);
43 std::string lang = language;
translate_tab_helper.h 27 void OnLanguageDetermined(const std::string& language,
34 // Information about the language the page is in and has been translated to.
  /external/srec/tools/cmd/
pht_to_long.pl 36 my $language = lc($1);
38 $language =~ s/\-/\./g;
41 $phtfile = "$ENV{ESRSDK}/config/$language/models/generic.pht";
pht_to_short.pl 39 my $language = lc($1);
41 $language =~ s/\-/\./g;
44 $phtfile = "$ENV{ESRSDK}/config/$language/models/generic.pht";
  /frameworks/base/tools/localize/
Configuration.cpp 50 split_locale(const string& in, string* language, string* region)
55 *language = in;
65 language->assign(in.c_str(), 2);
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmSmsTest.java 13 * See the License for the specific language governing permissions and
241 private void decodeSingle(int language) throws Exception {
267 String decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, 128, 0, language, 0);
268 byte[] reEncoded = GsmAlphabet.stringToGsm7BitPacked(decoded, language, 0);
270 assertEquals(sBasicTables[language], decoded);
311 for (int language = 0; language < 3; language++) {
312 int[] tableIndex = sExtendedTableIndexes[language];
345 0, language);
    [all...]
  /libcore/luni/src/main/java/java/util/
Locale.java 14 * See the License for the specific language governing permissions and
28 * {@code Locale} represents a language/country/variant combination. Locales are used to
32 * <p>The language codes are two-letter lowercase ISO language codes (such as "en") as defined by
38 * <p>Note that Java uses several deprecated two-letter codes. The Hebrew ("he") language
54 * any locales with the same language but different countries (such as en_GB or es_ES),
189 * Locale constant for the root locale. The root locale has an empty language,
228 String language = System.getProperty("user.language", "en"); typedefs
231 defaultLocale = new Locale(language, region, variant)
    [all...]
  /external/chromium/base/
file_version_info_win.cc 15 FileVersionInfoWin::FileVersionInfoWin(void* data, int language, int code_page)
16 : language_(language), code_page_(code_page) {
29 WORD language; member in struct:__anon2178
68 return new FileVersionInfoWin(data, translate->language,
145 // Use the language and codepage from the DLL.
148 // Use the default language and codepage from the DLL.
151 // Use the language from the DLL and Latin codepage (most common).
154 // Use the default language and Latin codepage (most common).
161 WORD language = lang_codepage[i++]; local
164 L"\\StringFileInfo\\%04x%04x\\%ls", language, code_page, name)
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
CorrectionPanel.mm 115 [[NSSpellChecker sharedSpellChecker] recordResponse:response toCorrection:replacementString forWord:replacedString language:nil inSpellDocumentWithTag:[view spellCheckerDocumentTag]];
126 [spellChecker recordResponse:NSCorrectionResponseAccepted toCorrection:acceptedReplacement forWord:replaced language:nil inSpellDocumentWithTag:documentTag];
129 [spellChecker recordResponse:NSCorrectionResponseRejected toCorrection:proposedReplacement forWord:replaced language:nil inSpellDocumentWithTag:documentTag];
131 [spellChecker recordResponse:NSCorrectionResponseIgnored toCorrection:proposedReplacement forWord:replaced language:nil inSpellDocumentWithTag:documentTag];
136 [spellChecker recordResponse:NSCorrectionResponseReverted toCorrection:replaced forWord:acceptedReplacement language:nil inSpellDocumentWithTag:documentTag];
140 [spellChecker recordResponse:NSCorrectionResponseAccepted toCorrection:acceptedReplacement forWord:replaced language:nil inSpellDocumentWithTag:documentTag];
  /external/webkit/Source/WebKit2/UIProcess/mac/
CorrectionPanel.mm 122 [[NSSpellChecker sharedSpellChecker] recordResponse:response toCorrection:replacementString forWord:replacedString language:nil inSpellDocumentWithTag:[view spellCheckerDocumentTag]];
133 [spellChecker recordResponse:NSCorrectionResponseAccepted toCorrection:acceptedReplacement forWord:replaced language:nil inSpellDocumentWithTag:documentTag];
136 [spellChecker recordResponse:NSCorrectionResponseRejected toCorrection:proposedReplacement forWord:replaced language:nil inSpellDocumentWithTag:documentTag];
138 [spellChecker recordResponse:NSCorrectionResponseIgnored toCorrection:proposedReplacement forWord:replaced language:nil inSpellDocumentWithTag:documentTag];
143 [spellChecker recordResponse:NSCorrectionResponseReverted toCorrection:replaced forWord:acceptedReplacement language:nil inSpellDocumentWithTag:documentTag];
147 [spellChecker recordResponse:NSCorrectionResponseAccepted toCorrection:acceptedReplacement forWord:replaced language:nil inSpellDocumentWithTag:documentTag];
  /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/chrome/browser/extensions/
extension_tts_api_linux.cc 20 const std::string& language,
  /external/freetype/include/freetype/internal/services/
svttcmap.h 48 /* language :: */
49 /* The language ID used in Mac fonts. Definitions of values are in */
61 FT_ULong language; member in struct:TT_CMapInfo_
  /external/webkit/Source/WebCore/page/
SpeechInput.h 65 bool startRecognition(int listenerId, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin*);

Completed in 586 milliseconds

12 3 4 5 6 7 8 91011>>