/external/blktrace/btreplay/doc/ |
Makefile | 13 @dvipdfm -p letter btreplay
|
/external/iproute2/doc/ |
do-psnup | 4 # $3 = Page size . ie: a4 , letter ... "string"
|
/external/webkit/WebCore/icu/unicode/ |
ushape.h | 44 * adjacent letters to each other, computers select images for each letter based 46 * letter: initial, middle, final, and isolated forms. In Unicode, on the other 49 * processing easier because the same letter has only one code.) It is possible 151 /** Letter shaping option: do not perform letter shaping. @stable ICU 2.0 */ 154 /** Letter shaping option: replace abstract letter characters by "shaped" ones. @stable ICU 2.0 */ 157 /** Letter shaping option: replace "shaped" letter characters by abstract ones. @stable ICU 2.0 */ 161 * Letter shaping option: replace abstract letter characters by "shaped" ones [all...] |
/external/icu4c/common/ |
caniter.cpp | 24 Results for: {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBINING CEDILLA} 26 = {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBINING CEDILLA} 28 = {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D}{COMBINING CEDILLA}{COMBINING DOT ABOVE} 30 = {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D WITH DOT ABOVE}{COMBINING CEDILLA} 32 = {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D WITH CEDILLA}{COMBINING DOT ABOVE [all...] |
/external/webkit/WebCore/manual-tests/ |
keyboard_select_elements_with_same_beginning.html | 6 Test select on elements with same beginning letter 13 Type the first letter 'A' to go to the elements start with 'A'.
|
/sdk/eclipse/scripts/ |
_mk_icons.sh | 4 # $1=letter, $2=letter's color (e.g. A red), $3=filename
|
/system/core/sh/ |
options.h | 49 const char letter; /* set [+/-]<letter> and $- */ member in struct:optent 51 char val; /* value of <letter>flag */ 57 #define DEF_OPTS(name, letter, opt_set) {name, letter, opt_set, 0}, 60 #define DEF_OPTS(name, letter, opt_set) 62 #define DEF_OPT(name,letter) DEF_OPTS(name, letter, 0)
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
Log.java | 61 * Returns the {@link LogLevel} enum matching the specified letter. 62 * @param letter the letter matching a <code>LogLevel</code> enum 65 public static LogLevel getByLetter(char letter) { 67 if (mode.mPriorityLetter == letter) { 76 * Returns the {@link LogLevel} enum matching the specified letter. 78 * The letter is passed as a {@link String} argument, but only the first character 80 * @param letter the letter matching a <code>LogLevel</code> enum 83 public static LogLevel getByLetterString(String letter) { [all...] |
/frameworks/base/core/java/android/widget/ |
SectionIndexer.java | 23 * same letter or they may be songs from the same artist. 28 * case these are Strings, each containing one letter of the alphabet. 31 * preview letter to display while scrolling.
|
/external/openssl/android.testssl/ |
Uss.cnf | 17 countryName = Country Name (2 letter code)
|
/external/webkit/WebCore/manual-tests/chromium/ |
select-close-popup-value-change.html | 8 <li>2. Use keyboard to select a value by pressing the first letter of the value.</li>
|
/external/icu4c/i18n/ |
ucurrimp.h | 31 * display name in the given locale, or as a 3-letter ISO 4217 33 * selected. If both a display name and a 3-letter ISO code
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
LetterConverter.java | 34 * For example, Latin capital letter conversion <it>(ex: "'"+"a" to "á")</it>", 44 * Reflect the preferences in the letter converter.
|
/external/icu4c/test/intltest/ |
itspoof.cpp | 152 CHECK_SKELETON(MA, "OOPS", "00PS"); // Letter O to digit 0 in any case mode only 165 // 0391 ; 0041 ; MA # ( ? ? A ) GREEK CAPITAL LETTER ALPHA to LATIN CAPITAL LETTER A 172 // 13CF ; 0062 ; MA # CHEROKEE LETTER SI to LATIN SMALL LETTER B 179 // 0022 ; 02B9 02B9 ; SA #* QUOTATION MARK to MODIFIER LETTER PRIME, MODIFIER LETTER PRIME
|
/frameworks/base/include/tts/ |
TtsEngine.h | 123 // letter codes for languages and countries, as can be retrieved from a java.util.Locale 126 // @param lang pointer to the ISO three letter code for the language 127 // @param country pointer to the ISO three letter code for the country 135 // letter codes for languages and countries, as can be retrieved from a java.util.Locale 138 // @param lang pointer to the ISO three letter code for the language 139 // @param country pointer to the ISO three letter code for the country 145 // parameters have been set. Language and country are represented by their 3-letter ISO code 146 // @param[out] pointer to the retrieved 3-letter code language value 147 // @param[out] pointer to the retrieved 3-letter code country value
|
/external/icu4c/tools/genccode/ |
genccode.8.in | 82 the current version of the ICU release, and a single letter indicating 83 the endianness of the data (the letter 85 indicated big endian data, and the letter
|
/external/icu4c/tools/gencmn/ |
gencmn.8.in | 89 the current version of the ICU release, and a single letter indicating 90 the endianness of the data (the letter 92 indicated big endian data, and the letter
|
/external/srec/seti/sltsEngine/include/ |
lts_seq_internal.h | 73 unsigned char letter; member in struct:LDP 90 unsigned char letter; member in struct:LDP 111 typedef struct LM { /*letter mappings*/
|
/external/apache-http/src/org/apache/commons/codec/language/ |
Soundex.java | 39 * This is a default mapping of the 26 letters used in US English. A value of <code>0</code> for a letter position 51 * This is a default mapping of the 26 letters used in US English. A value of <code>0</code> for a letter position 92 * Every letter of the alphabet is "mapped" to a numerical value. This char array holds the values to which each 93 * letter is mapped. This implementation contains a default map for US_ENGLISH 111 * Every letter of the alphabet is "mapped" to a numerical value. This char array holds the values to which each 112 * letter is mapped. This implementation contains a default map for US_ENGLISH
|
/frameworks/base/core/java/android/text/ |
StaticLayout.java | [all...] |
/cts/tools/dasm/src/java_cup/ |
version.java | 14 * letter will be incremented for small bug fixes and changes that 37 /** The update letter. */
|
/external/opencore/pvmi/content_policy_manager/plugins/common/include/ |
pvmf_cpmplugin_contentmanagement_interface.h | 126 * @param [in] Null terminated unicode string containing the drive letter 142 * @param [in] Null terminated string containing the drive letter 158 * @param [in] Null terminated unicode string containing the drive letter 171 * @param [in] Null terminated string containing the drive letter 184 * @param [in] Null terminated unicode string containing the drive letter 200 * @param [in] Null terminated string containing the drive letter 217 * including the drive letter say, X:\\My Audios\\Album1 230 * including the drive letter say, X:\\My Audios\\Album1
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
NameNormalizer.java | 23 * Converts a name to a normalized form by removing all non-letter characters and normalizing 45 * of names. It ignores non-letter characters and removes accents.
|
/external/libxml2/ |
HTMLparser.c | [all...] |
/external/icu4c/common/unicode/ |
ushape.h | 44 * adjacent letters to each other, computers select images for each letter based 46 * letter: initial, middle, final, and isolated forms. In Unicode, on the other 49 * processing easier because the same letter has only one code.) It is possible 209 /** Letter shaping option: do not perform letter shaping. @stable ICU 2.0 */ 212 /** Letter shaping option: replace abstract letter characters by "shaped" ones. @stable ICU 2.0 */ 215 /** Letter shaping option: replace "shaped" letter characters by abstract ones. @stable ICU 2.0 */ 219 * Letter shaping option: replace abstract letter characters by "shaped" ones [all...] |