Home | History | Annotate | Download | only in i18n

Lines Matching refs:CEs

100     (s)->CEpos = (s)->toReturn = (s)->CEs;
857 * For generation of Implicit CEs
1174 * Supply parameters for generating implicit CEs
1356 if (collationSource->CEpos > collationSource->toReturn) { /* Are there any CEs from previous expansions? */
1359 collationSource->CEpos = collationSource->toReturn = collationSource->extendCEs ? collationSource->extendCEs : collationSource->CEs;
1809 * For more complicated CEs it resorts to getComplicatedCE.
1834 (!data->extendCEs && data->toReturn > data->CEs))
1838 if (data->CEs == data->toReturn || data->extendCEs == data->toReturn) {
2717 /* This function handles the special CEs like contractions, expansions, surrogates, Thai */
3026 CEs.
3373 * This function handles the special CEs like contractions, expansions,
3394 /* the only ces that loops are thai and contractions */
3583 endCEBuffer = source->CEs + UCOL_EXPAND_CE_BUFFER_SIZE;
3584 CECount = (source->CEpos - source->CEs)/sizeof(uint32_t);
3613 source->extendCEs = (uint32_t *)uprv_memcpy(source->extendCEs, source->CEs, UCOL_EXPAND_CE_BUFFER_SIZE * sizeof(uint32_t));
3630 source->CEpos = source->CEs;
3656 source->CEpos = source->CEs;
3699 if (source->toReturn == source->CEs) {
3700 source->CEpos = source->CEs;
3800 if(source->toReturn == source->CEs) {
3801 source->CEpos = source->CEs;
3826 uint8_t numTempBuf[UCOL_MAX_DIGITS_FOR_NUMBER/2 + 2]; // I just need a temporary place to store my generated CEs.
4590 // otherwise we would break well formedness of CEs
5058 // otherwise we would break well formedness of CEs
5872 // macro calculating the number of expansion CEs available
5914 * 9..31 - CEs consumed. Number of getCE or next32 operations performed
6063 // are the existence of expansion CEs that are not yet processed, and
6068 // Consume all the CEs that were consumed at the end of the previous
6111 // for(;;) which will be broken when we exhaust all the CEs. Other
6305 // We have finished processing CEs on this level.
6325 // otherwise we would break well formedness of CEs
7480 /* of CEs in a buffer within ucol_strcoll */
7668 // We fetch CEs until we hit a non ignorable primary or end.
7687 // and there are no more CEs, we advance to the next level
7826 /* now, we're gonna reexamine collected CEs */
7931 // otherwise, the CEs stop being well-formed
7947 // otherwise, the CEs stop being well-formed
8269 if(sOrder == tOrder) { // if we have same CEs, we continue the loop