OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nextsourceindex
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetBOCU1.java
234
int sourceIndex,
nextSourceIndex
;
405
nextSourceIndex
= 0;
444
offsets.put(
nextSourceIndex
++);
454
offsets.put(
nextSourceIndex
++);
472
++
nextSourceIndex
;
489
sourceIndex =
nextSourceIndex
; /*wrong if offsets==null but does not matter*/
497
++
nextSourceIndex
;
514
sourceIndex=
nextSourceIndex
;
547
sourceIndex=
nextSourceIndex
;
572
sourceIndex =
nextSourceIndex
;
[
all
...]
CharsetSCSU.java
228
private int
nextSourceIndex
;
249
nextSourceIndex
= 0;
295
++
nextSourceIndex
;
332
sourceIndex =
nextSourceIndex
;
344
sourceIndex =
nextSourceIndex
;
345
nextSourceIndex
+=2;
364
++
nextSourceIndex
;
373
sourceIndex =
nextSourceIndex
;
379
sourceIndex =
nextSourceIndex
;
394
sourceIndex =
nextSourceIndex
;
[
all
...]
CharsetUTF7.java
191
int sourceIndex,
nextSourceIndex
;
210
nextSourceIndex
=0;
252
nextSourceIndex
=++sourceIndex;
273
* base64 bytes, while
nextSourceIndex
is precisely parallel to source,
322
sourceIndex=
nextSourceIndex
-1;
353
sourceIndex=
nextSourceIndex
- 1;
372
sourceIndex=
nextSourceIndex
- 1;
391
sourceIndex=
nextSourceIndex
;
418
sourceIndex=
nextSourceIndex
;
[
all
...]
CharsetMBCS.java
[
all
...]
/external/icu/icu4c/source/common/
ucnvbocu.cpp
400
int32_t sourceIndex,
nextSourceIndex
;
419
nextSourceIndex
=0;
439
*offsets++=
nextSourceIndex
++;
447
*offsets++=
nextSourceIndex
++;
457
sourceIndex=
nextSourceIndex
; /* wrong if offsets==NULL but does not matter */
463
++
nextSourceIndex
;
478
sourceIndex=
nextSourceIndex
;
489
++
nextSourceIndex
;
514
sourceIndex=
nextSourceIndex
;
537
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
...]
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
...]
ucnvmbcs.cpp
[
all
...]
ucnv_u8.c
482
int32_t offsetNum,
nextSourceIndex
;
492
nextSourceIndex
= 0;
526
nextSourceIndex
= offsetNum + 1;
536
++
nextSourceIndex
;
596
offsetNum =
nextSourceIndex
;
[
all
...]
Completed in 79 milliseconds