OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destinationlength
(Results
1 - 6
of
6
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntstrsafe.h
102
IN OUT PSIZE_T
DestinationLength
,
109
*
DestinationLength
,
432
SIZE_T
DestinationLength
, Remaining, Copied = 0;
438
&
DestinationLength
,
443
LocalDestinationEnd = Destination +
DestinationLength
;
444
Remaining = CharLength -
DestinationLength
;
/external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417Detector.h
46
int32_t
destinationLength
);
BC_PDF417Detector.cpp
183
int32_t
destinationLength
) {
184
for (int32_t i = 0; i <
destinationLength
; i++) {
/external/icu/android_icu4j/src/main/java/android/icu/text/
StringSearch.java
636
* @param
destinationlength
target array size
641
private static int[] addToIntArray(int[] destination, int offset, int
destinationlength
,
643
int newlength =
destinationlength
;
661
* @param
destinationlength
target array size
666
private static long[] addToLongArray(long[] destination, int offset, int
destinationlength
,
668
int newlength =
destinationlength
;
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
StringSearch.java
653
* @param
destinationlength
target array size
658
private static int[] addToIntArray(int[] destination, int offset, int
destinationlength
,
660
int newlength =
destinationlength
;
678
* @param
destinationlength
target array size
683
private static long[] addToLongArray(long[] destination, int offset, int
destinationlength
,
685
int newlength =
destinationlength
;
[
all
...]
/external/icu/icu4c/source/i18n/
usearch.cpp
199
* size
destinationlength
.
202
* @param
destinationlength
target array size, return value for the new size
212
uint32_t *
destinationlength
,
217
uint32_t newlength = *
destinationlength
;
226
*
destinationlength
= newlength;
239
* size
destinationlength
.
242
* @param
destinationlength
target array size, return value for the new size
252
uint32_t *
destinationlength
,
257
uint32_t newlength = *
destinationlength
;
268
*
destinationlength
= newlength
[
all
...]
Completed in 480 milliseconds