Searched defs:spacingAndPunctuations (Results 1 - 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DPrevWordsInfoUtils.java55 final SpacingAndPunctuations spacingAndPunctuations, final int n) {
66 if (spacingAndPunctuations.isWordConnector(firstChar)) {
88 if (spacingAndPunctuations.isSentenceSeparator(lastChar)) {
94 if (spacingAndPunctuations.isWordSeparator(lastChar)
95 || spacingAndPunctuations.isWordConnector(lastChar)) {
54 getPrevWordsInfoFromNthPreviousWord(final CharSequence prev, final SpacingAndPunctuations spacingAndPunctuations, final int n) argument
H A DCapsModeUtils.java93 * @param spacingAndPunctuations The current spacing and punctuations settings.
102 final SpacingAndPunctuations spacingAndPunctuations, final boolean hasSpaceBefore) {
157 if (spacingAndPunctuations.mUsesGermanRules) {
199 if (spacingAndPunctuations.mUsesAmericanTypography) {
222 if (!spacingAndPunctuations.isSentenceSeparator(c) || j <= 0) {
274 } else if (Character.isDigit(c) && spacingAndPunctuations.mUsesGermanRules) {
283 } else if (spacingAndPunctuations.isSentenceSeparator(c)) {
299 } else if (spacingAndPunctuations.isSentenceSeparator(c)) {
101 getCapsMode(final CharSequence cs, final int reqModes, final SpacingAndPunctuations spacingAndPunctuations, final boolean hasSpaceBefore) argument
H A DLanguageModelParam.java85 final SpacingAndPunctuations spacingAndPunctuations,
100 tempWord, spacingAndPunctuations)) {
82 createLanguageModelParamsFrom( final List<String> tokens, final int timestamp, final DictionaryFacilitator dictionaryFacilitator, final SpacingAndPunctuations spacingAndPunctuations, final DistracterFilter distracterFilter) argument
H A DDictionaryInfoUtils.java386 final SpacingAndPunctuations spacingAndPunctuations) {
403 if (!spacingAndPunctuations.isWordCodePoint(codePoint)) return false;
385 looksValidForDictionaryInsertion(final CharSequence text, final SpacingAndPunctuations spacingAndPunctuations) argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DDictionaryFacilitator.java590 final SpacingAndPunctuations spacingAndPunctuations,
604 this /* dictionaryFacilitator */, spacingAndPunctuations,
588 addEntriesToPersonalizationDictionary( final PersonalizationDataChunk personalizationDataChunk, final SpacingAndPunctuations spacingAndPunctuations, final ExpandableBinaryDictionary.AddMultipleDictionaryEntriesCallback callback) argument
H A DRichInputConnection.java339 * @param spacingAndPunctuations the values of the settings to use for locale and separators.
344 final SpacingAndPunctuations spacingAndPunctuations, final boolean hasSpaceBefore) {
371 spacingAndPunctuations, hasSpaceBefore);
597 final SpacingAndPunctuations spacingAndPunctuations, final int n) {
622 prev, spacingAndPunctuations, n);
630 final SpacingAndPunctuations spacingAndPunctuations, final int scriptId) {
632 return spacingAndPunctuations.isWordConnector(codePoint)
634 || (!spacingAndPunctuations.isWordSeparator(codePoint)
641 * @param spacingAndPunctuations the rules for spacing and punctuation
645 public TextRange getWordRangeAtCursor(final SpacingAndPunctuations spacingAndPunctuations, argument
343 getCursorCapsMode(final int inputType, final SpacingAndPunctuations spacingAndPunctuations, final boolean hasSpaceBefore) argument
596 getPrevWordsInfoFromNthPreviousWord( final SpacingAndPunctuations spacingAndPunctuations, final int n) argument
629 isPartOfCompositionForScript(final int codePoint, final SpacingAndPunctuations spacingAndPunctuations, final int scriptId) argument
696 isCursorTouchingWord(final SpacingAndPunctuations spacingAndPunctuations) argument
716 isCursorFollowedByWordCharacter( final SpacingAndPunctuations spacingAndPunctuations) argument
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java1725 * @param spacingAndPunctuations the current spacing and punctuations settings.
1731 final SpacingAndPunctuations spacingAndPunctuations, final int nthPreviousWord) {
1732 if (spacingAndPunctuations.mCurrentLanguageHasSpaces) {
1736 spacingAndPunctuations, nthPreviousWord);
1730 getPrevWordsInfoFromNthPreviousWordForSuggestion( final SpacingAndPunctuations spacingAndPunctuations, final int nthPreviousWord) argument

Completed in 143 milliseconds