Home | History | Annotate | Download | only in parser

Lines Matching refs:toASCIILower

758     const bool isTranslate = toASCIILower(pos[0]) == 't'
759 && toASCIILower(pos[1]) == 'r'
760 && toASCIILower(pos[2]) == 'a'
761 && toASCIILower(pos[3]) == 'n'
762 && toASCIILower(pos[4]) == 's'
763 && toASCIILower(pos[5]) == 'l'
764 && toASCIILower(pos[6]) == 'a'
765 && toASCIILower(pos[7]) == 't'
766 && toASCIILower(pos[8]) == 'e';
772 CharType c9 = toASCIILower(pos[9]);
783 } else if (c9 == '3' && toASCIILower(pos[10]) == 'd' && pos[11] == '(') {
797 const bool isMatrix3d = toASCIILower(pos[0]) == 'm'
798 && toASCIILower(pos[1]) == 'a'
799 && toASCIILower(pos[2]) == 't'
800 && toASCIILower(pos[3]) == 'r'
801 && toASCIILower(pos[4]) == 'i'
802 && toASCIILower(pos[5]) == 'x'
804 && toASCIILower(pos[7]) == 'd'
815 const bool isScale3d = toASCIILower(pos[0]) == 's'
816 && toASCIILower(pos[1]) == 'c'
817 && toASCIILower(pos[2]) == 'a'
818 && toASCIILower(pos[3]) == 'l'
819 && toASCIILower(pos[4]) == 'e'
821 && toASCIILower(pos[6]) == 'd'
1634 output[i] = toASCIILower(input[i]);