HomeSort by relevance Sort by last modified time
    Searched refs:dataIsBase (Results 1 - 2 of 2) sorted by null

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

Completed in 93 milliseconds