Home
last modified time | relevance | path

Searched refs:languages (Results 1 – 25 of 72) sorted by relevance

123

/frameworks/base/docs/html/distribute/stories/apps/
Dsayhi.jd2 …alytics, the DAU and user growth numbers, to identify several candidate languages for new translat…
30 by the limited number of languages in which the app was available. Using
32 identified several candidate languages for new translations. After looking at
34 13 additional languages. They then engaged the App Translation Service through
52 SayHi launched in its new languages in August 2013 and immediately saw a 120
65 percent increase in User Reviews in the new languages.
/frameworks/minikin/libs/minikin/
DFontLanguageListCache.cpp114 uint32_t FontLanguageListCache::getId(const std::string& languages) { in getId() argument
117 inst->mLanguageListLookupTable.find(languages); in getId()
124 FontLanguages fontLanguages(parseLanguageList(languages)); in getId()
129 inst->mLanguageListLookupTable.insert(std::make_pair(languages, nextId)); in getId()
DFontLanguage.cpp167 FontLanguages::FontLanguages(std::vector<FontLanguage>&& languages) in FontLanguages() argument
168 : mLanguages(std::move(languages)) { in FontLanguages()
DFontLanguageListCache.h36 static uint32_t getId(const std::string& languages);
DFontFamily.cpp58 uint32_t FontStyle::registerLanguageList(const std::string& languages) { in registerLanguageList() argument
60 return FontLanguageListCache::getId(languages); in registerLanguageList()
DFontLanguage.h101 FontLanguages(std::vector<FontLanguage>&& languages);
/frameworks/base/docs/html/training/basics/supporting-devices/
Dindex.jd30 important variations that you should consider include different languages, screen sizes, and
40 <dt><b><a href="languages.html">Supporting Different Languages</a></b></dt>
41 <dd>Learn how to support multiple languages with alternative string resources.</dd>
Dlanguages.jd41 <p>To add support for more languages, create additional <code>values</code> directories inside
48 <p>Once you’ve decided on the languages you will support, create the resource subdirectories and
67 <p>For example, the following are some different string resource files for different languages.</p>
/frameworks/base/docs/html/distribute/tools/
Dlocalization-checklist.jd13 <li><a href="#identify-languages">1. Identify target languages and locales</a></li>
44 <h2 id="identify-languages">
45 1. Identify target languages and locales
53 countries where you’ll distribute your apps and the languages spoken there.
72 targeting, you would determine the languages you need to support in your
77 You may then decide to localize into some or all languages of the targeted
79 more languages as user base grows.
83 Once you have identified your target languages, you can focus your
103 After you've determined your target languages for localization, assess what
117 language (up to 30% more is normal) to accommodate other languages.
[all …]
/frameworks/base/docs/html/distribute/engage/
Dtranslate.jd13 purchase products into multiple languages maximizes the amount of people
38 <a href="http://developer.android.com/training/basics/supporting-devices/languages.html">
67 <strong>Do it yourself</strong>: If you or your colleagues know the target languages, you can
/frameworks/base/docs/html/preview/features/
Dmultilingual-support.jd28 if your app supports multiple languages, you should ensure that this support works as
30 languages that you didn't explicitly design it to support.</p>
149 user languages to choose from. Let’s try the above example again with Italian
195 that lets apps directly query the list of languages a user has specified. This API
198 can show results in multiple languages based on user’s settings. Browser apps
205 for many common languages
/frameworks/base/docs/html/ndk/
Dindex.jd16 …ative-code languages such as C and C++. For certain types of apps, this can help you reuse existin…
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRecords.java543 protected static String findBestLanguage(byte[] languages, String[] locales) in findBestLanguage() argument
545 if ((languages == null) || (locales == null)) return null; in findBestLanguage()
548 for (int i = 0; (i + 1) < languages.length; i += 2) { in findBestLanguage()
549 String lang = new String(languages, i, 2, "ISO-8859-1"); in findBestLanguage()
/frameworks/base/docs/html/distribute/stories/games/
Dg4a-indian-rummy.jd64 Initially, G4A translated Indian Rummy into five languages through the App
66 in French and German languages and seen a <b>300 percent increase in user
Drvappstudios-zombie.jd29 RV AppStudios launched Zombie Ragdoll localized into 20 languages.
/frameworks/minikin/include/minikin/
DFontFamily.h59 static uint32_t registerLanguageList(const std::string& languages);
/frameworks/base/docs/html/about/versions/
Dandroid-2.2-highlights.jd151 <h3>Multiple keyboard languages</h3>
159 <p>Multi-lingual users can add multiple languages to the keyboard and <span class="green">switch
160 between multiple Latin-based input languages</span> by swiping across the space bar. This changes
/frameworks/base/docs/html-intl/intl/ru/distribute/tools/
Dlocalization-checklist.jd13 …<li><a href="#identify-languages">1. Определение поддерживаемых языков и языковых настроек</a></li>
44 <h2 id="identify-languages">
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/
Dlocalization-checklist.jd13 <li><a href="#identify-languages">1. 确定目标语言和语言区域</a></li>
44 <h2 id="identify-languages">
/frameworks/base/docs/html-intl/intl/ja/distribute/tools/
Dlocalization-checklist.jd13 <li><a href="#identify-languages">1.ターゲット言語とロケールの特定</a></li>
37 <h2 id="identify-languages">
/frameworks/base/docs/html-intl/intl/ko/distribute/tools/
Dlocalization-checklist.jd13 <li><a href="#identify-languages">1. 대상 언어 및 로캘 식별</a></li>
44 <h2 id="identify-languages">
/frameworks/base/docs/html/guide/topics/resources/
Dstring-resource.jd220 <p>Different languages have different rules for grammatical agreement with quantity. In English,
223 languages make finer distinctions. The full set supported by Android is <code>zero</code>,
235 but it's important to note that some languages (such as Chinese) don't make these grammatical
320 …ent of numbers like one (as with the number 1 in English and most other languages; in Russian, any…
352 translators will need to use %d for languages where "one"
/frameworks/base/docs/html-intl/intl/zh-tw/distribute/tools/
Dlocalization-checklist.jd13 <li><a href="#identify-languages">1.確定目標語言與地區設定</a></li>
37 <h2 id="identify-languages">
/frameworks/base/docs/html/distribute/googleplay/
Dguide.jd39 The app is available in the following languages: <a
/frameworks/minikin/doc/
Dhyb_file_format.md15 Further, at some point we will probably pack patterns for multiple languages into a single

123