Searched refs:destIdx (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Duregex.cpp913 int32_t destIdx = 0; local
925 appendToBuf(regexp->fText[i], &destIdx, dest, capacity);
938 appendToBuf(c, &destIdx, dest, capacity);
963 appendToBuf((UChar)escapedChar, &destIdx, dest, capacity);
965 appendToBuf(U16_LEAD(escapedChar), &destIdx, dest, capacity); local
966 appendToBuf(U16_TRAIL(escapedChar), &destIdx, dest, capacity); local
975 appendToBuf(c, &destIdx, dest, capacity);
1011 appendToBuf(DOLLARSIGN, &destIdx, dest, capacity);
1016 int32_t capacityRemaining = capacity - destIdx;
1020 destIdx
1134 int32_t destIdx = 0; local
1278 int32_t destIdx = 0; // Next available position in destBuf; local
[all...]
/external/icu4c/test/intltest/
H A Dtransrt.cpp1041 int32_t destIdx = 0; local
1042 U8_APPEND(bufForOneChar, destIdx, (int32_t)sizeof(bufForOneChar), c, isError);
1043 fwrite(bufForOneChar, 1, destIdx, out);

Completed in 46 milliseconds