Searched refs:dataIsBase (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.cpp558 UBool dataIsBase; local
578 dataIsBase=TRUE;
582 dataIsBase=FALSE;
587 ucm_readTable(data->ucm, convFile, dataIsBase, baseStates, pErrorCode);
621 return dataIsBase;
627 UBool dataIsBase; local
638 dataIsBase=readFile(data, converterName, pErrorCode);
646 if(dataIsBase) {
723 dataIsBase=readFile(&baseData, baseFilename, pErrorCode);
726 } else if(!dataIsBase) {
[all...]

Completed in 74 milliseconds