Home
last modified time | relevance | path

Searched refs:sequence (Results 1 – 25 of 25) sorted by relevance

/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
DCharMatcher.java247 @Override public int indexIn(CharSequence sequence) {
248 return (sequence.length() == 0) ? -1 : 0;
250 @Override public int indexIn(CharSequence sequence, int start) {
251 int length = sequence.length();
255 @Override public int lastIndexIn(CharSequence sequence) {
256 return sequence.length() - 1;
258 @Override public boolean matchesAllOf(CharSequence sequence) {
259 checkNotNull(sequence);
262 @Override public boolean matchesNoneOf(CharSequence sequence) {
263 return sequence.length() == 0;
[all …]
DSplitter.java331 public Iterable<String> split(final CharSequence sequence) {
332 checkNotNull(sequence);
336 return strategy.iterator(Splitter.this, sequence);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DSentenceLevelAdapter.java91 public int getEndOfWord(final CharSequence sequence, final int fromIndex) { in getEndOfWord() argument
92 final int length = sequence.length(); in getEndOfWord()
93 int index = fromIndex < 0 ? 0 : Character.offsetByCodePoints(sequence, fromIndex, 1); in getEndOfWord()
95 final int codePoint = Character.codePointAt(sequence, index); in getEndOfWord()
104 Character.codePointAt(sequence, indexOfNextCodePoint))) { in getEndOfWord()
116 public int getBeginningOfNextWord(final CharSequence sequence, final int fromIndex) {
117 final int length = sequence.length();
121 int index = fromIndex < 0 ? 0 : Character.offsetByCodePoints(sequence, fromIndex, 1);
123 final int codePoint = Character.codePointAt(sequence, index);
/packages/apps/Settings/src/com/android/settings/applications/
DAppStorageSizesController.java163 public Builder setComputingString(@StringRes int sequence) { in setComputingString() argument
164 mComputing = sequence; in setComputingString()
168 public Builder setErrorString(@StringRes int sequence) { in setErrorString() argument
169 mError = sequence; in setErrorString()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dencoding.md5 > (in Introduction) JSON text is a sequence of Unicode code points.
34 …r transferred over network, we need to state the byte order of the byte sequence, either little-en…
94 …andle UTF-8. Since any JSON can represent unicode characters in escaped sequence `\uXXXX`, JSON ca…
114 When RapidJSON parses a JSON, it can validate the input JSON, whether it is a valid sequence of a s…
116 …teEncodingFlag` is not necessary, as it must decode the input sequence. And if the sequence was un…
Ddom.md230 …t. During decoding, it will validate the byte sequence in the source string. If it is not a valid
232 …same as encoding of DOM, by default, the parser will *not* validate the sequence. User may use `kP…
Dfeatures.md35 … read a UTF-8 file, and let RapidJSON check whether all JSON strings are valid UTF-8 byte sequence.
Dpointer.md190 …beginning, and some characters are encoded by percent-encoding in UTF-8 sequence. For example, the…
Dsax.md231 1. `Writer` must output a well-formed JSON. If there is incorrect event sequence (e.g. `Int()` just…
DDoxyfile.in29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
2087 # You can define message sequence charts within doxygen comments using the \msc
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppReceiveFileInfo.java260 int sequence = 1; in chooseUniquefilename() local
263 fullfilename = filename + sequence + extension; in chooseUniquefilename()
267 if (V) Log.v(Constants.TAG, "file with sequence number " + sequence + " exists"); in chooseUniquefilename()
268 sequence += rnd.nextInt(magnitude) + 1; in chooseUniquefilename()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DHelpers.java449 int sequence = 1; in generateAvailableFilenameLocked() local
452 name = prefix + Constants.FILENAME_SEQUENCE_SEPARATOR + sequence + suffix; in generateAvailableFilenameLocked()
456 sequence += sRandom.nextInt(magnitude) + 1; in generateAvailableFilenameLocked()
/packages/apps/Settings/tests/app/src/com/android/settings/vpn2/
DCertInstallerHelper.java158 ASN1Sequence sequence = (ASN1Sequence) in isCa() local
160 return BasicConstraints.getInstance(sequence).isCA(); in isCa()
/packages/apps/Contacts/src/com/android/contacts/vcard/
DNotificationImportExportListener.java73 public Notification onImportProcessed(ImportRequest request, int jobId, int sequence) { in onImportProcessed() argument
87 if (sequence == 0) { in onImportProcessed()
DVCardImportExportListener.java25 Notification onImportProcessed(ImportRequest request, int jobId, int sequence); in onImportProcessed() argument
DNfcImportVCardActivity.java233 public Notification onImportProcessed(ImportRequest request, int jobId, int sequence) { in onImportProcessed() argument
/packages/apps/CertInstaller/src/com/android/certinstaller/
DCredentialHelper.java177 ASN1Sequence sequence = (ASN1Sequence) in isCa() local
179 return BasicConstraints.getInstance(sequence).isCA(); in isCa()
/packages/apps/Test/connectivity/sl4n/rapidjson/
DCHANGELOG.md38 * A bug in trimming long number sequence (4824f12efbf01af72b8cb6fc96fae7b097b73015).
/packages/apps/Settings/src/com/android/settings/password/
DChooseLockPassword.java656 final int sequence = PasswordMetrics.maxLengthSequence(password); in validatePassword() local
657 if (sequence > PasswordMetrics.MAX_ALLOWED_SEQUENCE) { in validatePassword()
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java5326 int sequence = Integer.parseInt(sequenceString); in addToSequence() local
5327 if (sequence > mLastSequence) { in addToSequence()
5330 mLastSequence = sequence; in addToSequence()
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile25 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
1378 # You can define message sequence charts within doxygen comments using the \msc
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile25 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
1378 # You can define message sequence charts within doxygen comments using the \msc
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz