Lines Matching defs:name
201 compALen = unorm_normalize((*(Line **)a)->name, (*(Line **)a)->len, UNORM_NFC, 0, compA, 256, &status);
202 compBLen = unorm_normalize((*(Line **)b)->name, (*(Line **)b)->len, UNORM_NFC, 0, compB, 256, &status);
224 //compALen = unorm_compose(compA, 256, (*(Line **)a)->name, (*(Line **)a)->len, false, 0, &status);
225 //compBLen = unorm_compose(compB, 256, (*(Line **)b)->name, (*(Line **)b)->len, false, 0, &status);
226 compALen = unorm_normalize((*(Line **)a)->name, (*(Line **)a)->len, UNORM_NFC, 0, compA, 256, &status);
227 compBLen = unorm_normalize((*(Line **)b)->name, (*(Line **)b)->len, UNORM_NFC, 0, compB, 256, &status);
234 (*(Line **)a)->name, (*(Line **)a)->len,
235 (*(Line **)b)->name, (*(Line **)b)->len);
251 b1Len = WingetSortKey((*(Line **)a)->name, (*(Line **)a)->len, b1, 256);
252 b2Len = WingetSortKey((*(Line **)b)->name, (*(Line **)b)->len, b2, 256);
275 (*(Line **)a)->name, (*(Line **)a)->len,
276 (*(Line **)b)->name, (*(Line **)b)->len);
287 const char* name;
306 void usage(const char *name) {
307 logger->log("Usage: %s --locale loc_name --platform platform\n", name);
324 if(strcmp(platform, platforms[i].name) == 0) {
393 if(strcmp(options[REFERENCE].value, platforms[i].name) == 0) {
494 getFileNames(const char *name, char *tailoringName, char *tailoringDumpName, char *defaultName, char *defaultDumpName, char *diffName) {
496 strcpy(tailoringName, platforms[gPlatformIndexes[0]].name);
498 strcat(tailoringName, name);
503 strcpy(tailoringDumpName, platforms[gPlatformIndexes[0]].name);
505 strcat(tailoringDumpName, name);
510 strcpy(diffName, platforms[gPlatformIndexes[0]].name);
512 strcat(diffName, name);
518 strcpy(defaultName, platforms[gRefNum].name);
520 strcat(defaultName, name);
526 strcpy(defaultDumpName, platforms[gRefNum].name);
528 strcat(defaultDumpName, name);
534 setFiles(const char *name, UErrorCode &status) {
545 getFileNames(name, tailoringName, tailoringDumpName, defaultName, defaultDumpName, diffName);
547 if(createDir(platforms[gPlatformIndexes[0]].name) == 0) {
557 if(createDir(platforms[gRefNum].name) == 0) {
567 if(createDir(platforms[gPlatformIndexes[0]].name) == 0) {
670 debug->log("\nGenerating order for platform: %s\n", platforms[gPlatformIndexes[0]].name);
713 tailoringBundle->log(lines.toOutput(outputFormat, myLoc, platforms[gPlatformIndexes[0]].name, NULL, true, true, hanAppears), true);
728 referenceBundle->log(RefLines.toOutput(outputFormat, myLoc, platforms[gRefNum].name, NULL, true, true, false), true);
734 bundle->log(lines.toOutput(outputFormat, myLoc, platforms[gPlatformIndexes[0]].name, platforms[gRefNum].name, true, true, hanAppears), true);
743 referenceBundle->log(RefLines.toOutput(outputFormat, myLoc, platforms[gRefNum].name, NULL, true, true, false), true);
759 tailoringBundle->log(han.toOutput(outputFormat, myLoc, platforms[gPlatformIndexes[0]].name, NULL, true, false, false), true);
760 bundle->log(han.toOutput(outputFormat, myLoc, platforms[gPlatformIndexes[0]].name, NULL, true, false, false), true);
776 platforms[gPlatformIndexes[0]].name, platforms[gRefNum].name);
780 platforms[gPlatformIndexes[0]].name, platforms[gRefNum].name);
884 bundle->log(tailoring.toOutput(outputFormat, gLocale, platforms[gPlatformIndexes[0]].name, platforms[gRefNum].name, true, true, false), true);
988 const char *name = u_getPropertyValueName(prop, i, U_LONG_PROPERTY_NAME);
989 if (strcmp(name, "Superscripts_and_Subscripts") == 0
990 || strcmp(name, "Letterlike_Symbols") == 0
991 || strcmp(name, "Alphabetic_Presentation_Forms") == 0
992 || strcmp(name, "Halfwidth_and_Fullwidth_Forms") == 0) continue;