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

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

Completed in 110 milliseconds