Searched defs:endP (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DSincResampler.cpp272 float* endP = inputP + n - n % 4; local
299 while (inputP < endP) {
304 while (inputP < endP) {
309 while (inputP < endP) {
314 while (inputP < endP) {
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp1294 const UChar *endP = collationSource->fcdPosition; /* End of region to normalize+1 */ local
1296 collationSource->nfd->normalize(UnicodeString(FALSE, srcP, (int32_t)(endP - srcP)),
1366 const UChar *srcP, *endP; local
1375 endP = collationSource->endp;
1377 endP = NULL;
1381 fcd = g_nfcImpl->nextFCD16(srcP, endP);
1388 while (endP == NULL || srcP != endP)
1392 fcd = g_nfcImpl->nextFCD16(srcP, endP);

Completed in 2097 milliseconds