OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strCopy
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-tests/benchmark/com/google/common/base/
StringsRepeatBenchmark.java
66
char[]
strCopy
= new char[len * Integer.highestOneBit(count)];
67
string.getChars(0, len,
strCopy
, 0);
75
System.arraycopy(
strCopy
, 0, array, pos,strCopyLen);
80
System.arraycopy(
strCopy
, 0,
strCopy
, strCopyLen, strCopyLen);
/external/icu/icu4c/source/test/cintltst/
usettest.c
273
char
strCopy
[64];
278
strncpy(
strCopy
, stringStart, stringLength);
279
strCopy
[stringLength] = 0;
286
strCopy
);
290
strCopy
);
420
char
strCopy
[64];
425
strncpy(
strCopy
, stringStart, stringLength);
426
strCopy
[stringLength] = 0;
433
pat,
strCopy
);
439
pat,
strCopy
);
[
all
...]
Completed in 53 milliseconds