OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utf8Friendly
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/tools/makeconv/
genmbcs.cpp
55
* 0 if !
utf8Friendly
, otherwise 0x01ff..0xffff in steps of 0x100.
56
* If
utf8Friendly
, utf8Max is normally either MBCS_UTF8_MAX or 0xffff.
60
UBool
utf8Friendly
;
139
gDummy.
utf8Friendly
=TRUE;
584
if(mbcsData->
utf8Friendly
&& c<=SBCS_UTF8_MAX) {
592
if(mbcsData->
utf8Friendly
) {
615
if(mbcsData->
utf8Friendly
&& c<=SBCS_UTF8_MAX) {
626
if(mbcsData->
utf8Friendly
) {
714
if(mbcsData->
utf8Friendly
&& c<=mbcsData->utf8Max) {
722
if(mbcsData->
utf8Friendly
) {
[
all
...]
/external/icu/icu4c/source/common/
ucnvmbcs.h
55
* and from the
utf8Friendly
mbcsIndex at load time.
56
* (This only works with a
utf8Friendly
table.)
70
* The modifications are to make the data
utf8Friendly
. Not every 4.3 file
71
* file contains
utf8Friendly
data.
72
* It is
utf8Friendly
if _MBCSHeader.version[2]!=0.
73
* In this case, the data structures are
utf8Friendly
up to the code point
76
* A
utf8Friendly
file has fromUnicode stage 3 entries for code points up to
80
* In addition, a
utf8Friendly
MBCS file contains an additional
227
* -- optional
utf8Friendly
mbcsIndex -- _MBCSHeader.version 4.3 (ICU 3.8) and higher
366
*
utf8Friendly
data structures added with _MBCSHeader.version 4.
[
all
...]
ucnvmbcs.cpp
81
* This requires a
utf8Friendly
format with an additional mbcsIndex table for fast
85
*
utf8Friendly
also implies that the fromUnicode mappings are stored in ascending order
108
* - Optional
utf8Friendly
data structures, with 64-entry stage 3 block
320
* In version 4.3, the runtime code can build an sbcsIndex for a
utf8Friendly
346
* In version 4.3, a
utf8Friendly
file contains an mbcsIndex table.
[
all
...]
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetMBCS.java
100
CharBuffer mbcsIndex; /* for fast conversion from most of BMP to MBCS (
utf8Friendly
data) */
101
// char sbcsIndex[/* SBCS_FAST_LIMIT>>6 */]; /* for fast conversion from low BMP to SBCS (
utf8Friendly
data) */
102
boolean
utf8Friendly
; /* for
utf8Friendly
data */
103
char maxFastUChar; /* for
utf8Friendly
data */
109
utf8Friendly
= false;
460
mbcsTable.
utf8Friendly
= true;
[
all
...]
Completed in 57 milliseconds