Lines Matching refs:baseStates
565 UCMStates *baseStates; in readFile() local
587 baseStates=&data->ucm->states; in readFile()
588 ucm_processStates(baseStates, IGNORE_SISO_CHECK); in readFile()
591 baseStates=NULL; in readFile()
595 ucm_readTable(data->ucm, convFile, dataIsBase, baseStates, pErrorCode); in readFile()
615 ucm_readTable(data->ucm, convFile, FALSE, baseStates, pErrorCode); in readFile()
638 UCMStates *states, *baseStates; in createConverter() local
747 baseStates=&baseData.ucm->states; in createConverter()
751 … staticData->minBytesPerChar=(int8_t)(states->minCharLength=baseStates->minCharLength); in createConverter()
754 … staticData->maxBytesPerChar=(int8_t)(states->maxCharLength=baseStates->maxCharLength); in createConverter()
787 if(1!=ucm_countChars(baseStates, staticData->subChar, staticData->subCharLen)) { in createConverter()
791 … } else if(staticData->subChar1!=0 && 1!=ucm_countChars(baseStates, &staticData->subChar1, 1)) { in createConverter()
796 !ucm_checkValidity(data->ucm->ext, baseStates) || in createConverter()
797 … !ucm_checkBaseExt(baseStates, baseData.ucm->base, data->ucm->ext, data->ucm->ext, FALSE) in createConverter()