Searched refs:aEnd (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/unicode/
H A DUTF8.h75 bool equalUTF16WithUTF8(const UChar* a, const UChar* aEnd, const char* b, const char* bEnd);
H A DUTF8.cpp368 bool equalUTF16WithUTF8(const UChar* a, const UChar* aEnd, const char* b, const char* bEnd) argument
403 return a == aEnd;
/external/llvm/lib/Analysis/
H A DLoopDependenceAnalysis.cpp257 aEnd = aGEP->idx_end(),
260 aIdx != aEnd && bIdx != bEnd;
261 aIdx += (aIdx != aEnd), bIdx += (bIdx != bEnd)) {
262 const SCEV* aSCEV = (aIdx != aEnd) ? SE->getSCEV(*aIdx) : GetZeroSCEV(SE);
/external/webkit/Source/WebCore/page/
H A DSpatialNavigation.cpp143 int aStart, bStart, aEnd, bEnd; local
176 aEnd = end(direction, a);
203 return ((bMiddle >= aStart && bMiddle <= aEnd) // (1)
206 || (bEnd == aEnd)); // (4)
218 int aEnd = end(direction, a); local
236 return ((bStart >= aStart && bStart <= aEnd)
237 || (bStart >= aStart && bStart <= aEnd)
238 || (bEnd >= aStart && bEnd <= aEnd)
239 || (bMiddle >= aStart && bMiddle <= aEnd)
240 || (bEnd >= aStart && bEnd <= aEnd));
[all...]
/external/webkit/Source/WebCore/editing/
H A DTextIterator.cpp2059 const UChar* aEnd = m_normalizedTarget.end(); local
2069 while (a != aEnd && !isKanaLetter(*a))
2076 if (a == aEnd || b == bEnd) {
2077 ASSERT(a == aEnd);
2092 if (!(a != aEnd && isCombiningVoicedSoundMark(*a))) {
/external/sqlite/dist/orig/
H A Dsqlite3.c45935 u32 *aEnd = (u32 *)&a[nByte]; local
119495 char *aEnd = &aList[nList]; /* Pointer to one byte after EOF */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c45946 u32 *aEnd = (u32 *)&a[nByte]; local
119521 char *aEnd = &aList[nList]; /* Pointer to one byte after EOF */ local
[all...]

Completed in 736 milliseconds