Lines Matching refs:baseStates
559 UCMStates *baseStates; in readFile() local
581 baseStates=&data->ucm->states; in readFile()
582 ucm_processStates(baseStates, IGNORE_SISO_CHECK); in readFile()
585 baseStates=NULL; in readFile()
589 ucm_readTable(data->ucm, convFile, dataIsBase, baseStates, pErrorCode); in readFile()
609 ucm_readTable(data->ucm, convFile, FALSE, baseStates, pErrorCode); in readFile()
632 UCMStates *states, *baseStates; in createConverter() local
741 baseStates=&baseData.ucm->states; in createConverter()
745 … staticData->minBytesPerChar=(int8_t)(states->minCharLength=baseStates->minCharLength); in createConverter()
748 … staticData->maxBytesPerChar=(int8_t)(states->maxCharLength=baseStates->maxCharLength); in createConverter()
781 if(1!=ucm_countChars(baseStates, staticData->subChar, staticData->subCharLen)) { in createConverter()
785 … } else if(staticData->subChar1!=0 && 1!=ucm_countChars(baseStates, &staticData->subChar1, 1)) { in createConverter()
790 !ucm_checkValidity(data->ucm->ext, baseStates) || in createConverter()
791 … !ucm_checkBaseExt(baseStates, baseData.ucm->base, data->ucm->ext, data->ucm->ext, FALSE) in createConverter()