/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,
|
collationfastlatin.cpp | 27 uint16_t *primaries, int32_t capacity) { 35 // No mini primaries are variable, set a variableTop just below the 47 // Shift right to make it comparable with long mini primaries in bits 15..3. 79 primaries[c] = (uint16_t)p; 83 for(UChar32 c = 0x30; c <= 0x39; ++c) { primaries[c] = 0; } 91 CollationFastLatin::compareUTF16(const uint16_t *table, const uint16_t *primaries, int32_t options, 104 // Check for supported characters, fetch mini CEs, and compare primaries. 122 leftPair = primaries[c]; 153 rightPair = primaries[c]; 431 CollationFastLatin::compareUTF8(const uint16_t *table, const uint16_t *primaries, int32_t options [all...] |
collationbuilder.cpp | 1355 CollationWeights primaries, secondaries, tertiaries; local [all...] |
/external/chromium_org/third_party/qcms/src/ |
qcms.h | 134 qcms_CIE_xyYTRIPLE primaries,
|
transform.c | 46 // primaries in XYZ. This matrix is next inverted 52 struct matrix primaries; local 76 primaries.m[0][0] = xr; 77 primaries.m[0][1] = xg; 78 primaries.m[0][2] = xb; 80 primaries.m[1][0] = yr; 81 primaries.m[1][1] = yg; 82 primaries.m[1][2] = yb; 84 primaries.m[2][0] = 1 - xr - yr; 85 primaries.m[2][1] = 1 - xg - yg [all...] |
qcmsint.h | 284 qcms_bool set_rgb_colorants(qcms_profile *profile, qcms_CIE_xyY white_point, qcms_CIE_xyYTRIPLE primaries);
|
iccread.c | 917 qcms_CIE_xyYTRIPLE primaries, 925 if (!set_rgb_colorants(profile, white_point, primaries)) { 946 qcms_CIE_xyYTRIPLE primaries, 954 if (!set_rgb_colorants(profile, white_point, primaries)) { [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
ucol.cpp | 4562 SortKeyByteSink &primaries = result; local 4968 SortKeyByteSink &primaries = result; local [all...] |