OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:minBytes
(Results
1 - 10
of
10
) sorted by null
/external/icu/icu4c/source/i18n/
collationweights.h
85
return (int32_t)(maxBytes[idx] -
minBytes
[idx] + 1);
101
uint32_t
minBytes
[5]; // for byte 1, 2, 3, 4
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationWeights.java
29
minBytes
[1] = Collation.MERGE_SEPARATOR_BYTE + 1;
32
minBytes
[2] = Collation.PRIMARY_COMPRESSION_LOW_BYTE + 1;
35
minBytes
[2] = 2;
38
minBytes
[3] = 2;
40
minBytes
[4] = 2;
47
minBytes
[1] = 0;
49
minBytes
[2] = 0;
51
minBytes
[3] = Collation.LEVEL_SEPARATOR_BYTE + 1;
53
minBytes
[4] = 2;
60
minBytes
[1] = 0
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationWeights.java
27
minBytes
[1] = Collation.MERGE_SEPARATOR_BYTE + 1;
30
minBytes
[2] = Collation.PRIMARY_COMPRESSION_LOW_BYTE + 1;
33
minBytes
[2] = 2;
36
minBytes
[3] = 2;
38
minBytes
[4] = 2;
45
minBytes
[1] = 0;
47
minBytes
[2] = 0;
49
minBytes
[3] = Collation.LEVEL_SEPARATOR_BYTE + 1;
51
minBytes
[4] = 2;
58
minBytes
[1] = 0
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
structs.h
270
estimate. All values (except framelength and
minBytes
) is double size to
299
int
minBytes
;
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
isac.c
643
int
minBytes
;
651
minBytes
= WebRtcIsac_GetMinBytes(
656
/* Make sure
MinBytes
does not exceed packet size limit. */
666
minBytes
= (
minBytes
> limit) ? limit :
minBytes
;
679
minBytes
= (
minBytes
> limit) ? limit :
minBytes
;
681
garbageLen = (
minBytes
> streamLen) ? (uint8_t)(minBytes - streamLen) : 0
[
all
...]
structs.h
264
estimate. All values (except framelength and
minBytes
) is double size to
294
int
minBytes
;
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 184 milliseconds