OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indexToWrite
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnv_u32.c
219
unsigned int
indexToWrite
;
292
for (
indexToWrite
= 0;
indexToWrite
<= sizeof(uint32_t) - 1;
indexToWrite
++) {
294
*(myTarget++) = temp[
indexToWrite
];
297
args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[
indexToWrite
];
322
unsigned int
indexToWrite
;
396
for (
indexToWrite
= 0;
indexToWrite
<= sizeof(uint32_t) - 1;
indexToWrite
++)
[
all
...]
ucnv_u8.c
368
int32_t
indexToWrite
;
432
indexToWrite
= 2;
436
indexToWrite
= 3;
440
tempPtr[
indexToWrite
-1] = (uint8_t) (((ch >> 6) & 0x3f) | 0x80);
441
tempPtr[
indexToWrite
] = (uint8_t) ((ch & 0x3f) | 0x80);
445
myTarget += (
indexToWrite
+ 1);
449
for (; tempPtr <= (tempBuf +
indexToWrite
); tempPtr++) {
483
int32_t
indexToWrite
;
559
indexToWrite
= 2;
563
indexToWrite
= 3
[
all
...]
/external/icu/icu4c/source/common/
ucnv_u32.c
219
unsigned int
indexToWrite
;
292
for (
indexToWrite
= 0;
indexToWrite
<= sizeof(uint32_t) - 1;
indexToWrite
++) {
294
*(myTarget++) = temp[
indexToWrite
];
297
args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[
indexToWrite
];
322
unsigned int
indexToWrite
;
396
for (
indexToWrite
= 0;
indexToWrite
<= sizeof(uint32_t) - 1;
indexToWrite
++)
[
all
...]
ucnv_u8.c
359
int32_t
indexToWrite
;
423
indexToWrite
= 2;
427
indexToWrite
= 3;
431
tempPtr[
indexToWrite
-1] = (uint8_t) (((ch >> 6) & 0x3f) | 0x80);
432
tempPtr[
indexToWrite
] = (uint8_t) ((ch & 0x3f) | 0x80);
436
myTarget += (
indexToWrite
+ 1);
440
for (; tempPtr <= (tempBuf +
indexToWrite
); tempPtr++) {
474
int32_t
indexToWrite
;
550
indexToWrite
= 2;
554
indexToWrite
= 3
[
all
...]
Completed in 883 milliseconds