Home | History | Annotate | Download | only in i18n

Lines Matching refs:CEs

133     (s)->CEpos = (s)->toReturn = (s)->CEs;
278 oldCEs = data->CEs;
299 oldCapacity = LENGTHOF(data->CEs);
310 oldCapacity = LENGTHOF(data->CEs);
1009 * For generation of Implicit CEs
1356 * Supply parameters for generating implicit CEs
1511 if (collationSource->CEpos > collationSource->toReturn) { /* Are there any CEs from previous expansions? */
1514 collationSource->CEpos = collationSource->toReturn = collationSource->extendCEs ? collationSource->extendCEs : collationSource->CEs;
2003 * For more complicated CEs it resorts to getComplicatedCE.
2028 (!data->extendCEs && data->toReturn > data->CEs))
2032 if (data->CEs == data->toReturn || data->extendCEs == data->toReturn) {
2748 /* This function handles the special CEs like contractions, expansions, surrogates, Thai */
3057 uint8_t numTempBuf[UCOL_MAX_DIGITS_FOR_NUMBER/2 + 3]; // I just need a temporary place to store my generated CEs.
3398 * This function handles the special CEs like contractions, expansions,
3419 /* the only ces that loops are thai and contractions */
3611 endCEBuffer = source->CEs + UCOL_EXPAND_CE_BUFFER_SIZE;
3612 CECount = (int32_t)((source->CEpos - source->CEs)/sizeof(uint32_t));
3669 if (source->toReturn == source->CEs) {
3670 source->CEpos = source->CEs;
3758 if(source->toReturn == source->CEs) {
3759 source->CEpos = source->CEs;
3783 uint8_t numTempBuf[UCOL_MAX_DIGITS_FOR_NUMBER/2 + 2]; // I just need a temporary place to store my generated CEs.
4865 // otherwise we would break well formedness of CEs
5330 // macro calculating the number of expansion CEs available
5372 * 9..31 - CEs consumed. Number of getCE or next32 operations performed
5525 // are the existence of expansion CEs that are not yet processed, and
5530 // Consume all the CEs that were consumed at the end of the previous
5573 // for(;;) which will be broken when we exhaust all the CEs. Other
5773 // We have finished processing CEs on this level.
5793 // otherwise we would break well formedness of CEs
7047 /* of CEs in a buffer within ucol_strcoll */
7227 // We fetch CEs until we hit a non ignorable primary or end.
7246 // and there are no more CEs, we advance to the next level
7397 /* now, we're gonna reexamine collected CEs */
7504 // otherwise, the CEs stop being well-formed
7520 // otherwise, the CEs stop being well-formed
7849 if(sOrder == tOrder) { // if we have same CEs, we continue the loop
8232 if(sOrder == tOrder) { // if we have same CEs, we continue the loop