Lines Matching defs:outchars
75 char outchars[200];
85 // int32_t len = udat_format(dat, stuff, outchars, 200, NULL, &subStatus);
89 // u_strToUTF8(utf8, 200, NULL, outchars, len, &subStatus);
91 sprintf(outchars, " cal: mindays=%d firstday=%d ", (int)cal->getMinimalDaysInFirstWeek(), (int)cal->getFirstDayOfWeek());
92 int32_t len = strlen(outchars);
94 if(oldLen!=len || memcmp(outchars,oldChars,len*sizeof(outchars[0]))) {
104 printf(" %s ", outchars);
107 if((i<oldLen)&&(outchars[i]!=oldChars[i])) {
113 // // printf("U+%04X", (outchars[i]));
118 memcpy(oldChars, outchars, len*sizeof(oldChars[0]));