HomeSort by relevance Sort by last modified time
    Searched full:codepoints (Results 201 - 225 of 283) sorted by null

1 2 3 4 5 6 7 891011>>

  /ndk/sources/android/support/src/stdio/
vfwprintf.c 38 * within 31 codepoints of the space character. */
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]
  /frameworks/base/core/java/android/text/
BidiFormatter.java 502 * calls on the lowest DIR_TYPE_CACHE_SIZE codepoints are kept in an array for speed.
    [all...]
  /frameworks/support/v4/java/android/support/v4/text/
BidiFormatter.java 492 * calls on the lowest DIR_TYPE_CACHE_SIZE codepoints are kept in an array for speed.
720 * a cache for speed. Not designed for supplementary codepoints, whose results we do not
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
StringUtil.java 2909 int codepoints = 0; local
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 2917 int codepoints = 0; local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnvmbcs.c 487 * @param codePoints resulting Unicode code points, or negative if a byte sequence does
492 UConverterEnumToUCallback(const void *context, uint32_t value, UChar32 codePoints[32]);
501 UChar32 codePoints[32];
516 codePoints[0]=U_SENTINEL;
535 codePoints[b&0x1f]=U_SENTINEL;
577 codePoints[b&0x1f]=c;
582 if(!callback(context, value|(uint32_t)(b-0x20), codePoints)) {
    [all...]
ucnvisci.c 279 * Telugu and Kannada have same codepoints except for Vocallic_RR which we special case
    [all...]
ucnvsel.cpp 144 If excludedCodePoints is NULL, don't exclude any codepoints */
  /external/icu/icu4c/source/common/
ucnvmbcs.c 485 * @param codePoints resulting Unicode code points, or negative if a byte sequence does
490 UConverterEnumToUCallback(const void *context, uint32_t value, UChar32 codePoints[32]);
499 UChar32 codePoints[32];
514 codePoints[0]=U_SENTINEL;
533 codePoints[b&0x1f]=U_SENTINEL;
575 codePoints[b&0x1f]=c;
580 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/chromium_org/third_party/icu/source/i18n/
ucol_elm.cpp 802 // codepoints here are in the NFD form. We need to add the
    [all...]
  /external/chromium_org/third_party/icu/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/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h     [all...]
  /external/chromium_org/third_party/icu/patches/
search_collation.patch 525 - /* Codepoints \u3099-\u309C are both Hiragana and Katakana. Set the flag
534 + /* Codepoints \u3099-\u309C are both Hiragana and Katakana. Set the flag
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ubrk.h 60 * "Extended Grapheme Clusters", which are groupings of codepoints
ucnv_err.h 327 * hexadecimal representation of the illegal codepoints
  /external/harfbuzz_ng/util/
options.cc 662 {"show-unicode", 0, 0, G_OPTION_ARG_NONE, &this->show_unicode, "Show input Unicode codepoints", NULL},
  /external/icu/icu4c/source/common/unicode/
ubrk.h 60 * "Extended Grapheme Clusters", which are groupings of codepoints
ucnv_err.h 327 * hexadecimal representation of the illegal codepoints
  /external/netcat/
netcat.c 993 /* DiffServ Codepoints and other TOS mappings */
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlEntities.java 219 /** A trie that maps entity names to codepoints. */

Completed in 2671 milliseconds

1 2 3 4 5 6 7 891011>>