Searched defs:sIndex (Results 1 - 15 of 15) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/preprocessor/
H A DInput.h41 size_t sIndex; // String index; member in struct:pp::Input::Location
44 Location() : sIndex(0), cIndex(0) {}
/external/icu/icu4c/source/i18n/
H A Dcollationfastlatin.cpp814 const uint8_t *s8, int32_t &sIndex, int32_t sLength) {
817 int32_t i2 = sIndex + 1;
819 uint8_t t1 = s8[sIndex];
821 sIndex += 2;
837 const uint8_t *s8, int32_t &sIndex) {
842 return table[((c - 0xc2) << 6) + s8[sIndex++]]; // 0080..017F
844 uint8_t t2 = s8[sIndex + 1];
845 sIndex += 2;
857 const UChar *s16, const uint8_t *s8, int32_t &sIndex, int32_t &sLength) {
865 sLength = sIndex
813 lookupUTF8(const uint16_t *table, UChar32 c, const uint8_t *s8, int32_t &sIndex, int32_t sLength) argument
836 lookupUTF8Unsafe(const uint16_t *table, UChar32 c, const uint8_t *s8, int32_t &sIndex) argument
856 nextPair(const uint16_t *table, UChar32 c, uint32_t ce, const UChar *s16, const uint8_t *s8, int32_t &sIndex, int32_t &sLength) argument
[all...]
/external/skia/src/pathops/
H A DSkPathWriter.cpp285 int sIndex = sLink[rIndex]; local
286 SkASSERT(sIndex != SK_MaxS32);
289 if (sIndex < 0) {
290 eIndex = sLink[~sIndex];
291 sLink[~sIndex] = SK_MaxS32;
293 eIndex = eLink[sIndex];
294 eLink[sIndex] = SK_MaxS32;
298 SkDebugf("%s sIndex=%c%d eIndex=%c%d\n", __FUNCTION__, sIndex < 0 ? 's' : 'e',
299 sIndex <
[all...]
H A DSkOpAngle.cpp466 int sIndex = -1; local
496 sIndex = index;
517 sIndex = index;
521 const SkDCurve& curve = sIndex ? rh->fPart.fCurve : this->fPart.fCurve;
522 const SkOpSegment& segment = sIndex ? *rh->segment() : *this->segment();
523 double tStart = sIndex ? rh->fStart->t() : fStart->t();
529 return sRayLonger ^ (sIndex == 0) ^ (septDir < 0);
/external/skqp/src/pathops/
H A DSkPathWriter.cpp285 int sIndex = sLink[rIndex]; local
286 SkASSERT(sIndex != SK_MaxS32);
289 if (sIndex < 0) {
290 eIndex = sLink[~sIndex];
291 sLink[~sIndex] = SK_MaxS32;
293 eIndex = eLink[sIndex];
294 eLink[sIndex] = SK_MaxS32;
298 SkDebugf("%s sIndex=%c%d eIndex=%c%d\n", __FUNCTION__, sIndex < 0 ? 's' : 'e',
299 sIndex <
[all...]
H A DSkOpAngle.cpp466 int sIndex = -1; local
496 sIndex = index;
517 sIndex = index;
521 const SkDCurve& curve = sIndex ? rh->fPart.fCurve : this->fPart.fCurve;
522 const SkOpSegment& segment = sIndex ? *rh->segment() : *this->segment();
523 double tStart = sIndex ? rh->fStart->t() : fStart->t();
529 return sRayLonger ^ (sIndex == 0) ^ (septDir < 0);
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationFastLatin.java686 * Java returns a negative result (use the '~' operator) if sIndex is to be incremented.
687 * C++ modifies sIndex.
689 private static long nextPair(char[] table, int c, int ce, CharSequence s16, int sIndex) { argument
700 if(sIndex != s16.length()) {
703 int nextIndex = sIndex;
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DBytesTrie.java248 * @param sIndex The start index of the byte sequence in s.
252 public Result next(byte[] s, int sIndex, int sLimit) { argument
253 if(sIndex>=sLimit) {
267 if(sIndex==sLimit) {
274 inByte=s[sIndex++];
294 if(sIndex==sLimit) {
302 inByte=s[sIndex++];
H A DCharsTrie.java216 * @param sIndex The start index of the string in s.
220 public Result next(CharSequence s, int sIndex, int sLimit) { argument
221 if(sIndex>=sLimit) {
235 if(sIndex==sLimit) {
242 inUnit=s.charAt(sIndex++);
262 if(sIndex==sLimit) {
270 inUnit=s.charAt(sIndex++);
/external/icu/icu4c/source/test/cintltst/
H A Dtrie2test.c280 int32_t i, length, sIndex, countValues; local
305 sIndex=(int32_t)(p-s);
306 U16_NEXT(s, sIndex, length, c2);
330 sIndex=(int32_t)(p-s);
331 U16_PREV(s, 0, sIndex, c2);
H A Dcnumtst.c2493 int32_t i, sIndex; local
2499 for (sIndex = 0; sIndex < UPRV_LENGTHOF(currencyStyles); ++sIndex) {
2500 UNumberFormatStyle style = currencyStyles[sIndex];
2521 int32_t ulenExp = u_unescape(DATA[i][3 + sIndex], ubufExpected, kUBufMax);
2524 localeString, currencyISOCode, DATA[i][3 + sIndex]);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationFastLatin.java682 * Java returns a negative result (use the '~' operator) if sIndex is to be incremented.
683 * C++ modifies sIndex.
685 private static long nextPair(char[] table, int c, int ce, CharSequence s16, int sIndex) { argument
696 if(sIndex != s16.length()) {
699 int nextIndex = sIndex;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java265 * @param sIndex The start index of the byte sequence in s.
270 public Result next(byte[] s, int sIndex, int sLimit) { argument
271 if(sIndex>=sLimit) {
285 if(sIndex==sLimit) {
292 inByte=s[sIndex++];
312 if(sIndex==sLimit) {
320 inByte=s[sIndex++];
H A DCharsTrie.java227 * @param sIndex The start index of the string in s.
232 public Result next(CharSequence s, int sIndex, int sLimit) { argument
233 if(sIndex>=sLimit) {
247 if(sIndex==sLimit) {
254 inUnit=s.charAt(sIndex++);
274 if(sIndex==sLimit) {
282 inUnit=s.charAt(sIndex++);
/external/icu/icu4c/source/common/
H A Duresbund.cpp1425 static const UChar* ures_getStringWithAlias(const UResourceBundle *resB, Resource r, int32_t sIndex, int32_t *len, UErrorCode *status) { argument
1428 UResourceBundle *tempRes = ures_getByIndex(resB, sIndex, NULL, status);

Completed in 605 milliseconds