Home
last modified time | relevance | path

Searched defs:lastMatch (Results 1 – 2 of 2) sorted by relevance

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberMatcher.java206 private PhoneNumberMatch lastMatch = null; field in PhoneNumberMatcher
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DTextureAtlas.java444 int i = 0, lastMatch = colon + 1; in readTuple() local