Searched defs:toUCharsMapStart (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dutext.cpp1206 int32_t toUCharsMapStart; // Native index corresponding to member in struct:UTF8Buf
1364 mapIndex = ix - u8b->toUCharsMapStart;
1428 mapIndex = ix - u8b->toUCharsMapStart;
1462 mapIndex = ix - u8b->toUCharsMapStart;
1511 u8b->toUCharsMapStart = ix;
1604 u8b->toUCharsMapStart = u8b->bufNativeStart;
1648 int32_t toUCharsMapStart = ix - (UTF8_TEXT_CHUNK_SIZE*3 + 1); local
1660 mapToNative[destIx] = (uint8_t)(srcIx - toUCharsMapStart);
1661 mapToUChars[srcIx - toUCharsMapStart] = (uint8_t)destIx;
1666 while (destIx>2 && (srcIx - toUCharsMapStart >
[all...]
/external/icu4c/common/
H A Dutext.cpp860 int32_t toUCharsMapStart; // Native index corresponding to member in struct:UTF8Buf
1018 mapIndex = ix - u8b->toUCharsMapStart;
1082 mapIndex = ix - u8b->toUCharsMapStart;
1116 mapIndex = ix - u8b->toUCharsMapStart;
1165 u8b->toUCharsMapStart = ix;
1254 u8b->toUCharsMapStart = u8b->bufNativeStart;
1298 int32_t toUCharsMapStart = ix - (UTF8_TEXT_CHUNK_SIZE*3 + 1); local
1310 mapToNative[destIx] = (uint8_t)(srcIx - toUCharsMapStart);
1311 mapToUChars[srcIx - toUCharsMapStart] = (uint8_t)destIx;
1316 while (destIx>2 && (srcIx - toUCharsMapStart >
[all...]

Completed in 111 milliseconds