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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameSplitter.java 501 int familyNameLength = 1;
506 familyNameLength = 2;
511 name.familyName = fullName.substring(0, familyNameLength);
512 if (fullName.length() > familyNameLength) {
513 name.givenNames = fullName.substring(familyNameLength);
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win_dw.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_win_dw.cpp     [all...]

Completed in 183 milliseconds