OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uca
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
ucol_res.cpp
20
* 03/16/2001 weiv Collation framework is rewritten in C and made
UCA
compliant
55
// static
UCA
. There is only one. Collators don't use it.
101
// we used to check that the
UCA
data version (pInfo->dataVersion)
137
/* do not close
UCA
returned by ucol_initUCA! */
171
const UCollator*
UCA
= ucol_initUCA(status);
209
if(*status == U_MISSING_RESOURCE_ERROR) { /* We didn't find the tailoring data, we fallback to the
UCA
*/
211
result = ucol_initCollator(
UCA
->image, result,
UCA
, status);
215
// if we use
UCA
, real locale is root
242
if(uprv_memcmp(colData->UCAVersion,
UCA
->image->UCAVersion, sizeof(UVersionInfo)) != 0 |
[
all
...]
ucol_imp.h
58
* Ready to use collators are stored as binary images. Both
UCA
and tailorings
59
* share the same binary format. Individual files (currently only
UCA
) have a
65
* (
UCA
& tailorings) and for the inverse
UCA
table.
82
* -
UCA
constants (UCAConstants)
83
* -
UCA
contractions (UChar[contractionUCACombosSize][contractionUCACombosWidth])
100
* uint32_t UCAConsts; - only used (!=0) in
UCA
image - structure which holds values for indirect positioning and implicit ranges
102
* important constant values that are defined in the
UCA
and used for building and runtime.
104
* uint32_t contractionUCACombos; - only used (!=0) in
UCA
image - list of
UCA
contractions. This is a zero terminated array of UChar[contractionUCACombosWidth]
[
all
...]
ucol.cpp
16
* 03/16/2001 weiv Collation framework is rewritten in C and made
UCA
compliant
64
// These are values from
UCA
required for
66
// they should regularly be in the
UCA
, but if one
67
// is running without
UCA
, it could be a problem
444
// We need these and we could be running without
UCA
521
/* do not copy the header from the
UCA
file because its values are wrong! */
522
/* uprv_memcpy(result,
UCA
->image, sizeof(UCATableHeader)); */
541
/* copy
UCA
's version; genrb will override all but the builder version with tailoring data */
640
localCollator = ucol_initFromBinary(image, imageSize, coll->
UCA
, localCollator, status);
735
/* - UData for
UCA
(unless we stuff it in the root resb *
6790
const UCollator*
uca
= ucol_initUCA(pErrorCode);
local
[
all
...]
Completed in 36 milliseconds