Home | History | Annotate | Download | only in i18n

Lines Matching refs:defaultReorderCodesLength

592         defaultReorderCodesSize = coll->defaultReorderCodesLength * sizeof(int32_t);
680 (int32_t*) uprv_memcpy(defaultReorderCodes, coll->defaultReorderCodes, coll->defaultReorderCodesLength * sizeof(int32_t));
681 localCollator->defaultReorderCodesLength = coll->defaultReorderCodesLength;
943 result->defaultReorderCodesLength = 0;
6786 printf("coll->defaultReorderCodesLength = %d\n", coll->defaultReorderCodesLength);