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

/external/chromium_org/third_party/icu/source/tools/makeconv/
H A Dmakeconv.c568 UBool dataIsBase; local
588 dataIsBase=TRUE;
592 dataIsBase=FALSE;
597 ucm_readTable(data->ucm, convFile, dataIsBase, baseStates, pErrorCode);
631 return dataIsBase;
637 UBool dataIsBase; local
648 dataIsBase=readFile(data, converterName, pErrorCode);
656 if(dataIsBase) {
733 dataIsBase=readFile(&baseData, baseFilename, pErrorCode);
736 } else if(!dataIsBase) {
[all...]
/external/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.c568 UBool dataIsBase; local
588 dataIsBase=TRUE;
592 dataIsBase=FALSE;
597 ucm_readTable(data->ucm, convFile, dataIsBase, baseStates, pErrorCode);
631 return dataIsBase;
637 UBool dataIsBase; local
648 dataIsBase=readFile(data, converterName, pErrorCode);
656 if(dataIsBase) {
733 dataIsBase=readFile(&baseData, baseFilename, pErrorCode);
736 } else if(!dataIsBase) {
[all...]

Completed in 266 milliseconds