Home | History | Annotate | Download | only in iotest

Lines Matching full:lowercase

71     u_fprintf(myFile, "Lowercase unsigned hexadecimal integer %%x: %x\n", *n);
74 u_fprintf(myFile, "Lowercase float %%e: %e\n", myFloat);
76 u_fprintf(myFile, "Lowercase float %%g: %g\n", myFloat);
160 u_fscanf(myFile, "Lowercase unsigned hexadecimal integer %%x: %x\n", newValuePtr);
175 u_fscanf(myFile, "Lowercase float %%e: %le\n", newDoubleValuePtr);
185 u_fscanf(myFile, "Lowercase float %%g: %lg\n", newDoubleValuePtr);