OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:primaries
(Results
1 - 8
of
8
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wcsplugin.h
50
PrimaryJabColors
primaries
;
member in struct:_GamutBoundaryDescription
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatin.java
51
// (en_US_POSIX is unusual: It creates about 64 variable + 116 Latin
primaries
.)
53
// Digits may use long
primaries
(preserving more short ones)
54
// or short
primaries
(faster) without changing this data structure.
55
// (If we supported numeric collation, then digits would have to have long
primaries
101
* All potentially-variable
primaries
must be in this range,
110
* Fast handling: At least all letter
primaries
should be in this range.
201
char[]
primaries
) {
205
assert(
primaries
.length == LATIN_LIMIT);
206
if(
primaries
.length != LATIN_LIMIT) { return -1; }
210
// No mini
primaries
are variable, set a variableTop just below th
[
all
...]
CollationBuilder.java
[
all
...]
/external/icu/icu4c/source/i18n/
collationfastlatin.h
59
// (en_US_POSIX is unusual: It creates about 64 variable + 116 Latin
primaries
.)
61
// Digits may use long
primaries
(preserving more short ones)
62
// or short
primaries
(faster) without changing this data structure.
63
// (If we supported numeric collation, then digits would have to have long
primaries
109
* All potentially-variable
primaries
must be in this range,
118
* Fast handling: At least all letter
primaries
should be in this range.
209
uint16_t *
primaries
, int32_t capacity);
211
static int32_t compareUTF16(const uint16_t *table, const uint16_t *
primaries
, int32_t options,
215
static int32_t compareUTF8(const uint16_t *table, const uint16_t *
primaries
, int32_t options,
308
* Version 1 stored the lead bytes of the highest root
primaries
fo
[
all
...]
collationfastlatin.cpp
27
uint16_t *
primaries
, int32_t capacity) {
35
// No mini
primaries
are variable, set a variableTop just below the
96
primaries
[c] = (uint16_t)p;
100
for(UChar32 c = 0x30; c <= 0x39; ++c) {
primaries
[c] = 0; }
108
CollationFastLatin::compareUTF16(const uint16_t *table, const uint16_t *
primaries
, int32_t options,
121
// Check for supported characters, fetch mini CEs, and compare
primaries
.
139
leftPair =
primaries
[c];
170
rightPair =
primaries
[c];
448
CollationFastLatin::compareUTF8(const uint16_t *table, const uint16_t *
primaries
, int32_t options,
458
// Check for supported characters, fetch mini CEs, and compare
primaries
[
all
...]
collationbuilder.cpp
1388
CollationWeights
primaries
, secondaries, tertiaries;
local
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 4298 milliseconds