OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:endP
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/audio/
SincResampler.cpp
273
float*
endP
= inputP + n - n % 4;
300
while (inputP <
endP
) {
305
while (inputP <
endP
) {
310
while (inputP <
endP
) {
315
while (inputP <
endP
) {
/external/chromium_org/third_party/icu/source/i18n/
ucol.cpp
108
(s)->
endp
= (UChar *)sourceString+sourceLen;
112
(s)->
endp
= NULL;
162
return s == NULL || s->pos == s->
endp
;
341
return (s->pos == s->
endp
);
360
return s->fcdPosition == s->
endp
;
7349
uint32_t *
endp
;
member in struct:ucol_CEBuf
[
all
...]
/external/icu4c/i18n/
ucol.cpp
125
(s)->
endp
= (UChar *)sourceString+sourceLen;
129
(s)->
endp
= NULL;
183
return s == NULL || s->pos == s->
endp
;
363
return (s->pos == s->
endp
);
382
return s->fcdPosition == s->
endp
;
7052
uint32_t *
endp
;
member in struct:ucol_CEBuf
[
all
...]
Completed in 2818 milliseconds