Lines Matching defs:ascii
783 // Fallback logic to force the string to ASCII.
818 // Fallback logic that just grabs the ASCII characters and
819 // ignores the non-ASCII characters.
900 // Fallback to the ASCII extraction logic.
1955 // Unicode to low-ASCII strings table.
1960 const char *ascii;
2097 const char *ascii = NULL;
2108 ascii = kUnicodeToLowASCII [entry] . ascii;
2116 if (ascii)
2119 while (*ascii)
2123 *(dPtr++) = *(ascii++);