HomeSort by relevance Sort by last modified time
    Searched defs:aEnd (Results 1 - 3 of 3) sorted by null

  /frameworks/base/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 231 bool aEnd = a == '\0' || a == ' ';
233 if ( aEnd || bEnd) {
234 return aEnd == bEnd;
  /external/webkit/WebCore/editing/
TextIterator.cpp     [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 232 bool aEnd = a == '\0' || a == ' ';
234 if ( aEnd || bEnd) {
235 return aEnd == bEnd;
    [all...]

Completed in 1978 milliseconds