Searched defs:CEOffset (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Ducol.cpp2685 const uint32_t *CEOffset = NULL; local
2936 CEOffset = (uint32_t *)coll->image+getExpansionOffset(CE); /* find the offset to expansion table */
2938 CE = *CEOffset++;
2943 *(source->CEpos++) = *CEOffset++;
2947 while(*CEOffset != 0) {
2948 *(source->CEpos++) = *CEOffset++;
3145 CEOffset = (uint32_t *)coll->image+getExpansionOffset(CE); /* find the offset to expansion table */
3146 CE = *CEOffset++;
3323 const uint32_t *CEOffset = NULL; local
3636 CEOffset
6738 uint32_t *CEOffset = (uint32_t *)coll->image+getExpansionOffset(CE); /* find the offset to expansion table */ local
[all...]

Completed in 139 milliseconds