HomeSort by relevance Sort by last modified time
    Searched full:language (Results 301 - 325 of 82679) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/samples/datefmt/answers/
main_1.cpp 41 static char* LANGUAGE[] = {
44 static const int32_t N_LANGUAGE = sizeof(LANGUAGE)/sizeof(LANGUAGE[0]);
56 Locale loc(LANGUAGE[i]);
59 printf("Date (%s)\n", LANGUAGE[i]);
  /external/icu/icu4c/source/samples/datefmt/answers/
main_0.cpp 42 static char* LANGUAGE[] = {
45 static const int32_t N_LANGUAGE = sizeof(LANGUAGE)/sizeof(LANGUAGE[0]);
57 Locale loc(LANGUAGE[i]);
60 printf("Date (%s)\n", LANGUAGE[i]);
main_1.cpp 41 static char* LANGUAGE[] = {
44 static const int32_t N_LANGUAGE = sizeof(LANGUAGE)/sizeof(LANGUAGE[0]);
56 Locale loc(LANGUAGE[i]);
59 printf("Date (%s)\n", LANGUAGE[i]);
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorTest.java 14 * See the License for the specific language governing permissions and
34 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2,
39 attr.add(AttributedCharacterIterator.Attribute.LANGUAGE);
44 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null,
64 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE,
71 assertEquals(AttributedCharacterIterator.Attribute.LANGUAGE, attr);
78 it.getAttribute(AttributedCharacterIterator.Attribute.LANGUAGE);
94 attributes.get(AttributedCharacterIterator.Attribute.LANGUAGE));
119 AttributedCharacterIterator.Attribute.LANGUAGE));
122 as.addAttribute(AttributedCharacterIterator.Attribute.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...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSmsCbMessage.java 13 * See the License for the specific language governing permissions and
71 String language = null; local
75 language = p.first;
83 header.getServiceCategory(), language, sb.toString(), priority,
104 * text into mBody, and optionally the language code into mLanguage
108 * @return a Pair of Strings containing the language and body of the message
112 String language = null; local
116 // Extract encoding and language from DCS, as defined in 3gpp TS 23.038,
121 language = LANGUAGE_CODES_GROUP_0[dataCodingScheme & 0x0f];
135 language = LANGUAGE_CODES_GROUP_2[dataCodingScheme & 0x0f]
    [all...]
  /external/chromium_org/components/
translate_strings.grdp 8 <message name="IDS_TRANSLATE_INFOBAR_OPTIONS_NEVER_TRANSLATE_LANG" desc="Text for the menu item to never translate the specified language">
9 Never translate <ph name="language">$1<ex>French</ex></ph>
14 <message name="IDS_TRANSLATE_INFOBAR_OPTIONS_ALWAYS" desc="Text for the menu item to always translate from one language to another">
17 <message name="IDS_TRANSLATE_INFOBAR_OPTIONS_REPORT_ERROR" desc="Text for the menu item for reporting the page's language was not correctly detected">
23 <message name="IDS_TRANSLATE_INFOBAR_BEFORE_MESSAGE" desc="Message that page is in specified language and ask if should translate">
27 <message name="IDS_TRANSLATE_INFOBAR_BEFORE_MESSAGE_MOBILE" desc="Mobile: Message that page is in specified language and ask if should translate.">
37 <message name="IDS_TRANSLATE_INFOBAR_NEVER_TRANSLATE" desc="Button label shown to never translate a specific language in the translate infobar">
38 Never translate <ph name="language">$1<ex>French</ex></ph>
40 <message name="IDS_TRANSLATE_INFOBAR_ALWAYS_TRANSLATE" desc="Button label shown to always translate a specific language in the translate infobar">
41 Always translate <ph name="language">$1<ex>English</ex></ph
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
language_options.js 37 var PRELOAD_ENGINES_PREF = 'settings.language.preload_engines';
41 * language menu.
45 var ENABLED_EXTENSION_IME_PREF = 'settings.language.enabled_extension_imes';
56 * dictionary language, like "en-US".
73 * Encapsulated handling of ChromeOS language options page.
89 * For recording the prospective language (the next locale after relaunch).
96 * Map from language code to spell check dictionary download status for that
97 * language.
118 * The list of extension IMEs that are enabled out of the language menu.
140 * language, like "en-US"
    [all...]
  /external/chromium_org/media/base/
text_track_config.cc 15 const std::string& language,
19 language_(language),
26 config.language() == language_ &&
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
cldutil_dbg_empty.cc 31 // Return a 3-byte + NUL code for language
32 void DbgLangName3(Language lang, char* temp) {};
34 // Show all per-language totals
46 // Debug print language name(s)
48 const Language cur_lang, const bool cur_unreliable,
49 Language prior_lang, bool prior_unreliable) {};
51 // Debug print language name(s)
53 const Language lang1, const Language lang2, bool diff_prior) {};
56 void PrintText(FILE* f, Language cur_lang, const string& str) {}
    [all...]
  /external/libcxx/test/language.support/
