Home
last modified time | relevance | path

Searched refs:aEnd (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
DUnicodeUtilities.cpp350 const UChar* aEnd = firstData + firstLength; in checkOnlyKanaLettersInStrings() local
359 while (a != aEnd && !isKanaLetter(*a)) in checkOnlyKanaLettersInStrings()
366 if (a == aEnd || b == bEnd) { in checkOnlyKanaLettersInStrings()
367 return a == aEnd && b == bEnd; in checkOnlyKanaLettersInStrings()
371 const size_t offset = compareKanaLetterAndComposedVoicedSoundMarks(a, aEnd, b, bEnd); in checkOnlyKanaLettersInStrings()
384 const UChar* aEnd = firstData + firstLength; in checkKanaStringsEqual() local
390 while (a != aEnd && !isKanaLetter(*a) && b != bEnd && !isKanaLetter(*b)) { in checkKanaStringsEqual()
397 if (a == aEnd || b == bEnd) { in checkKanaStringsEqual()
398 return a == aEnd && b == bEnd; in checkKanaStringsEqual()
405 const size_t offset = compareKanaLetterAndComposedVoicedSoundMarks(a, aEnd, b, bEnd); in checkKanaStringsEqual()
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/
DUTF8.cpp422 ALWAYS_INLINE bool equalWithUTF8Internal(const CharType* a, const CharType* aEnd, const char* b, co… in equalWithUTF8Internal() argument
457 return a == aEnd; in equalWithUTF8Internal()
460 bool equalUTF16WithUTF8(const UChar* a, const UChar* aEnd, const char* b, const char* bEnd) in equalUTF16WithUTF8() argument
462 return equalWithUTF8Internal(a, aEnd, b, bEnd); in equalUTF16WithUTF8()
465 bool equalLatin1WithUTF8(const LChar* a, const LChar* aEnd, const char* b, const char* bEnd) in equalLatin1WithUTF8() argument
467 return equalWithUTF8Internal(a, aEnd, b, bEnd); in equalLatin1WithUTF8()
DUTF8.h80 …WTF_EXPORT bool equalUTF16WithUTF8(const UChar* a, const UChar* aEnd, const char* b, const char* b…
81 …WTF_EXPORT bool equalLatin1WithUTF8(const LChar* a, const LChar* aEnd, const char* b, const char* …
/external/chromium_org/third_party/WebKit/Source/core/page/
DSpatialNavigation.cpp140 LayoutUnit aStart, bStart, aEnd, bEnd; in areRectsFullyAligned() local
173 aEnd = end(type, a); in areRectsFullyAligned()
189 return (bMiddle >= aStart && bMiddle <= aEnd) // (1) in areRectsFullyAligned()
204 LayoutUnit aEnd = end(type, a); in areRectsPartiallyAligned() local
222 return (bStart >= aStart && bStart <= aEnd) in areRectsPartiallyAligned()
223 || (bEnd >= aStart && bEnd <= aEnd); in areRectsPartiallyAligned()
/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dfts3.c2308 char *aEnd = &aList[nList]; /* Pointer to one byte after EOF */ in fts3DoclistCountDocids() local
2316 while( p<aEnd ) nDoc += (((*p++)&0x80)==0); in fts3DoclistCountDocids()
2318 while( p<aEnd ){ in fts3DoclistCountDocids()
2365 char *aEnd = &aList[*pnList]; /* Pointer to one byte after EOF */ in fts3DoclistStripPositions() local
2369 while( p<aEnd ){ in fts3DoclistStripPositions()
/external/chromium_org/third_party/WebKit/Source/wtf/
DHashMap.h452 const_iterator aEnd = a.end();
454 for (const_iterator it = a.begin(); it != aEnd; ++it) {
/external/chromium_org/third_party/sqlite/src/src/
Dwal.c585 u32 *aEnd = (u32 *)&a[nByte]; in walChecksumBytes() local
601 }while( aData<aEnd ); in walChecksumBytes()
607 }while( aData<aEnd ); in walChecksumBytes()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp1489 const bool aEnd = aIt == trianglesA.end(); in compareTriangleSets() local
1492 if (aEnd || bEnd || *aIt != *bIt) in compareTriangleSets()
1497 if (!aEnd && (bEnd || TriangleLexLessThan()(*aIt, *bIt))) in compareTriangleSets()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c43865 u32 *aEnd = (u32 *)&a[nByte];
43881 }while( aData<aEnd );
43887 }while( aData<aEnd );
115369 char *aEnd = &aList[nList]; /* Pointer to one byte after EOF */
115377 while( p<aEnd ) nDoc += (((*p++)&0x80)==0);
115379 while( p<aEnd ){
115426 char *aEnd = &aList[*pnList]; /* Pointer to one byte after EOF */
115430 while( p<aEnd ){
/external/sqlite/dist/
Dsqlite3.c48117 u32 *aEnd = (u32 *)&a[nByte];
48133 }while( aData<aEnd );
48139 }while( aData<aEnd );
129907 char *aEnd = &aList[nList]; /* Pointer to one byte after EOF */
129909 while( p<aEnd ){
/external/sqlite/dist/orig/
Dsqlite3.c48097 u32 *aEnd = (u32 *)&a[nByte];
48113 }while( aData<aEnd );
48119 }while( aData<aEnd );
129887 char *aEnd = &aList[nList]; /* Pointer to one byte after EOF */
129889 while( p<aEnd ){