OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxByte
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
ucol_wgt.cpp
107
incWeight(uint32_t weight, int32_t length, uint32_t
maxByte
) {
112
if(byte<
maxByte
) {
123
lengthenRange(WeightRange *range, uint32_t
maxByte
, uint32_t countBytes) {
128
range->end=setWeightTrail(range->end, length,
maxByte
);
157
uint32_t
maxByte
, uint32_t countBytes,
214
if(trail<
maxByte
) {
216
lower[length].end=setWeightTrail(weight, length,
maxByte
);
218
lower[length].count=
maxByte
-trail;
254
if(end>=start || incWeight(end, length,
maxByte
)==start) {
320
uint32_t
maxByte
,
[
all
...]
ucol_bld.cpp
452
uint32_t
maxByte
= (strength == UCOL_TERTIARY)?0x3F:0xFF;
468
g->noOfRanges = ucol_allocWeights(low, high, count,
maxByte
, g->ranges);
481
uint32_t
maxByte
= 0;
483
maxByte
= 0x3F;
485
maxByte
= 0xFE;
487
maxByte
= 0xFF;
533
g->noOfRanges = ucol_allocWeights(UCOL_BYTE_UNSHIFTED_MIN<<24, high, count,
maxByte
, g->ranges);
540
g->noOfRanges = ucol_allocWeights(low, high, count,
maxByte
, g->ranges);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
Completed in 215 milliseconds