OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minBytesPerChar
(Results
1 - 13
of
13
) sorted by null
/external/expat/lib/
xmltok.c
236
#define MINBPC(enc) ((enc)->
minBytesPerChar
)
995
ptr += enc->
minBytesPerChar
;
1015
ptr += enc->
minBytesPerChar
;
1023
ptr += enc->
minBytesPerChar
;
1029
ptr += enc->
minBytesPerChar
;
1032
ptr += enc->
minBytesPerChar
;
1040
ptr += enc->
minBytesPerChar
;
1042
for (;; ptr += enc->
minBytesPerChar
) {
1056
*nextTokPtr = ptr + enc->
minBytesPerChar
;
1099
ptr += 5 * enc->
minBytesPerChar
;
[
all
...]
xmltok_ns.c
82
if (streqci(buf, KW_UTF_16) && enc->
minBytesPerChar
== 2)
xmlparse.c
[
all
...]
xmltok.h
171
int
minBytesPerChar
;
xmlrole.c
89
#define MIN_BYTES_PER_CHAR(enc) ((enc)->
minBytesPerChar
)
/external/chromium/third_party/icu/source/tools/makeconv/
makeconv.c
488
staticData->
minBytesPerChar
=(int8_t)data->ucm->states.minCharLength;
520
if(staticData->
minBytesPerChar
==0) {
521
staticData->
minBytesPerChar
=prototype->
minBytesPerChar
;
542
(staticData->
minBytesPerChar
>1 ||
743
staticData->
minBytesPerChar
=(int8_t)(states->minCharLength=2);
745
staticData->
minBytesPerChar
=(int8_t)(states->minCharLength=baseStates->minCharLength);
/external/icu4c/tools/makeconv/
makeconv.c
496
staticData->
minBytesPerChar
=(int8_t)data->ucm->states.minCharLength;
528
if(staticData->
minBytesPerChar
==0) {
529
staticData->
minBytesPerChar
=prototype->
minBytesPerChar
;
550
(staticData->
minBytesPerChar
>1 ||
751
staticData->
minBytesPerChar
=(int8_t)(states->minCharLength=2);
753
staticData->
minBytesPerChar
=(int8_t)(states->minCharLength=baseStates->minCharLength);
/external/chromium/third_party/icu/source/common/
ucnv_bld.h
75
int8_t
minBytesPerChar
; /* +70: 1 Minimum # bytes per char in this codepage */
ucnv.c
450
|| (len < converter->sharedData->staticData->
minBytesPerChar
))
651
return converter->sharedData->staticData->
minBytesPerChar
;
[
all
...]
ucnvmbcs.c
[
all
...]
/external/icu4c/common/
ucnv_bld.h
75
int8_t
minBytesPerChar
; /* +70: 1 Minimum # bytes per char in this codepage */
ucnv.c
450
|| (len < converter->sharedData->staticData->
minBytesPerChar
))
651
return converter->sharedData->staticData->
minBytesPerChar
;
[
all
...]
ucnvmbcs.c
[
all
...]
Completed in 369 milliseconds