Home | History | Annotate | Download | only in i18n

Lines Matching refs:x2E

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