OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCOL_BYTE_FIRST_TAILORED
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
ucol_wgt.cpp
102
/* roll over, set this byte to
UCOL_BYTE_FIRST_TAILORED
and increment the previous one */
103
weight=setWeightByte(weight, length,
UCOL_BYTE_FIRST_TAILORED
);
114
range->start=setWeightTrail(range->start, length,
UCOL_BYTE_FIRST_TAILORED
);
214
if(trail>
UCOL_BYTE_FIRST_TAILORED
) {
215
upper[length].start=setWeightTrail(weight, length,
UCOL_BYTE_FIRST_TAILORED
);
218
upper[length].count=trail-
UCOL_BYTE_FIRST_TAILORED
;
310
uint32_t countBytes=maxByte-
UCOL_BYTE_FIRST_TAILORED
+1;
ucol_imp.h
656
UCOL_BYTE_FIRST_TAILORED
= 0x04,
[
all
...]
Completed in 33 milliseconds