OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 97 milliseconds