OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mbcsIndex
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnvmbcs.c
79
* This requires a utf8Friendly format with an additional
mbcsIndex
table for fast
92
* redundant with the
mbcsIndex
and will be reconstituted from that (also using the
107
* allocation for parts of the BMP, and an additional
mbcsIndex
in non-SBCS
344
* In version 4.3, a utf8Friendly file contains an
mbcsIndex
table.
348
* See maxFastUChar,
mbcsIndex
and other details in ucnvmbcs.h.
[
all
...]
ucnvmbcs.h
55
* and from the utf8Friendly
mbcsIndex
at load time.
78
* uint16_t
mbcsIndex
[(maxFastUChar+1)>>6];
81
* the
mbcsIndex
does not contain roundtrip flags. Therefore, all fallbacks
111
* (With maxFastUChar=0xffff, makeconv would have to check for
mbcsIndex
value
224
* -- optional utf8Friendly
mbcsIndex
-- _MBCSHeader.version 4.3 (ICU 3.8) and higher
230
* uint16_t
mbcsIndex
[(maxFastUChar+1)>>6];
311
/* double-byte fromUnicode using the
mbcsIndex
*/
314
/* double-byte fromUTF8 using the
mbcsIndex
; l and t1 combined into lt1; lt1 and t2 must be masked externally */
377
const uint16_t *
mbcsIndex
; /* for fast conversion from most of BMP to MBCS (utf8Friendly data) */
/external/icu4c/common/
ucnvmbcs.c
81
* This requires a utf8Friendly format with an additional
mbcsIndex
table for fast
94
* redundant with the
mbcsIndex
and will be reconstituted from that (also using the
109
* allocation for parts of the BMP, and an additional
mbcsIndex
in non-SBCS
346
* In version 4.3, a utf8Friendly file contains an
mbcsIndex
table.
350
* See maxFastUChar,
mbcsIndex
and other details in ucnvmbcs.h.
[
all
...]
ucnvmbcs.h
55
* and from the utf8Friendly
mbcsIndex
at load time.
81
* uint16_t
mbcsIndex
[(maxFastUChar+1)>>6];
84
* the
mbcsIndex
does not contain roundtrip flags. Therefore, all fallbacks
114
* (With maxFastUChar=0xffff, makeconv would have to check for
mbcsIndex
value
227
* -- optional utf8Friendly
mbcsIndex
-- _MBCSHeader.version 4.3 (ICU 3.8) and higher
233
* uint16_t
mbcsIndex
[(maxFastUChar+1)>>6];
314
/* double-byte fromUnicode using the
mbcsIndex
*/
317
/* double-byte fromUTF8 using the
mbcsIndex
; l and t1 combined into lt1; lt1 and t2 must be masked externally */
380
const uint16_t *
mbcsIndex
; /* for fast conversion from most of BMP to MBCS (utf8Friendly data) */
Completed in 76 milliseconds