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

  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp 431 CFIndex lastCharacterIndex = m_run.ltr() ? numeric_limits<CFIndex>::min() : numeric_limits<CFIndex>::max();
437 if (characterIndex < lastCharacterIndex)
440 if (characterIndex > lastCharacterIndex)
524 lastCharacterIndex = characterIndex;
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.cpp 280 unsigned lastCharacterIndex = m_length - 1;
281 for (unsigned i = 0; i < lastCharacterIndex; ++i)
283 data[lastCharacterIndex] = (behavior == ObscureLastCharacter) ? character : m_data[lastCharacterIndex];

Completed in 251 milliseconds