Searched defs:destIx (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dutext.cpp1540 int32_t destIx = 0; local
1546 while (destIx<UTF8_TEXT_CHUNK_SIZE) {
1551 buf[destIx] = (UChar)c;
1552 mapToNative[destIx] = (uint8_t)(srcIx - ix);
1553 mapToUChars[srcIx-ix] = (uint8_t)destIx;
1555 destIx++;
1560 u8b->bufNILimit = destIx;
1564 int32_t dIx = destIx;
1565 int32_t dIxSaved = destIx;
1576 U16_APPEND_UNSAFE(buf, destIx,
1649 int32_t destIx = UTF8_TEXT_CHUNK_SIZE+2; // Start in the overflow region local
[all...]
/external/icu4c/common/
H A Dutext.cpp1194 int32_t destIx = 0; local
1200 while (destIx<UTF8_TEXT_CHUNK_SIZE) {
1205 buf[destIx] = (UChar)c;
1206 mapToNative[destIx] = (uint8_t)(srcIx - ix);
1207 mapToUChars[srcIx-ix] = (uint8_t)destIx;
1209 destIx++;
1214 u8b->bufNILimit = destIx;
1218 int32_t dIx = destIx;
1219 int32_t dIxSaved = destIx;
1226 U16_APPEND_UNSAFE(buf, destIx,
1299 int32_t destIx = UTF8_TEXT_CHUNK_SIZE+2; // Start in the overflow region local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 54 milliseconds