OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sbcsIndex
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/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
...]
/external/icu4c/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.c
320
* In version 4.3, the runtime code can build an
sbcsIndex
for a utf8Friendly
[
all
...]
Completed in 83 milliseconds