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

  /external/webkit/Source/WebKit/android/nav/
FindCanvas.cpp 319 int numCharacters = byteLength >> 1;
368 for ( ; index != numCharacters; index++) {
  /external/webkit/Source/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 182 unsigned numCharacters = length / 2;
183 for (unsigned j = 0; j < numCharacters; j++)

Completed in 701 milliseconds