OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/icu4c/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
...]
Completed in 41 milliseconds