HomeSort by relevance Sort by last modified time
    Searched defs:newlength (Results 1 - 3 of 3) sorted by null

  /external/smack/src/org/xbill/DNS/
Name.java 151 int newlength = length + alength; local
152 if (newlength > MAXNAME)
158 byte [] newname = new byte[newlength];
  /external/chromium_org/third_party/icu/source/i18n/
usearch.cpp 223 uint32_t newlength = *destinationlength; local
224 if (offset + 1 == newlength) {
225 newlength += increments;
227 sizeof(int32_t) * newlength, status);
232 *destinationlength = newlength;
263 uint32_t newlength = *destinationlength; local
264 if (offset + 1 == newlength) {
265 newlength += increments;
267 sizeof(int64_t) * newlength, status);
274 *destinationlength = newlength;
    [all...]
  /external/icu/icu4c/source/i18n/
usearch.cpp 215 uint32_t newlength = *destinationlength; local
216 if (offset + 1 == newlength) {
217 newlength += increments;
219 sizeof(int32_t) * newlength, status);
224 *destinationlength = newlength;
255 uint32_t newlength = *destinationlength; local
256 if (offset + 1 == newlength) {
257 newlength += increments;
259 sizeof(int64_t) * newlength, status);
266 *destinationlength = newlength;
    [all...]

Completed in 108 milliseconds