Android.mk 13 # See the License for the specific language governing permissions and
17 test_makefile := external/libcxx/test/language.support/Android.mk
19 test_name := language.support/nothing_to_do
  /external/libcxx/test/language.support/cstdint/
Android.mk 13 # See the License for the specific language governing permissions and
17 test_makefile := external/libcxx/test/language.support/cstdint/Android.mk
19 test_name := language.support/cstdint/version
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
Android.mk 13 # See the License for the specific language governing permissions and
17 test_makefile := external/libcxx/test/language.support/cstdint/cstdint.syn/Android.mk
19 test_name := language.support/cstdint/cstdint.syn/cstdint
  /external/libcxx/test/language.support/support.dynamic/
Android.mk 13 # See the License for the specific language governing permissions and
17 test_makefile := external/libcxx/test/language.support/support.dynamic/Android.mk
19 test_name := language.support/support.dynamic/version
  /external/libcxx/test/language.support/support.exception/
Android.mk 13 # See the License for the specific language governing permissions and
17 test_makefile := external/libcxx/test/language.support/support.exception/Android.mk
19 test_name := language.support/support.exception/version
  /external/libcxx/test/language.support/support.exception/exception/
Android.mk 13 # See the License for the specific language governing permissions and
17 test_makefile := external/libcxx/test/language.support/support.exception/exception/Android.mk
19 test_name := language.support/support.exception/exception/exception
  /external/libcxx/test/language.support/support.exception/uncaught/
Android.mk 13 # See the License for the specific language governing permissions and
17 test_makefile := external/libcxx/test/language.support/support.exception/uncaught/Android.mk
19 test_name := language.support/support.exception/uncaught/uncaught_exception
  /external/libcxx/test/language.support/support.general/
Android.mk 13 # See the License for the specific language governing permissions and
17 test_makefile := external/libcxx/test/language.support/support.general/Android.mk
19 test_name := language.support/support.general/nothing_to_do
  /external/libcxx/test/language.support/support.limits/
Android.mk 13 # See the License for the specific language governing permissions and
17 test_makefile := external/libcxx/test/language.support/support.limits/Android.mk
19 test_name := language.support/support.limits/nothing_to_do
  /external/libcxx/test/language.support/support.rtti/
Android.mk 13 # See the License for the specific language governing permissions and
17 test_makefile := external/libcxx/test/language.support/support.rtti/Android.mk
19 test_name := language.support/support.rtti/version
  /external/skia/include/core/
SkPaintOptionsAndroid.h 21 The SkLanguage class represents a human written language, and is used by
33 /** Gets a BCP 47 language identifier for this SkLanguage.
34 @return a BCP 47 language identifier representing this language
55 //! BCP 47 language identifier
86 /** Return the paint's language value used for drawing text.
87 @return the paint's language value used for drawing text.
91 /** Set the paint's language value used for drawing text.
92 @param language set the paint's language value for drawing text
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionScript.java 15 * See the License for the specific language governing permissions and
41 /** Language used in extension.
46 * Set language used by extension
49 * @param v Language used by extension
57 * Get language used by extension
60 * @return Language used by extension
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_unicodetext.h 15 // Detects a language of the UTF-16 encoded zero-terminated text.
18 // [in] text - UTF-16 encoded text to detect a language of.
20 // [out] is_reliable - true, if returned language was detected reliably.
23 // Language counts only if it's detected in more than 20% of the text.
29 // Returns: Language enum.
33 Language DetectLanguageOfUnicodeText(
  /external/libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/
Android.mk 13 # See the License for the specific language governing permissions and
17 test_makefile := external/libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/Android.mk
19 test_name := language.support/support.dynamic/new.delete/new.delete.array/new_array_replace
23 test_name := language.support/support.dynamic/new.delete/new.delete.array/new_array
27 test_name := language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow_replace
31 test_name := language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow
  /external/libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/
Android.mk 13 # See the License for the specific language governing permissions and
17 test_makefile := external/libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/Android.mk
19 test_name := language.support/support.dynamic/new.delete/new.delete.single/new_nothrow_replace
23 test_name := language.support/support.dynamic/new.delete/new.delete.single/new
27 test_name := language.support/support.dynamic/new.delete/new.delete.single/new_nothrow
31 test_name := language.support/support.dynamic/new.delete/new.delete.single/new_replace

Completed in 437 milliseconds

<<11121314151617181920>>