Searched refs:sequence (Results 1 – 25 of 25) sorted by relevance
247 @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 …]
331 public Iterable<String> split(final CharSequence sequence) {332 checkNotNull(sequence);336 return strategy.iterator(Splitter.this, sequence);
91 public int getEndOfWord(final CharSequence sequence, final int fromIndex) { in getEndOfWord() argument92 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);
163 public Builder setComputingString(@StringRes int sequence) { in setComputingString() argument164 mComputing = sequence; in setComputingString()168 public Builder setErrorString(@StringRes int sequence) { in setErrorString() argument169 mError = sequence; in setErrorString()
5 > (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…
230 …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…
35 … read a UTF-8 file, and let RapidJSON check whether all JSON strings are valid UTF-8 byte sequence.
190 …beginning, and some characters are encoded by percent-encoding in UTF-8 sequence. For example, the…
231 1. `Writer` must output a well-formed JSON. If there is incorrect event sequence (e.g. `Int()` just…
29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by2087 # You can define message sequence charts within doxygen comments using the \msc
260 int sequence = 1; in chooseUniquefilename() local263 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()
449 int sequence = 1; in generateAvailableFilenameLocked() local452 name = prefix + Constants.FILENAME_SEQUENCE_SEPARATOR + sequence + suffix; in generateAvailableFilenameLocked()456 sequence += sRandom.nextInt(magnitude) + 1; in generateAvailableFilenameLocked()
158 ASN1Sequence sequence = (ASN1Sequence) in isCa() local160 return BasicConstraints.getInstance(sequence).isCA(); in isCa()
73 public Notification onImportProcessed(ImportRequest request, int jobId, int sequence) { in onImportProcessed() argument87 if (sequence == 0) { in onImportProcessed()
25 Notification onImportProcessed(ImportRequest request, int jobId, int sequence); in onImportProcessed() argument
233 public Notification onImportProcessed(ImportRequest request, int jobId, int sequence) { in onImportProcessed() argument
177 ASN1Sequence sequence = (ASN1Sequence) in isCa() local179 return BasicConstraints.getInstance(sequence).isCA(); in isCa()
38 * A bug in trimming long number sequence (4824f12efbf01af72b8cb6fc96fae7b097b73015).
656 final int sequence = PasswordMetrics.maxLengthSequence(password); in validatePassword() local657 if (sequence > PasswordMetrics.MAX_ALLOWED_SEQUENCE) { in validatePassword()
5326 int sequence = Integer.parseInt(sequenceString); in addToSequence() local5327 if (sequence > mLastSequence) { in addToSequence()5330 mLastSequence = sequence; in addToSequence()
25 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded1378 # You can define message sequence charts within doxygen comments using the \msc
1dictionary=main:en_us,locale=en_US,description=English (US),date ...