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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/format/
TextHighlighter.java 87 final String trimmedPrefix = prefix.substring(prefixStart);
89 int index = FormatUtils.indexOfWordPrefix(text, trimmedPrefix);
92 result.setSpan(mTextStyleSpan, index, index + trimmedPrefix.length(), 0 /* flags */);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
RealVectorFormat.java 70 private final String trimmedPrefix;
122 trimmedPrefix = prefix.trim();
284 if (!parseFixedstring(source, trimmedPrefix, pos)) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Vector3DFormat.java 67 private final String trimmedPrefix;
119 trimmedPrefix = prefix.trim();
279 if (!parseFixedstring(source, trimmedPrefix, pos)) {

Completed in 239 milliseconds