OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FormatUtils
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
format_utils.h
29
class
FormatUtils
{
44
DISALLOW_IMPLICIT_CONSTRUCTORS(
FormatUtils
);
/packages/apps/ContactsCommon/src/com/android/contacts/common/format/
FormatUtils.java
30
public class
FormatUtils
{
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/format/
FormatUtilsTests.java
30
assertEquals(2,
FormatUtils
.overlapPoint("abcde", "cdefg"));
31
assertEquals(-1,
FormatUtils
.overlapPoint("John Doe", "John Doe"));
32
assertEquals(5,
FormatUtils
.overlapPoint("John Doe", "Doe, John"));
33
assertEquals(-1,
FormatUtils
.overlapPoint("Mr. John Doe", "Mr. Doe, John"));
34
assertEquals(13,
FormatUtils
.overlapPoint("John Herbert Doe", "Doe, John Herbert"));
59
FormatUtils
.copyToCharArrayBuffer(text, buffer);
60
assertEquals(text,
FormatUtils
.charArrayBufferToString(buffer));
67
FormatUtils
.copyToCharArrayBuffer(value, buffer);
75
assertEquals(-1,
FormatUtils
.indexOfWordPrefix("test", null));
79
assertEquals(-1,
FormatUtils
.indexOfWordPrefix(null, "TE"))
[
all
...]
/prebuilts/devtools/tools/lib/
sdklib.jar
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar
Completed in 677 milliseconds