HomeSort by relevance Sort by last modified time
    Searched full:codepoints (Results 226 - 250 of 354) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/text/
BidiFormatter.java 551 * calls on the lowest DIR_TYPE_CACHE_SIZE codepoints are kept in an array for speed.
    [all...]
  /frameworks/support/core-utils/java/android/support/v4/text/
BidiFormatter.java 495 * calls on the lowest DIR_TYPE_CACHE_SIZE codepoints are kept in an array for speed.
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 2917 int codepoints = 0; local
    [all...]
  /external/icu/icu4c/source/common/
ucnvmbcs.cpp 371 * @param codePoints resulting Unicode code points, or negative if a byte sequence does
376 UConverterEnumToUCallback(const void *context, uint32_t value, UChar32 codePoints[32]);
636 UChar32 codePoints[32];
651 codePoints[0]=U_SENTINEL;
670 codePoints[b&0x1f]=U_SENTINEL;
712 codePoints[b&0x1f]=c;
717 if(!callback(context, value|(uint32_t)(b-0x20), codePoints)) {
    [all...]
ucnvisci.c 282 * Telugu and Kannada have same codepoints except for Vocallic_RR which we special case
    [all...]
ucnvsel.cpp 146 If excludedCodePoints is NULL, don't exclude any codepoints */
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationMiscTest.java     [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationMiscTest.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UTF16Test.java     [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucol.h 244 * which treats all the codepoints with non-ignorable
246 * and UCOL_SHIFTED which causes codepoints with primary
299 * to codepoints of the NFD form of the string.
    [all...]
  /external/icu/icu4c/source/test/intltest/
testidna.cpp 338 0x0030, 0x0644, 0x064A, 0x0647, 0x0031, /* Arabic code points squashed between EN codepoints */
350 0x206C, 0x0644, 0x064A, 0x0647, 0x206D, // Arabic code points squashed between BN codepoints
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UTF16Test.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie2.java 332 * The iterator will return one item for each contiguous range of codepoints having the same value.
436 * both in determining the ranges of codepoints and as the value to be returned
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2.java 330 * The iterator will return one item for each contiguous range of codepoints having the same value.
434 * both in determining the ranges of codepoints and as the value to be returned
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UProperty.java 85 * <p>Codepoints (2060..206F, FFF0..FFFB, E0000..E0FFF) +
  /external/icu/android_icu4j/src/main/java/android/icu/util/
StringTokenizer.java 26 * The set of delimiters (the codepoints that separate tokens) may be
  /external/icu/icu4c/source/common/unicode/
ubrk.h 70 * "Extended Grapheme Clusters", which are groupings of codepoints
ucnv_err.h 327 * hexadecimal representation of the illegal codepoints
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UProperty.java 91 * <p>Codepoints (2060..206F, FFF0..FFFB, E0000..E0FFF) +
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
StringTokenizer.java 25 * The set of delimiters (the codepoints that separate tokens) may be
  /external/netcat/
netcat.c 993 /* DiffServ Codepoints and other TOS mappings */
  /external/okhttp/okio/okio/src/test/java/okio/
BufferedSourceTest.java 747 @Test public void codePoints() throws IOException {
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlEntities.java 219 /** A trie that maps entity names to codepoints. */
  /external/pcre/dist/doc/
pcrebuild.3 151 UTF support allows the libraries to process character codepoints up to 0x10ffff

Completed in 6778 milliseconds

1 2 3 4 5 6 7 8 91011>>