OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minCharLength
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/tools/makeconv/
makeconv.c
496
staticData->minBytesPerChar=(int8_t)data->ucm->states.
minCharLength
;
751
staticData->minBytesPerChar=(int8_t)(states->
minCharLength
=2);
752
} else if(states->
minCharLength
==0) {
753
staticData->minBytesPerChar=(int8_t)(states->
minCharLength
=baseStates->
minCharLength
);
755
if(states->maxCharLength<states->
minCharLength
) {
/external/icu4c/tools/toolutil/
ucmstate.c
290
states->
minCharLength
=(int8_t)(c-'0');
449
if(states->
minCharLength
!=1 || states->maxCharLength!=2) {
462
if(states->
minCharLength
!=2 || states->maxCharLength!=2) {
485
if(states->maxCharLength<states->
minCharLength
) {
502
if(states->
minCharLength
==1) {
[
all
...]
ucm.h
97
int32_t countStates,
minCharLength
, maxCharLength, countToUCodeUnits;
ucm.c
1025
ucm->states.
minCharLength
=ucm->states.maxCharLength=1;
[
all
...]
Completed in 45 milliseconds