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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameSplitter.java 571 boolean hasSuffix = !TextUtils.isEmpty(suffix);
604 if (hasSuffix) {
650 if (hasSuffix) {
    [all...]
  /external/bzip2/
bzip2.c 1110 Bool hasSuffix ( Char* s, const Char* suffix )
1124 if (!hasSuffix(name,oldSuffix)) return False;
1175 if (hasSuffix(inName, zSuffix[i])) {
    [all...]

Completed in 441 milliseconds