OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bytesLength
(Results
1 - 12
of
12
) sorted by null
/external/icu4c/common/unicode/
bytestriebuilder.h
169
// Grows from the back:
bytesLength
measures from the end of the buffer!
172
int32_t
bytesLength
;
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
BoundedByteString.java
50
private final int
bytesLength
;
77
this.
bytesLength
= length;
107
return
bytesLength
;
/external/chromium_org/third_party/icu/source/test/intltest/
convtest.h
39
int32_t
bytesLength
;
/external/icu4c/test/intltest/
convtest.h
39
int32_t
bytesLength
;
/external/chromium_org/third_party/icu/source/tools/toolutil/
ucm.h
75
int32_t bytesCapacity,
bytesLength
;
xmlparser.cpp
170
int32_t fileLength,
bytesLength
, length, capacity;
183
bytesLength
=T_FileStream_read(f, bytes, (int32_t)sizeof(bytes));
184
if(
bytesLength
<(int32_t)sizeof(bytes)) {
186
fileLength=
bytesLength
;
198
charset=ucnv_detectUnicodeSignature(bytes,
bytesLength
, NULL, &errorCode);
210
buffer=src.getBuffer(
bytesLength
);
221
&pb, bytes+
bytesLength
,
275
// convert contents of bytes[
bytesLength
]
289
&pb, bytes+
bytesLength
,
309
bytesLength
=T_FileStream_read(f, bytes, (int32_t)sizeof(bytes))
[
all
...]
/external/icu4c/tools/toolutil/
ucm.h
76
int32_t bytesCapacity,
bytesLength
;
xmlparser.cpp
170
int32_t fileLength,
bytesLength
, length, capacity;
183
bytesLength
=T_FileStream_read(f, bytes, (int32_t)sizeof(bytes));
184
if(
bytesLength
<(int32_t)sizeof(bytes)) {
186
fileLength=
bytesLength
;
198
charset=ucnv_detectUnicodeSignature(bytes,
bytesLength
, NULL, &errorCode);
210
buffer=src.getBuffer(
bytesLength
);
221
&pb, bytes+
bytesLength
,
275
// convert contents of bytes[
bytesLength
]
289
&pb, bytes+
bytesLength
,
309
bytesLength
=T_FileStream_read(f, bytes, (int32_t)sizeof(bytes))
[
all
...]
/external/robolectric/src/main/java/android/net/
Uri__FromAndroid.java
[
all
...]
/frameworks/base/core/java/android/net/
Uri.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 4896 milliseconds