/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-iw/ |
donottranslate-more-keys.xml | 21 <!-- Label for "switch to alphabetic" key.
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-kk/ |
donottranslate-more-keys.xml | 50 <!-- Label for "switch to alphabetic" key.
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-mr/ |
donottranslate-more-keys.xml | 21 <!-- Label for "switch to alphabetic" key.
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-ne/ |
donottranslate-more-keys.xml | 21 <!-- Label for "switch to alphabetic" key.
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-sr/ |
donottranslate-more-keys.xml | 52 <!-- Label for "switch to alphabetic" key.
|
/external/libxml2/doc/ |
api.xsl | 244 <xsl:message>Generating API Alphabetic list</xsl:message> 245 <xsl:variable name="title">Alphabetic List of Symbols in <xsl:value-of select="$module"/></xsl:variable> 318 <xsl:variable name="title">API Alphabetic Index <xsl:value-of select="$block"/> for <xsl:value-of select="$module"/></xsl:variable>
|
/frameworks/base/core/java/android/view/ |
InputDevice.java | 147 * {@link #getKeyboardType()} to determine whether the keyboard has alphabetic keys 385 * The keyboard is not fully alphabetic. It may be a numeric keypad or an assortment 386 * of buttons that are not mapped as alphabetic keys suitable for text input. 391 * The keyboard supports a complement of alphabetic keys. [all...] |
/libcore/ojluni/src/main/java/java/util/prefs/ |
Base64.java | 48 * not contain the uppercase alphabetic characters, which makes it 226 * variant that avoids the use of uppercase alphabetic characters.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
ScriptUtils.java | 97 // Alphabetic Presentation Forms block, U+FB00..U+FB4F, but only in the Armenian part 128 // or in the Alphabetic Presentation Forms block, U+FB00..U+FB4F, but only in the
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
wctype.h | 76 __ISwalpha = 2, /* Alphabetic. */ 89 _ISwalpha = _ISwbit (__ISwalpha), /* Alphabetic. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
wctype.h | 76 __ISwalpha = 2, /* Alphabetic. */ 89 _ISwalpha = _ISwbit (__ISwalpha), /* Alphabetic. */
|
/cts/tests/tests/preference2/res/values/ |
arrays.xml | 100 <item>Alphabetic</item>
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
SoftKeyboard.java | 182 // normal alphabetic keyboard, and assume that we should 217 // to decide whether our alphabetic keyboard should start out 223 // For all unknown input types, default to the alphabetic 467 * Helper to determine if a given character code is alphabetic.
|
/external/guava/guava-tests/test/com/google/common/base/ |
AsciiTest.java | 134 // Test chars just outside the alphabetic range ('A'-1 vs 'a'-1, 'Z'+1 vs 'z'+1)
|
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
UProperty.java | 45 * <p>Binary property Alphabetic. 50 public static final int ALPHABETIC = 0; 55 public static final int BINARY_START = ALPHABETIC; 107 * <p>Extend the value or shape of a preceding alphabetic character, e.g.
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
TestReorderArabicMathSymbols.java | 18 * Regression test for the Arabic Mathematical Alphabetic Symbols.
|
/external/icu/icu4c/source/tools/toolutil/ |
ppucd.h | 74 /** property;Binary;Alpha;Alphabetic */
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
TestReorderArabicMathSymbols.java | 17 * Regression test for the Arabic Mathematical Alphabetic Symbols.
|
/external/owasp/sanitizer/src/main/org/owasp/html/examples/ |
SlashdotPolicyExample.java | 76 // Allow lang= with an alphabetic value on any element.
|
/prebuilts/go/darwin-x86/src/regexp/syntax/ |
doc.go | 116 [[:alpha:]] alphabetic (== [A-Za-z])
|
/prebuilts/go/linux-x86/src/regexp/syntax/ |
doc.go | 116 [[:alpha:]] alphabetic (== [A-Za-z])
|
/test/vts-testcase/kernel/api/proc/ |
KernelProcFileTestBase.py | 54 Among these tokens precedence is decided in alphabetic order.
|
/external/libxml2/ |
triostr.c | 702 Convert the alphabetic letters in the string to lower-case. 1162 Convert one alphabetic letter to lower-case. 1178 /* Does not handle locales or non-contiguous alphabetic characters */ 1211 Convert one alphabetic letter to upper-case. 1227 /* Does not handle locales or non-contiguous alphabetic characters */ 1237 Convert the alphabetic letters in the string to upper-case. [all...] |
/external/python/cpython2/Doc/library/ |
formatter.rst | 113 represent alphabetic representations of the counter value in upper and lower 115 numerals, in upper and lower case. Note that the alphabetic and roman
|
/external/regex-re2/doc/ |
syntax.txt | 173 [:alpha:] alphabetic (== [A-Za-z]) 328 \a alphabetic NOT SUPPORTED vim
|