OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sbcsIndex
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
ucnvmbcs.h
89
* SBCS files do not contain an additional
sbcsIndex
[] array because the
95
* implementation sets it to U+1FFF. Because the
sbcsIndex
is not stored in
101
* The initial runtime implementation using 4.3 files only builds an
sbcsIndex
299
/* single-byte fromUnicode using the
sbcsIndex
*/
302
/* single-byte fromUTF8 using the
sbcsIndex
; l and t must be masked externally; can be l=0 and t<=0x7f */
381
uint16_t
sbcsIndex
[SBCS_FAST_LIMIT>>6]; /* for fast conversion from low BMP to SBCS (utf8Friendly data) */
ucnvmbcs.cpp
320
* In version 4.3, the runtime code can build an
sbcsIndex
for a utf8Friendly
[
all
...]
Completed in 55 milliseconds