Home
last modified time | relevance | path

Searched defs:maxLength (Results 1 – 20 of 20) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/shortcut/
Dshortcut_list_reading_utils.cpp47 const uint8_t *const dictRoot, const int maxLength, int *const outWord, int *const pos) { in readShortcutTarget()
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
Dpatricia_trie_reading_utils.cpp70 const NodeFlags flags, const int maxLength, int *const outBuffer, int *const pos) { in getCharsAndAdvancePosition()
95 const int maxLength, int *const pos) { in skipCharacters()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DNameDistance.java45 public NameDistance(int maxLength) { in NameDistance()
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
Dbyte_array_utils.h176 const int maxLength, int *const outBuffer, int *const pos) { in readStringAndAdvancePosition()
188 const uint8_t *const buffer, const int maxLength, int *const pos) { in advancePositionToBehindString()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothPairingDialog.java286 int maxLength; in createUserEntryDialog() local
/packages/apps/Settings/src/com/android/settings/
DSetupChooseLockGeneric.java120 int minLength, int maxLength, boolean requirePasswordToDecrypt, in getLockPasswordIntent()
DSetupChooseLockPassword.java42 int minLength, final int maxLength, boolean requirePasswordToDecrypt, in createIntent()
DChooseLockGeneric.java415 final boolean isFallback, int minLength, final int maxLength, in getLockPasswordIntent()
458 final int maxLength = mDPM.getPasswordMaximumLength(quality); in updateUnlockMethodAndFinish() local
DChooseLockPassword.java67 int minLength, final int maxLength, boolean requirePasswordToDecrypt, in createIntent()
/packages/inputmethods/LatinIME/native/jni/src/utils/
Djni_data_utils.h71 const int maxLength, const int *const codePoints, const int codePointCount, in outputCodePoints()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDialog.java193 int maxLength; in createPinEntryView() local
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBitmapUtils.java140 Bitmap bitmap, int maxLength, boolean recycle) { in resizeDownBySideLength()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
DBitmapUtils.java140 Bitmap bitmap, int maxLength, boolean recycle) { in resizeDownBySideLength()
/packages/apps/Mms/src/com/android/mms/util/
DThumbnailManager.java393 Bitmap bitmap, int maxLength, boolean recycle) { in resizeDownBySideLength()
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
DStringUtil.java2250 @Deprecated public static String stream2String(InputStream is, int maxLength) in stream2String()
2943 public static String truncateIfNecessary(String source, int maxLength) { in truncateIfNecessary()
2990 public static String truncateAtMaxLength(String source, int maxLength, in truncateAtMaxLength()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java526 int javaType, int maxLength, int cardState) { in addNdefTechnology()
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
DNativeNfcTag.java522 int javaType, int maxLength, int cardState) { in addNdefTechnology()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DNameSplitter.java293 int maxLength = 0; in NameSplitter() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java1332 private String snippetize(String line, int matchIndex, int maxLength) { in snippetize()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java1360 final Cursor conversationCursor, final int maxLength, final Account account) { in getStyledSenders()