OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next1
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
codecvt_test.cpp
465
const extern_type* last1, const extern_type*&
next1
,
468
for (
next1
= first1, next2 = first2;
next1
< last1;
next1
+= 2 ) {
469
if ( (last1 -
next1
) < 2 || (last2 - next2) < 1 )
471
*next2++ = (intern_type)((*(
next1
+ 1) << 8) | (*
next1
& 255));
/external/v8/src/
interpreter-irregexp.cc
345
Char
next1
= subject[pos + 1];
local
349
(
next1
<< 8) |
359
Char
next1
= subject[pos + 1];
local
363
(
next1
<< 8) |
/external/bluetooth/glib/glib/
gutf8.c
1157
goto
next1
;
1166
next1
:
1298
goto
next1
;
1307
next1
:
[
all
...]
Completed in 247 milliseconds