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

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java 409 int lastCharIndex = offset + candidate.length();
410 if (lastCharIndex < text.length()) {
411 char nextChar = text.charAt(lastCharIndex);
  /external/webkit/Source/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 113 BigEndianUShort lastCharIndex;

Completed in 51 milliseconds