Home
last modified time | relevance | path

Searched refs:gPlatformIndexes (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/tools/colprobe/
DcolprobeNew.cpp136 int32_t gPlatformIndexes[10]; variable
325 gPlatformIndexes[gPlatformNo++] = i; in addPlatform()
496 strcpy(tailoringName, platforms[gPlatformIndexes[0]].name); in getFileNames()
503 strcpy(tailoringDumpName, platforms[gPlatformIndexes[0]].name); in getFileNames()
510 strcpy(diffName, platforms[gPlatformIndexes[0]].name); in getFileNames()
547 if(createDir(platforms[gPlatformIndexes[0]].name) == 0) { in setFiles()
567 if(createDir(platforms[gPlatformIndexes[0]].name) == 0) { in setFiles()
670 debug->log("\nGenerating order for platform: %s\n", platforms[gPlatformIndexes[0]].name); in processCollator()
671 gComparer = platforms[gPlatformIndexes[0]].comparer; in processCollator()
673 …StrengthProbe probe(platforms[gPlatformIndexes[0]].comparer, platforms[gPlatformIndexes[0]].skgett… in processCollator()
[all …]
Dcolprobe.cpp99 int32_t gPlatformIndexes[10]; variable
193 gPlatformIndexes[gPlatformNo++] = i; in addPlatform()
1502 strcat(filename, platforms[gPlatformIndexes[i]].name); in setOutputFile()
1536 u_fprintf(out, "\nGenerating order for platform: %s\n", platforms[gPlatformIndexes[i]].name); in processCollator()
1537 gComparer = platforms[gPlatformIndexes[i]].comparer; in processCollator()