HomeSort by relevance Sort by last modified time
    Searched refs:getWord (Results 1 - 25 of 57) sorted by null

1 2 3

  /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() {
  /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) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureFloatingTextDrawingPreview.java 143 || TextUtils.isEmpty(mSuggestedWords.getWord(0))) {
149 final String text = mSuggestedWords.getWord(0);
157 if (mSuggestedWords.isEmpty() || TextUtils.isEmpty(mSuggestedWords.getWord(0))) {
161 final String text = mSuggestedWords.getWord(0);
  /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);
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
VariableLocator.java 53 return ((ANameVariable) variable).getWord().getText();
84 descendVariable(node.getWord().getText());
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
ANameVariable.java 37 public TWord getWord()
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/
AndroidDoubleClickStrategyTest.java 63 Point positions = strategy.getWord(before, cursor);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
text_handler.cpp 92 spv_result_t getWord(spv_text text, spv_position position, std::string* word) {
191 spv_result_t AssemblyContext::getWord(std::string* word,
194 return ::getWord(text_, next_position, word);
208 if (::getWord(text_, &pos, &word)) return false;
212 if (::getWord(text_, &pos, &word)) return false;
text.cpp 441 auto error = context->getWord(&firstWord, &nextPosition);
454 if ((error = context->getWord(&operandValue, &nextPosition)))
491 spv_result_t error = context->getWord(&firstWord, &nextPosition);
514 error = context->getWord(&equal_sign, &nextPosition);
522 error = context->getWord(&opcodeName, &nextPosition);
605 error = context->getWord(&operandValue, &nextPosition);
text_handler.h 138 spv_result_t getWord(std::string* word, spv_position next_position);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
SuggestionSpanUtils.java 90 final String word = suggestedWords.getWord(i);
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
VariableTranslator.java 73 components.add(new StringExpression(node.getWord().getText()));
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
TypeResolver.java 133 String name = ((ANameVariable) functionName).getWord().getText();
VarOptimizer.java 235 String name = ((ANameVariable) nvar).getWord().getText();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibilityUtils.java 158 mAutoCorrectionWord = suggestedWords.getWord(SuggestedWords.INDEX_OF_AUTO_CORRECTION);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputLogicTestsLanguageWithoutSpaces.java 132 suggestedWords.size() > 0 ? suggestedWords.getWord(0) : null);
InputLogicTests.java 512 suggestedWords.size() > 0 ? suggestedWords.getWord(0) : null);
529 mLatinIME.getSuggestedWordsForTest().getWord(0));
542 suggestedWords.size() > 0 ? suggestedWords.getWord(0) : null);
586 suggestedWords.size() > 0 ? suggestedWords.getWord(0) : null);
    [all...]
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionarySettings.java 145 final String word = getWord(position);
200 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/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APInt.h 156 uint64_t getWord(unsigned bitPosition) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APInt.h 156 uint64_t getWord(unsigned bitPosition) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APInt.h 156 uint64_t getWord(unsigned bitPosition) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APInt.h 156 uint64_t getWord(unsigned bitPosition) const {
    [all...]

Completed in 457 milliseconds

1 2 3