HomeSort by relevance Sort by last modified time
    Searched refs:sbcsIndex (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
ucnvmbcs.h 91 * SBCS files do not contain an additional sbcsIndex[] array because the
97 * implementation sets it to U+1FFF. Because the sbcsIndex is not stored in
103 * The initial runtime implementation using 4.3 files only builds an sbcsIndex
301 /* single-byte fromUnicode using the sbcsIndex */
304 /* single-byte fromUTF8 using the sbcsIndex; l and t must be masked externally; can be l=0 and t<=0x7f */
383 uint16_t sbcsIndex[SBCS_FAST_LIMIT>>6]; /* for fast conversion from low BMP to SBCS (utf8Friendly data) */
ucnvmbcs.cpp 323 * In version 4.3, the runtime code can build an sbcsIndex for a utf8Friendly
    [all...]

Completed in 613 milliseconds