Home
last modified time | relevance | path

Searched refs:isISODigit (Results 1 – 1 of 1) sorted by relevance

/external/sqlite/android/
DOldPhoneNumberUtils.cpp28 static bool isISODigit (char c) in isISODigit() function
139 if (isISODigit(c)) state = 6; in matchIntlPrefixAndCC()
145 if (isISODigit(c)) state++; in matchIntlPrefixAndCC()