/external/javassist/src/main/javassist/bytecode/ |
D | Descriptor.java | 821 int nextPos = index; in next() local 822 char c = desc.charAt(nextPos); in next() 825 c = desc.charAt(++nextPos); in next() 831 c = desc.charAt(++nextPos); in next() 836 c = desc.charAt(++nextPos); in next() 839 nextPos = desc.indexOf(';', nextPos) + 1; in next() 840 if (nextPos <= 0) in next() 844 ++nextPos; in next() 847 index = nextPos; in next()
|
D | CodeIterator.java | 877 int nextPos; in insertGap2() local 880 for (; i < endPos; i = nextPos) { in insertGap2() 887 nextPos = nextOpcode(code, i); in insertGap2() 971 while (i < nextPos) in insertGap2() 1183 int nextPos; in makeJumpList() local 1184 for (int i = 0; i < endPos; i = nextPos) { in makeJumpList() 1185 nextPos = nextOpcode(code, i); in makeJumpList()
|
/external/okio/okio/src/hashFunctions/kotlin/okio/internal/ |
D | Md5.kt | 59 val nextPos = pos + 64 in update() constant 61 if (nextPos > limit) { in update() 70 pos = nextPos in update()
|
D | Sha1.kt | 60 val nextPos = pos + 64 in update() constant 62 if (nextPos > limit) { in update() 71 pos = nextPos in update()
|
D | Sha256.kt | 63 val nextPos = pos + 64 in update() constant 65 if (nextPos > limit) { in update() 74 pos = nextPos in update()
|
D | Sha512.kt | 63 val nextPos = pos + 128 in update() constant 65 if (nextPos > limit) { in update() 74 pos = nextPos in update()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
D | TestCLDRTests.java | 222 int nextPos = value.indexOf('\n', pos); 223 if (nextPos < 0) 224 nextPos = value.length(); 225 String line = value.substring(pos, nextPos).trim(); // HACK for SAX 237 pos = nextPos + 1;
|
/external/deqp/modules/gles3/functional/ |
D | es3fImplementationLimitTests.cpp | 334 const size_t nextPos = extensionStr.find(' ', pos); in queryExtensionsNonIndexed() local 335 const size_t len = nextPos == string::npos ? extensionStr.length()-pos : nextPos-pos; in queryExtensionsNonIndexed() 340 if (nextPos == string::npos) in queryExtensionsNonIndexed() 343 pos = nextPos+1; in queryExtensionsNonIndexed()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/icu/ |
D | TestCldr.java | 349 int nextPos = value.indexOf('\n', pos); 350 if (nextPos < 0) 351 nextPos = value.length(); 352 String line = value.substring(pos, nextPos); 365 pos = nextPos + 1;
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 890 int nextPos; // Index of the next character following pos. in next() local 906 nextPos = startPos; in next() 920 pos = nextPos; in next() 921 nextPos = moveIndex32(fText, pos, 1); in next() 941 if (nextPos == fText.length()) { in next() 944 int nextChar = UTF16.charAt(fText, nextPos); in next() 948 nextPos = moveIndex32(fText, nextPos, 1); in next() 1022 if (numEndIdx > nextPos) { in next() 1026 nextPos = numEndIdx; in next() 1098 if (nextPos < fText.length()) { in next() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 893 int nextPos; // Index of the next character following pos. in next() local 909 nextPos = startPos; in next() 923 pos = nextPos; in next() 924 nextPos = moveIndex32(fText, pos, 1); in next() 944 if (nextPos == fText.length()) { in next() 947 int nextChar = UTF16.charAt(fText, nextPos); in next() 951 nextPos = moveIndex32(fText, nextPos, 1); in next() 1025 if (numEndIdx > nextPos) { in next() 1029 nextPos = numEndIdx; in next() 1101 if (nextPos < fText.length()) { in next() [all …]
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _g_l_y_f.py | 89 nextPos = 0 99 nextPos = int(loca[i+1]) 100 glyphdata = data[pos:nextPos] 101 if len(glyphdata) != (nextPos - pos): 105 pos = nextPos 106 if len(data) - nextPos >= 4: 109 nextPos, len(data))
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 2610 … virtual void rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar); 2828 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar… in rule9Adjust() argument 2835 int32_t nPos = *nextPos; in rule9Adjust() 2863 *nextPos = nPos; in rule9Adjust() 2882 int32_t nextPos; // Index of the next character following pos. in next() local 2903 nextPos = nextCPPos = startPos; in next() 2915 pos = nextPos; in next() 2919 nextPos = nextCPPos; in next() 2932 nextCPPos = nextPos = fText->moveIndex32(pos, 1); in next() 2933 c = fText->char32At(nextPos); in next() [all …]
|
/external/cronet/third_party/icu/source/test/intltest/ |
D | rbbitst.cpp | 2590 … virtual void rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar); 2808 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar… in rule9Adjust() argument 2815 int32_t nPos = *nextPos; in rule9Adjust() 2843 *nextPos = nPos; in rule9Adjust() 2862 int32_t nextPos; // Index of the next character following pos. in next() local 2883 nextPos = nextCPPos = startPos; in next() 2895 pos = nextPos; in next() 2899 nextPos = nextCPPos; in next() 2912 nextCPPos = nextPos = fText->moveIndex32(pos, 1); in next() 2913 c = fText->char32At(nextPos); in next() [all …]
|