OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextSourceIndex
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnvbocu.c
395
int32_t sourceIndex,
nextSourceIndex
;
416
nextSourceIndex
=0;
436
*offsets++=
nextSourceIndex
++;
444
*offsets++=
nextSourceIndex
++;
454
sourceIndex=
nextSourceIndex
; /* wrong if offsets==NULL but does not matter */
460
++
nextSourceIndex
;
475
sourceIndex=
nextSourceIndex
;
486
++
nextSourceIndex
;
511
sourceIndex=
nextSourceIndex
;
534
sourceIndex=
nextSourceIndex
;
[
all
...]
ucnv_u7.c
225
int32_t sourceIndex,
nextSourceIndex
;
248
nextSourceIndex
=0;
282
nextSourceIndex
=++sourceIndex;
303
* base64 bytes, while
nextSourceIndex
is precisely parallel to source,
310
++
nextSourceIndex
;
335
sourceIndex=
nextSourceIndex
-1;
346
sourceIndex=
nextSourceIndex
-1;
357
sourceIndex=
nextSourceIndex
;
384
sourceIndex=
nextSourceIndex
;
401
sourceIndex=
nextSourceIndex
-1
[
all
...]
ucnvscsu.c
241
int32_t sourceIndex,
nextSourceIndex
;
264
nextSourceIndex
=0;
291
++
nextSourceIndex
;
327
sourceIndex=
nextSourceIndex
;
340
++
nextSourceIndex
;
351
sourceIndex=
nextSourceIndex
;
356
sourceIndex=
nextSourceIndex
;
370
sourceIndex=
nextSourceIndex
;
396
sourceIndex=
nextSourceIndex
;
435
sourceIndex=
nextSourceIndex
;
[
all
...]
ucnvmbcs.c
[
all
...]
ucnv_u8.c
470
int32_t offsetNum,
nextSourceIndex
;
480
nextSourceIndex
= 0;
514
nextSourceIndex
= offsetNum + 1;
524
++
nextSourceIndex
;
584
offsetNum =
nextSourceIndex
;
[
all
...]
/external/icu4c/common/
ucnvbocu.cpp
400
int32_t sourceIndex,
nextSourceIndex
;
421
nextSourceIndex
=0;
441
*offsets++=
nextSourceIndex
++;
449
*offsets++=
nextSourceIndex
++;
459
sourceIndex=
nextSourceIndex
; /* wrong if offsets==NULL but does not matter */
465
++
nextSourceIndex
;
480
sourceIndex=
nextSourceIndex
;
491
++
nextSourceIndex
;
516
sourceIndex=
nextSourceIndex
;
539
sourceIndex=
nextSourceIndex
;
[
all
...]
ucnv_u7.c
226
int32_t sourceIndex,
nextSourceIndex
;
249
nextSourceIndex
=0;
283
nextSourceIndex
=++sourceIndex;
304
* base64 bytes, while
nextSourceIndex
is precisely parallel to source,
311
++
nextSourceIndex
;
352
sourceIndex=
nextSourceIndex
-1;
375
sourceIndex=
nextSourceIndex
-1;
386
sourceIndex=
nextSourceIndex
-1;
397
sourceIndex=
nextSourceIndex
;
424
sourceIndex=
nextSourceIndex
;
[
all
...]
ucnvscsu.c
242
int32_t sourceIndex,
nextSourceIndex
;
265
nextSourceIndex
=0;
292
++
nextSourceIndex
;
328
sourceIndex=
nextSourceIndex
;
341
++
nextSourceIndex
;
352
sourceIndex=
nextSourceIndex
;
357
sourceIndex=
nextSourceIndex
;
371
sourceIndex=
nextSourceIndex
;
397
sourceIndex=
nextSourceIndex
;
436
sourceIndex=
nextSourceIndex
;
[
all
...]
ucnvmbcs.c
[
all
...]
ucnv_u8.c
473
int32_t offsetNum,
nextSourceIndex
;
483
nextSourceIndex
= 0;
517
nextSourceIndex
= offsetNum + 1;
527
++
nextSourceIndex
;
587
offsetNum =
nextSourceIndex
;
[
all
...]
Completed in 896 milliseconds