Searched defs:state_two_letter_suffix (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/android/content/
H A Daddress_detector.cpp491 static const int state_two_letter_suffix[23] = { local
599 if (!(state_two_letter_suffix[first_index] & (1 << second_index)))
602 std::bitset<32> previous_suffixes = state_two_letter_suffix[first_index] &

Completed in 239 milliseconds