OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getWord
(Results
1 - 16
of
16
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
PunctuationSuggestions.java
68
* Note that {@link SuggestedWords#
getWord
(int)} returns a punctuation key specification text.
72
public String
getWord
(final int index) {
73
final String keySpec = super.
getWord
(index);
82
* Note that {@link SuggestedWords#
getWord
(int)} returns a punctuation key specification text.
87
final String keySpec = super.
getWord
(index);
93
* Note that {@link #
getWord
(int)} returns a suggested punctuation. We should create a
98
return newHardCodedWordInfo(
getWord
(index));
SuggestedWords.java
126
public String
getWord
(final int index) {
133
* suggested word that is returned from {@link #
getWord
(int)}. For example the displayed text
363
public String
getWord
() {
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
ANameVariable.java
37
public TWord
getWord
()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidDoubleClickStrategy.java
59
protected Point
getWord
(String string, int cursor) {
65
Point position = super.
getWord
(string, cursor);
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryProvider.java
107
return
getWord
(uri);
138
private Cursor
getWord
(Uri uri) {
144
return mDictionary.
getWord
(rowId, columns);
163
return mDictionary.
getWord
(rowId, columns);
DictionaryDatabase.java
89
public Cursor
getWord
(String rowId, String[] columns) {
/external/llvm/include/llvm/ADT/
APInt.h
156
uint64_t
getWord
(unsigned bitPosition) const {
[
all
...]
/external/opencv3/modules/imgcodecs/src/
bitstrm.cpp
251
int RLByteStream::
getWord
()
292
int RMByteStream::
getWord
()
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/data/
VideoDatabase.java
119
public Cursor
getWord
(String rowId, String[] columns) {
/packages/apps/Settings/src/com/android/settings/
UserDictionarySettings.java
152
final String word =
getWord
(position);
196
private String
getWord
(final int position) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionarySettings.java
207
final String word =
getWord
(position);
260
private String
getWord
(final int position) {
/prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar
/frameworks/opt/setupwizard/tools/docs/
jsilver.jar
/prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar
/prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar
/external/testng/ant/3rdparty/
doclava-1.0.3.jar
Completed in 2150 milliseconds