OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SBCS_UTF8_MAX
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/tools/makeconv/
genmbcs.h
28
* the xxx_UTF8_MAX values may be different. (Especially
SBCS_UTF8_MAX
56
*
SBCS_UTF8_MAX
: Maximum code point with UTF-8-friendly SBCS data structures.
71
SBCS_UTF8_MAX
=0x1fff,
genmbcs.cpp
252
* at
SBCS_UTF8_MAX
or MBCS_UTF8_MAX, and for MBCS tables the additional
592
if(mbcsData->utf8Friendly && c<=
SBCS_UTF8_MAX
) {
623
if(mbcsData->utf8Friendly && c<=
SBCS_UTF8_MAX
) {
[
all
...]
Completed in 92 milliseconds