HomeSort by relevance Sort by last modified time
    Searched refs:secondChar (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLength.cpp 84 const CharType secondChar = *ptr++;
87 if (secondChar == 'x')
89 if (secondChar == 't')
91 if (secondChar == 'c')
94 if (secondChar == 'm')
96 if (secondChar == 'x')
98 } else if (firstChar == 'c' && secondChar == 'm') {
100 } else if (firstChar == 'm' && secondChar == 'm') {
102 } else if (firstChar == 'i' && secondChar == 'n') {
104 } else if (isHTMLSpace<CharType>(firstChar) && isHTMLSpace<CharType>(secondChar)) {
    [all...]
SVGAngle.cpp 163 const CharType secondChar = *ptr++;
165 if (firstChar == 'd' && secondChar == 'e' && thirdChar == 'g') {
167 } else if (firstChar == 'r' && secondChar == 'a' && thirdChar == 'd') {
171 if (firstChar == 'g' && secondChar == 'r' && thirdChar == 'a' && fourthChar == 'd')
173 else if (firstChar == 't' && secondChar == 'u' && thirdChar == 'r' && fourthChar == 'n')
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 350 milliseconds