HomeSort by relevance Sort by last modified time
    Searched defs:getWord (Results 1 - 15 of 15) 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...]
  /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 157 final String word = getWord(position);
201 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) {
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 209 static int getWord(byte[] bytes, int offset) {
288 int num = getWord(bytes, offset + MSFT_SYSTEMTIME_YEAR);
293 num = getWord(bytes, offset + MSFT_SYSTEMTIME_MONTH);
301 tzd.dayOfWeek = getWord(bytes, offset + MSFT_SYSTEMTIME_DAY_OF_WEEK) + 1;
304 num = getWord(bytes, offset + MSFT_SYSTEMTIME_DAY);
313 int hour = getWord(bytes, offset + MSFT_SYSTEMTIME_HOUR);
315 int minute = getWord(bytes, offset + MSFT_SYSTEMTIME_MINUTE);
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.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 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 1547 milliseconds