/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
TrieMapTest.java | 553 // public CharSequence subSequence(int start, int limit) {
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationRuleParser.java | 714 String word = raw.subSequence(i, limit).toString(); [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ICUBinary.java | 656 String s = cs.subSequence(0, length).toString();
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
TrieMapTest.java | 550 // public CharSequence subSequence(int start, int limit) {
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/com/google/gdata/util/common/base/ |
UnicodeEscaper.java | 333 // Find and append the next subsequence of unescaped
|
/frameworks/base/core/java/android/util/apk/ |
ApkSigningBlockUtils.java | 577 * Returns new byte buffer whose content is a shared subsequence of this buffer's content [all...] |
/libcore/ojluni/src/main/java/java/lang/ |
StringBuffer.java | 470 public synchronized CharSequence subSequence(int start, int end) {
|
/libcore/ojluni/src/main/java/java/util/stream/ |
Node.java | 109 * Return a node describing a subsequence of the elements of this node,
|
/packages/apps/Calendar/tests/src/com/android/calendar/ |
UtilsTests.java | 400 CharSequence seq = text.subSequence(results[i*2], results[i*2 + 1]);
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
InputLogicTests.java | 501 "qpmz ", mEditText.getText().subSequence(startIndex, endIndex).toString()); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
multiseq_selection.h | 381 * subsequence of elements equal to the selected element. If the
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
multiseq_selection.h | 381 * subsequence of elements equal to the selected element. If the
|
/prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/ |
kotlin-stdlib-1.2.20.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.20/ |
kotlin-stdlib-1.2.20.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.1/ |
kotlin-stdlib-1.1.1.jar | |
/cts/tests/tests/text/src/android/text/cts/ |
StaticLayoutTest.java | 601 public CharSequence subSequence(int start, int end) { 602 return mStr.subSequence(start, end); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_itertools.py | 135 [e for e in values if e in c]) # comb is a subsequence of the input iterable
206 [e for e in values if e in c]) # comb is a subsequence of the input iterable
[all...] |
/external/annotation-tools/annotation-file-utilities/src/annotator/find/ |
Insertions.java | [all...] |
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
TextFormat.java | 567 write(text.subSequence(pos, i + 1)); 572 write(text.subSequence(pos, size)); [all...] |
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/ |
attention_wrapper.py | 768 it can't attend to any prior points at subsequence output timesteps. It [all...] |
/libcore/ojluni/src/main/java/java/nio/channels/ |
FileChannel.java | 351 * Reads a sequence of bytes from this channel into a subsequence of the 388 * Writes a sequence of bytes to this channel from a subsequence of the [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_itertools.py | 135 [e for e in values if e in c]) # comb is a subsequence of the input iterable 207 [e for e in values if e in c]) # comb is a subsequence of the input iterable [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_itertools.py | 135 [e for e in values if e in c]) # comb is a subsequence of the input iterable 207 [e for e in values if e in c]) # comb is a subsequence of the input iterable [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_itertools.py | 135 [e for e in values if e in c]) # comb is a subsequence of the input iterable 207 [e for e in values if e in c]) # comb is a subsequence of the input iterable [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_itertools.py | 135 [e for e in values if e in c]) # comb is a subsequence of the input iterable 207 [e for e in values if e in c]) # comb is a subsequence of the input iterable [all...] |