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/icu/icu4c/source/tools/makeconv/
makeconv.cpp
488
staticData->minBytesPerChar=(int8_t)data->ucm->states.
minCharLength
;
743
staticData->minBytesPerChar=(int8_t)(states->
minCharLength
=2);
744
} else if(states->
minCharLength
==0) {
745
staticData->minBytesPerChar=(int8_t)(states->
minCharLength
=baseStates->
minCharLength
);
747
if(states->maxCharLength<states->
minCharLength
) {
/external/icu/icu4c/source/tools/toolutil/
ucmstate.c
292
states->
minCharLength
=(int8_t)(c-'0');
451
if(states->
minCharLength
!=1 || states->maxCharLength!=2) {
464
if(states->
minCharLength
!=2 || states->maxCharLength!=2) {
487
if(states->maxCharLength<states->
minCharLength
) {
504
if(states->
minCharLength
==1) {
[
all
...]
ucm.h
100
int32_t countStates,
minCharLength
, maxCharLength, countToUCodeUnits;
ucm.c
1027
ucm->states.
minCharLength
=ucm->states.maxCharLength=1;
[
all
...]
Completed in 185 milliseconds