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

/external/icu4c/i18n/
H A Ducol.cpp2734 const uint32_t *CEOffset = NULL; local
2985 CEOffset = (uint32_t *)coll->image+getExpansionOffset(CE); /* find the offset to expansion table */
2987 CE = *CEOffset++;
2992 *(source->CEpos++) = *CEOffset++;
2996 while(*CEOffset != 0) {
2997 *(source->CEpos++) = *CEOffset++;
3194 CEOffset = (uint32_t *)coll->image+getExpansionOffset(CE); /* find the offset to expansion table */
3195 CE = *CEOffset++;
3381 const uint32_t *CEOffset = NULL; local
3761 CEOffset
6886 uint32_t *CEOffset = (uint32_t *)coll->image+getExpansionOffset(CE); /* find the offset to expansion table */ local
[all...]

Completed in 25 milliseconds