Searched refs:sEnd (Results 1 – 11 of 11) sorted by relevance
665 const char *sEnd = s + len; in Set_UTF8() local676 while (s < sEnd) in Set_UTF8()679 uint32 aChar = DecodeUTF8 (s, (uint32) (sEnd - s)); in Set_UTF8()1051 const char *sEnd = s + len; in IsUTF8() local1053 while (s < sEnd) in IsUTF8()1058 (void) DecodeUTF8 (s, (uint32) (sEnd - s), &isValid); in IsUTF8()1210 const uint16 *sEnd = s + length16; in Set_UTF16() local1219 while (s < sEnd) in Set_UTF16()1229 if ((aChar >= 0x0000D800) && (aChar <= 0x0000DBFF) && (s < sEnd)) in Set_UTF16()
291 std::string escapeChars(Iterator sBegin, Iterator sEnd) const;
358 for (MachineBasicBlock::succ_iterator sItr = mbb->succ_begin(), sEnd = mbb->succ_end(); in dumpOddTerminators() local359 sItr != sEnd; ++sItr) { in dumpOddTerminators()
537 std::string RenderMachineFunction::escapeChars(Iterator sBegin, Iterator sEnd) const { in escapeChars()540 for (Iterator sItr = sBegin; sItr != sEnd; ++sItr) { in escapeChars()
1436 Addr sEnd = seg->end; in add_segment() local1438 aspacem_assert(sStart <= sEnd); in add_segment()1440 aspacem_assert(VG_IS_PAGE_ALIGNED(sEnd+1)); in add_segment()1446 split_nsegments_lo_and_hi( sStart, sEnd, &iLo, &iHi ); in add_segment()
66 const char * const sEnd = s + str.length(); in ValidateUTF8() local67 while (s < sEnd) { in ValidateUTF8()
227 struct rusage sEnd; in endTimer() local228 getrusage(RUSAGE_SELF, &sEnd); in endTimer()231 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime), in endTimer()232 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime)); in endTimer()
101542 Token sEnd;101572 sEnd = pParse->sLastToken;101573 assert( sEnd.z[0]!=0 );101574 if( sEnd.z[0]!=';' ){101575 sEnd.z += sEnd.n;101577 sEnd.n = 0;101578 n = (int)(sEnd.z - pBegin->z);101582 sEnd.z = &z[n-1];101583 sEnd.n = 1;101586 sqlite3EndTable(pParse, 0, &sEnd, 0, 0);
233 struct rusage sEnd; in endTimer() local234 getrusage(RUSAGE_SELF, &sEnd); in endTimer()237 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime), in endTimer()238 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime)); in endTimer()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...