Home | History | Annotate | Download | only in i18n

Lines Matching refs:x78

64 static const UChar gMinusX[] =                  {0x2D, 0x78, 0};    /* "-x" */
65 static const UChar gXDotX[] = {0x78, 0x2E, 0x78, 0}; /* "x.x" */
66 static const UChar gXDotZero[] = {0x78, 0x2E, 0x30, 0}; /* "x.0" */
67 static const UChar gZeroDotX[] = {0x30, 0x2E, 0x78, 0}; /* "0.x" */