Home
last modified time | relevance | path

Searched refs:ces (Results 1 – 25 of 128) sorted by relevance

123456

/third_party/boost/libs/multi_index/test/
Dtest_projection.cpp82 const employee_set& ces=es; in test_projection() local
116 cit= ces.find(employee(4,"John",57,1002)); in test_projection()
118 cit1= project<by_name>(ces,cit); in test_projection()
120 cit1= ces.project<by_name>(cit); in test_projection()
122 cit2= project<age>(ces,cit1); in test_projection()
124 cit3= project<as_inserted>(ces,cit2); in test_projection()
126 cit3= ces.project<as_inserted>(cit2); in test_projection()
128 cit4= project<ssn>(ces,cit3); in test_projection()
129 cit5= project<randomly>(ces,cit4); in test_projection()
130 citbis=project<0>(ces,cit5); in test_projection()
/third_party/icu/icu4c/source/test/intltest/
Dcolldata.cpp43 : ces(NULL), listMax(CELIST_BUFFER_SIZE), listSize(0) in CEList()
71 ces = ceBuffer; in CEList()
102 if (ces != ceBuffer) { in ~CEList()
103 DELETE_ARRAY(ces); in ~CEList()
122 uprv_memcpy(newCEs, ces, listSize * sizeof(uint32_t)); in add()
124 if (ces != ceBuffer) { in add()
125 DELETE_ARRAY(ces); in add()
128 ces = newCEs; in add()
132 ces[listSize++] = ce; in add()
138 return ces[index]; in get()
[all …]
Dcolldata.h117 uint32_t *ces; variable
271 int32_t minLengthInChars(const CEList *ces, int32_t offset) const;
291 int32_t minLengthInChars(const CEList *ces, int32_t offset, int32_t *history) const;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DContractionsAndExpansions.java39 private long[] ces = new long[Collation.MAX_EXPANSION_LENGTH]; field in ContractionsAndExpansions
46 void handleExpansion(long ces[], int start, int length); in handleExpansion() argument
150 ces[0] = Collation.latinCE0FromCE32(ce32); in handleCE32()
151 ces[1] = Collation.latinCE1FromCE32(ce32); in handleCE32()
152 sink.handleExpansion(ces, 0, 2); in handleCE32()
165 ces[i] = Collation.ceFromCE32(data.ce32s[idx + i]); in handleCE32()
167 sink.handleExpansion(ces, 0, length); in handleCE32()
179 sink.handleExpansion(data.ces, idx, length); in handleCE32()
DCollationDataBuilder.java120 void add(CharSequence prefix, CharSequence s, long ces[], int cesLength) { in add() argument
121 int ce32 = encodeCEs(ces, cesLength); in add()
131 int encodeCEs(long ces[], int cesLength) { in encodeCEs() argument
143 return encodeOneCE(ces[0]); in encodeCEs()
146 long ce0 = ces[0]; in encodeCEs()
147 long ce1 = ces[1]; in encodeCEs()
167 int ce32 = encodeOneCEAsCE32(ces[i]); in encodeCEs()
171 return encodeExpansion(ces, 0, cesLength); in encodeCEs()
332 int getCEs(CharSequence s, long ces[], int cesLength) { in getCEs() argument
333 return getCEs(s, 0, ces, cesLength); in getCEs()
[all …]
DCollationBuilder.java115 ces[0] = getSpecialResetPosition(str); in addReset()
117 assert((ces[0] & Collation.CASE_AND_QUATERNARY_MASK) == 0); in addReset()
121 cesLength = dataBuilder.getCEs(nfdString, ces, 0); in addReset()
232 strength = ceStrength(ces[cesLength - 1]); in addReset()
234 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, strength); in addReset()
484 long ce = ces[cesLength - 1]; in addRelation()
502 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength); in addRelation()
510 cesLength = dataBuilder.getCEs(nfdExtension, ces, cesLength); in addRelation()
522 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32); in addRelation()
524 addWithClosure(nfdPrefix, nfdString, ces, cesLength, ce32); in addRelation()
[all …]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DContractionsAndExpansions.java35 private long[] ces = new long[Collation.MAX_EXPANSION_LENGTH]; field in ContractionsAndExpansions
39 void handleExpansion(long ces[], int start, int length); in handleExpansion() argument
143 ces[0] = Collation.latinCE0FromCE32(ce32); in handleCE32()
144 ces[1] = Collation.latinCE1FromCE32(ce32); in handleCE32()
145 sink.handleExpansion(ces, 0, 2); in handleCE32()
158 ces[i] = Collation.ceFromCE32(data.ce32s[idx + i]); in handleCE32()
160 sink.handleExpansion(ces, 0, length); in handleCE32()
172 sink.handleExpansion(data.ces, idx, length); in handleCE32()
DCollationDataBuilder.java119 void add(CharSequence prefix, CharSequence s, long ces[], int cesLength) { in add() argument
120 int ce32 = encodeCEs(ces, cesLength); in add()
130 int encodeCEs(long ces[], int cesLength) { in encodeCEs() argument
142 return encodeOneCE(ces[0]); in encodeCEs()
145 long ce0 = ces[0]; in encodeCEs()
146 long ce1 = ces[1]; in encodeCEs()
166 int ce32 = encodeOneCEAsCE32(ces[i]); in encodeCEs()
170 return encodeExpansion(ces, 0, cesLength); in encodeCEs()
331 int getCEs(CharSequence s, long ces[], int cesLength) { in getCEs() argument
332 return getCEs(s, 0, ces, cesLength); in getCEs()
[all …]
DCollationBuilder.java111 ces[0] = getSpecialResetPosition(str); in addReset()
113 assert((ces[0] & Collation.CASE_AND_QUATERNARY_MASK) == 0); in addReset()
117 cesLength = dataBuilder.getCEs(nfdString, ces, 0); in addReset()
228 strength = ceStrength(ces[cesLength - 1]); in addReset()
230 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, strength); in addReset()
480 long ce = ces[cesLength - 1]; in addRelation()
498 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength); in addRelation()
506 cesLength = dataBuilder.getCEs(nfdExtension, ces, cesLength); in addRelation()
518 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32); in addRelation()
520 addWithClosure(nfdPrefix, nfdString, ces, cesLength, ce32); in addRelation()
[all …]
/third_party/icu/icu4c/source/i18n/
Dcollationdatabuilder.h98 const int64_t ces[], int32_t cesLength,
107 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
165 int32_t getCEs(const UnicodeString &s, int64_t ces[], int32_t cesLength);
167 int64_t ces[], int32_t cesLength);
195 uint32_t encodeExpansion(const int64_t ces[], int32_t length, UErrorCode &errorCode);
221 int32_t getCEs(const UnicodeString &s, int32_t start, int64_t ces[], int32_t cesLength);
Dcollationdatabuilder.cpp132 int32_t fetchCEs(const UnicodeString &str, int32_t start, int64_t ces[], int32_t cesLength);
172 int64_t ces[], int32_t cesLength) { in fetchCEs() argument
175 builderData.ces = builder.ce64s.getBuffer(); in fetchCEs()
201 ces[cesLength] = ce; in fetchCEs()
405 int64_t dataCE = fromBase ? base->ces[i] : ce64s.elementAti(i); in getCE32FromOffsetCE32()
470 return fromBase ? base->ces[i] : ce64s.elementAti(i); in getSingleCE()
536 const int64_t ces[], int32_t cesLength, in add() argument
538 uint32_t ce32 = encodeCEs(ces, cesLength, errorCode); in add()
662 CollationDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, in encodeCEs() argument
678 return encodeOneCE(ces[0], errorCode); in encodeCEs()
[all …]
Dcollationsets.cpp157 int64_t dataCE = baseData->ces[Collation::indexFromCE32(baseCE32)]; in compare()
188 const int64_t *ces = data->ces + Collation::indexFromCE32(ce32); in compare() local
191 const int64_t *baseCEs = baseData->ces + Collation::indexFromCE32(baseCE32); in compare()
199 if(ces[i] != baseCEs[i]) { in compare()
457 ces[0] = Collation::latinCE0FromCE32(ce32); in handleCE32()
458 ces[1] = Collation::latinCE1FromCE32(ce32); in handleCE32()
459 sink->handleExpansion(ces, 2); in handleCE32()
472 ces[i] = Collation::ceFromCE32(*ce32s++); in handleCE32()
474 sink->handleExpansion(ces, length); in handleCE32()
485 sink->handleExpansion(data->ces + Collation::indexFromCE32(ce32), length); in handleCE32()
Dcollationbuilder.cpp299 ces[0] = getSpecialResetPosition(str, parserErrorReason, errorCode); in addReset()
302 U_ASSERT((ces[0] & Collation::CASE_AND_QUATERNARY_MASK) == 0); in addReset()
310 cesLength = dataBuilder->getCEs(nfdString, ces, 0); in addReset()
429 strength = ceStrength(ces[cesLength - 1]); in addReset()
435 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, strength); in addReset()
700 int64_t ce = ces[cesLength - 1]; in addRelation()
724 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength); in addRelation()
737 cesLength = dataBuilder->getCEs(nfdExtension, ces, cesLength); in addRelation()
751 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32, errorCode); in addRelation()
753 addWithClosure(nfdPrefix, nfdString, ces, cesLength, ce32, errorCode); in addRelation()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dcollationdatabuilder.h98 const int64_t ces[], int32_t cesLength,
107 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
165 int32_t getCEs(const UnicodeString &s, int64_t ces[], int32_t cesLength);
167 int64_t ces[], int32_t cesLength);
195 uint32_t encodeExpansion(const int64_t ces[], int32_t length, UErrorCode &errorCode);
221 int32_t getCEs(const UnicodeString &s, int32_t start, int64_t ces[], int32_t cesLength);
Dcollationdatabuilder.cpp132 int32_t fetchCEs(const UnicodeString &str, int32_t start, int64_t ces[], int32_t cesLength);
172 int64_t ces[], int32_t cesLength) { in fetchCEs() argument
175 builderData.ces = builder.ce64s.getBuffer(); in fetchCEs()
201 ces[cesLength] = ce; in fetchCEs()
405 int64_t dataCE = fromBase ? base->ces[i] : ce64s.elementAti(i); in getCE32FromOffsetCE32()
470 return fromBase ? base->ces[i] : ce64s.elementAti(i); in getSingleCE()
536 const int64_t ces[], int32_t cesLength, in add() argument
538 uint32_t ce32 = encodeCEs(ces, cesLength, errorCode); in add()
662 CollationDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, in encodeCEs() argument
678 return encodeOneCE(ces[0], errorCode); in encodeCEs()
[all …]
Dcollationsets.cpp157 int64_t dataCE = baseData->ces[Collation::indexFromCE32(baseCE32)]; in compare()
188 const int64_t *ces = data->ces + Collation::indexFromCE32(ce32); in compare() local
191 const int64_t *baseCEs = baseData->ces + Collation::indexFromCE32(baseCE32); in compare()
199 if(ces[i] != baseCEs[i]) { in compare()
457 ces[0] = Collation::latinCE0FromCE32(ce32); in handleCE32()
458 ces[1] = Collation::latinCE1FromCE32(ce32); in handleCE32()
459 sink->handleExpansion(ces, 2); in handleCE32()
472 ces[i] = Collation::ceFromCE32(*ce32s++); in handleCE32()
474 sink->handleExpansion(ces, length); in handleCE32()
485 sink->handleExpansion(data->ces + Collation::indexFromCE32(ce32), length); in handleCE32()
Dcollationbuilder.cpp299 ces[0] = getSpecialResetPosition(str, parserErrorReason, errorCode); in addReset()
302 U_ASSERT((ces[0] & Collation::CASE_AND_QUATERNARY_MASK) == 0); in addReset()
310 cesLength = dataBuilder->getCEs(nfdString, ces, 0); in addReset()
429 strength = ceStrength(ces[cesLength - 1]); in addReset()
435 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, strength); in addReset()
700 int64_t ce = ces[cesLength - 1]; in addRelation()
724 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength); in addRelation()
737 cesLength = dataBuilder->getCEs(nfdExtension, ces, cesLength); in addRelation()
751 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32, errorCode); in addRelation()
753 addWithClosure(nfdPrefix, nfdString, ces, cesLength, ce32, errorCode); in addRelation()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationdatabuilder.h98 const int64_t ces[], int32_t cesLength,
107 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
165 int32_t getCEs(const UnicodeString &s, int64_t ces[], int32_t cesLength);
167 int64_t ces[], int32_t cesLength);
195 uint32_t encodeExpansion(const int64_t ces[], int32_t length, UErrorCode &errorCode);
221 int32_t getCEs(const UnicodeString &s, int32_t start, int64_t ces[], int32_t cesLength);
Dcollationdatabuilder.cpp132 int32_t fetchCEs(const UnicodeString &str, int32_t start, int64_t ces[], int32_t cesLength);
172 int64_t ces[], int32_t cesLength) { in fetchCEs() argument
175 builderData.ces = builder.ce64s.getBuffer(); in fetchCEs()
201 ces[cesLength] = ce; in fetchCEs()
399 int64_t dataCE = fromBase ? base->ces[i] : ce64s.elementAti(i); in getCE32FromOffsetCE32()
464 return fromBase ? base->ces[i] : ce64s.elementAti(i); in getSingleCE()
530 const int64_t ces[], int32_t cesLength, in add() argument
532 uint32_t ce32 = encodeCEs(ces, cesLength, errorCode); in add()
656 CollationDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, in encodeCEs() argument
672 return encodeOneCE(ces[0], errorCode); in encodeCEs()
[all …]
Dcollationsets.cpp157 int64_t dataCE = baseData->ces[Collation::indexFromCE32(baseCE32)]; in compare()
188 const int64_t *ces = data->ces + Collation::indexFromCE32(ce32); in compare() local
191 const int64_t *baseCEs = baseData->ces + Collation::indexFromCE32(baseCE32); in compare()
199 if(ces[i] != baseCEs[i]) { in compare()
457 ces[0] = Collation::latinCE0FromCE32(ce32); in handleCE32()
458 ces[1] = Collation::latinCE1FromCE32(ce32); in handleCE32()
459 sink->handleExpansion(ces, 2); in handleCE32()
472 ces[i] = Collation::ceFromCE32(*ce32s++); in handleCE32()
474 sink->handleExpansion(ces, length); in handleCE32()
485 sink->handleExpansion(data->ces + Collation::indexFromCE32(ce32), length); in handleCE32()
Dcollationbuilder.cpp299 ces[0] = getSpecialResetPosition(str, parserErrorReason, errorCode); in addReset()
302 U_ASSERT((ces[0] & Collation::CASE_AND_QUATERNARY_MASK) == 0); in addReset()
310 cesLength = dataBuilder->getCEs(nfdString, ces, 0); in addReset()
429 strength = ceStrength(ces[cesLength - 1]); in addReset()
435 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, strength); in addReset()
701 int64_t ce = ces[cesLength - 1]; in addRelation()
725 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength); in addRelation()
738 cesLength = dataBuilder->getCEs(nfdExtension, ces, cesLength); in addRelation()
752 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32, errorCode); in addRelation()
754 addWithClosure(nfdPrefix, nfdString, ces, cesLength, ce32, errorCode); in addRelation()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationdatabuilder.h98 const int64_t ces[], int32_t cesLength,
107 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
165 int32_t getCEs(const UnicodeString &s, int64_t ces[], int32_t cesLength);
167 int64_t ces[], int32_t cesLength);
195 uint32_t encodeExpansion(const int64_t ces[], int32_t length, UErrorCode &errorCode);
221 int32_t getCEs(const UnicodeString &s, int32_t start, int64_t ces[], int32_t cesLength);
Dcollationdatabuilder.cpp132 int32_t fetchCEs(const UnicodeString &str, int32_t start, int64_t ces[], int32_t cesLength);
172 int64_t ces[], int32_t cesLength) { in fetchCEs() argument
175 builderData.ces = builder.ce64s.getBuffer(); in fetchCEs()
201 ces[cesLength] = ce; in fetchCEs()
405 int64_t dataCE = fromBase ? base->ces[i] : ce64s.elementAti(i); in getCE32FromOffsetCE32()
470 return fromBase ? base->ces[i] : ce64s.elementAti(i); in getSingleCE()
536 const int64_t ces[], int32_t cesLength, in add() argument
538 uint32_t ce32 = encodeCEs(ces, cesLength, errorCode); in add()
662 CollationDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, in encodeCEs() argument
678 return encodeOneCE(ces[0], errorCode); in encodeCEs()
[all …]
Dcollationsets.cpp157 int64_t dataCE = baseData->ces[Collation::indexFromCE32(baseCE32)]; in compare()
188 const int64_t *ces = data->ces + Collation::indexFromCE32(ce32); in compare() local
191 const int64_t *baseCEs = baseData->ces + Collation::indexFromCE32(baseCE32); in compare()
199 if(ces[i] != baseCEs[i]) { in compare()
457 ces[0] = Collation::latinCE0FromCE32(ce32); in handleCE32()
458 ces[1] = Collation::latinCE1FromCE32(ce32); in handleCE32()
459 sink->handleExpansion(ces, 2); in handleCE32()
472 ces[i] = Collation::ceFromCE32(*ce32s++); in handleCE32()
474 sink->handleExpansion(ces, length); in handleCE32()
485 sink->handleExpansion(data->ces + Collation::indexFromCE32(ce32), length); in handleCE32()
/third_party/gstreamer/gstplugins_good/po/
Dlv.po156 msgstr "Kļūda, ierakstot no audio ierīces."
180 msgstr "Radās kļūda, nolasot %d baitus no ierīces “%s”."
188 msgstr "Nevar izvietot buferus no ierīces “%s”"
192 msgstr "Ierīces \"%s\" draiveris neatbalsta IO metodi %d"
196 msgstr "Ierīces “%s” draiveris neatbalsta nevienu zināmo ierakstīšanas metodi."
236 msgstr "Nevar nolasīt parametrus no ierīces “%s”"
250 msgstr "Ierīces \"%s\" draiveris neatbalsta IO metodi %d"
268 msgstr "Neizdevās saņemt skaņotāja %d iestatījumus no ierīces “%s”."
272 msgstr "Kļūda, saņemot iespējas no ierīces “%s”."
280 msgstr "Neizdevās saņemt radio ievadi uz ierīces “%s”."
[all …]

123456