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

  /packages/apps/Launcher3/src/com/android/launcher3/util/
LabelComparator.java 30 public int compare(String titleA, String titleB) {
33 boolean aStartsWithLetter = (titleA.length() > 0) &&
34 Character.isLetterOrDigit(titleA.codePointAt(0));
44 return mCollator.compare(titleA, titleB);
  /external/lzma/CPP/Windows/Control/
PropertyPage.cpp 118 AString titleA = GetSystemString(title);
119 sheet.pszCaption = titleA;
  /external/lzma/CPP/Windows/
CommonDialog.cpp 141 CONV_U_To_A(p.lpstrTitle, title, titleA);

Completed in 4261 milliseconds