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

1 2 3 45 6 7 8 91011>>

  /external/libvpx/examples/
gen_example_doxy.php 22 $geshi_path = dirname($argv[0])."/includes/geshi/geshi/"; // Language files
74 $language = 'c'; variable
78 $geshi = new GeSHi($matches[1], $language);
  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaSmsCbProgramData.java 13 * See the License for the specific language governing permissions and
84 /** Language used for service category name (defined in BearerData.LANGUAGE_*). */
97 public CdmaSmsCbProgramData(int operation, int category, int language, int maxMessages,
101 mLanguage = language;
150 * Returns the CDMA language code for this service category.
151 * @return one of the language values defined in BearerData.LANGUAGE_*
174 * Returns the service category name, in the language specified by {@link #getLanguage()}.
184 + ", language=" + mLanguage + ", max messages=" + mMaxMessages
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
PhoneNumberOfflineGeocoder.java 13 * See the License for the specific language governing permissions and
45 // The mappingFileProvider knows for which combination of countryCallingCode and language a phone
74 int prefixMapKey, String language, String script, String region) {
75 String fileName = mappingFileProvider.getFileName(prefixMapKey, language, script, region);
128 * Returns the customary display name in the given language for the given territory the phone
131 private String getCountryNameForNumber(PhoneNumber number, Locale language) {
133 return getRegionDisplayName(regionCode, language);
137 * Returns the customary display name in the given language for the given region.
139 private String getRegionDisplayName(String regionCode, Locale language) {
142 ? "" : new Locale("", regionCode).getDisplayCountry(language);
    [all...]
  /external/skia/src/ports/
FontHostConfiguration_android.cpp 14 ** See the License for the specific language governing permissions and
138 void getLocale(char* language, char* region)
142 property_get("persist.sys.language", propLang, "");
146 property_get("ro.product.locale.language", propLang, "en");
149 strncat(language, propLang, 2);
155 * Use the current system locale (language and region) to open the best matching
156 * customization. For example, when the language is Japanese, the sequence might be:
167 char language[3] = ""; local
175 getLocale(language, region);
176 // Try first with language and regio
    [all...]
  /external/webkit/Source/WebCore/dom/
ScriptElement.cpp 108 static bool isLegacySupportedJavaScriptLanguage(const String& language)
135 return languages.contains(language);
142 // - Allowing a different set of languages for language= and type=. language= supports Javascript 1.1 and 1.4-1.6, but type= does not.
145 String language = languageAttributeValue(); local
146 if (type.isEmpty() && language.isEmpty())
149 type = "text/" + language.lower();
150 if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(type) || isLegacySupportedJavaScriptLanguage(language))
  /frameworks/base/telephony/java/com/android/internal/telephony/
MccTable.java 13 * See the License for the specific language governing permissions and
51 String language; field in class:MccTable.MccEntry
57 MccEntry(int mnc, String iso, int smallestDigitsMCC, String language) {
61 this.language = language;
102 if (entry.language == null) {
105 locale = new Locale(entry.language, entry.iso);
134 * an ISO 2-3 character language code if available.
145 return entry.language;
211 * @param language Two character language code desire
291 String language = MccTable.defaultLanguageForMcc(mcc); local
    [all...]
  /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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 17 known ANTLR language targets.
254 @language = 'Java'
271 attr_reader :type, :name, :language, :source,
304 LANGUAGES.fetch( @language ).map do | ext |
410 if option_block =~ /\s*language\s*=\s*(\S+)\s*;/
411 @language = $1
412 LANGUAGES.has_key?( @language ) or
413 raise( Grammar::FormatError, "Unknown ANTLR target language: %p" % @language )
431 @language = 'Java
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
properties.rb 10 options { language = Ruby; }
57 options { language = Ruby; }
111 language = Ruby;
178 options {language = Ruby;}
229 options {language=Ruby;}
  /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 *
717 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());
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertService.java 13 * See the License for the specific language governing permissions and
276 String language = message.getLanguageCode(); local
277 if (message.isEtwsMessage() && !"ja".equals(language)) {
278 Log.w(TAG, "bad language code for ETWS - using Japanese TTS");
279 language = "ja";
280 } else if (message.isCmasMessage() && !"en".equals(language)) {
281 Log.w(TAG, "bad language code for CMAS - using English TTS");
282 language = "en";
285 language);
  /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/build/
config.mk 12 # See the License for the specific language governing permissions and
  /cts/hostsidetests/appsecurity/test-apps/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/
Android.mk 12 # See the License for the specific language governing permissions and

Completed in 1111 milliseconds

1 2 3 45 6 7 8 91011>>