Searched defs:startPos (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DTextUtilities.java341 * @param startPos the start position in the HTML text where the tag starts
344 /*package*/ static int findTagEnd(String htmlText, String tag, int startPos) { argument
350 for (int i = startPos; i < length; i++) {
361 return htmlText.indexOf("/" + tag, startPos);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DMoreSuggestions.java101 private boolean fitInWidth(int startPos, int endPos, int width) { argument
102 for (int pos = startPos; pos < endPos; pos++) {
109 private int calcurateMaxRowWidth(int startPos, int endPos) { argument
111 int pos = startPos;
/packages/inputmethods/LatinIME/native/src/
H A Dbinary_format.h329 const int startPos = pos; local
332 if (address == startPos) {
376 lastCandidateGroupPos = startPos;
427 if (hasChildren) lastCandidateGroupPos = startPos;
H A Dunigram_dictionary.cpp467 const uint8_t* const root, const int startPos,
471 int pos = startPos;
466 testCharGroupForContinuedLikeness(const uint8_t flags, const uint8_t* const root, const int startPos, const uint16_t* const inWord, const int startInputIndex, int32_t* outNewWord, int* outInputIndex, int* outPos) argument

Completed in 656 milliseconds