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

/external/icu4c/i18n/
H A Ducol_res.cpp282 result->defaultReorderCodesLength = result->reorderCodesLength;
609 if (source->reorderCodesLength != target->reorderCodesLength){
612 for (i = 0; i < source->reorderCodesLength; i++) {
1051 if (parser->reorderCodesLength == 0 || parser->reorderCodes == NULL) {
1055 coll->reorderCodesLength = 0;
1063 coll->defaultReorderCodesLength = parser->reorderCodesLength;
1072 coll->reorderCodesLength = parser->reorderCodesLength;
1073 coll->reorderCodes = (int32_t*) uprv_malloc(coll->reorderCodesLength * sizeo
[all...]
H A Ducol_tok.h141 int32_t reorderCodesLength; member in struct:__anon18315
H A Dtblcoll.cpp527 int32_t reorderCodesLength,
531 ucol_setReorderCodes(ucollator, reorderCodes, reorderCodesLength, &status);
526 setReorderCodes(const int32_t *reorderCodes, int32_t reorderCodesLength, UErrorCode& status) argument
H A Ducol.cpp596 reorderCodesSize = coll->reorderCodesLength * sizeof(int32_t);
686 (int32_t*)uprv_memcpy(reorderCodes, coll->reorderCodes, coll->reorderCodesLength * sizeof(int32_t));
687 localCollator->reorderCodesLength = coll->reorderCodesLength;
946 result->reorderCodesLength = 0;
6785 printf("coll->reorderCodesLength = %d\n", coll->reorderCodesLength);
6789 if (coll->reorderCodesLength > destCapacity) {
6791 return coll->reorderCodesLength;
6793 for (int32_t i = 0; i < coll->reorderCodesLength;
6800 ucol_setReorderCodes(UCollator* coll, const int32_t* reorderCodes, int32_t reorderCodesLength, UErrorCode *status) argument
[all...]
H A Ducol_imp.h994 int32_t reorderCodesLength; member in struct:UCollator
H A Ducol_tok.cpp659 src->reorderCodesLength = codeCount;
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_res.cpp596 if (source->reorderCodesLength != target->reorderCodesLength){
599 for (i = 0; i < source->reorderCodesLength; i++) {
1035 coll->reorderCodesLength = 0;
1040 if (parser->reorderCodesLength == 0 || parser->reorderCodes == NULL) {
1044 coll->reorderCodesLength = parser->reorderCodesLength;
1045 coll->reorderCodes = (int32_t*) uprv_malloc(coll->reorderCodesLength * sizeof(int32_t));
1046 uprv_memcpy(coll->reorderCodes, parser->reorderCodes, coll->reorderCodesLength * sizeof(int32_t));
1104 int32_t internalReorderCodesLength = coll->reorderCodesLength
[all...]
H A Ducol_tok.h141 int32_t reorderCodesLength; member in struct:__anon10989
H A Dtblcoll.cpp598 int32_t reorderCodesLength,
601 ucol_setReorderCodes(ucollator, reorderCodes, reorderCodesLength, &status);
597 setReorderCodes(const int32_t *reorderCodes, int32_t reorderCodesLength, UErrorCode& status) argument
H A Ducol.cpp870 result->reorderCodesLength = 0;
7157 if (coll->reorderCodesLength > destCapacity) {
7159 return coll->reorderCodesLength;
7161 for (int32_t i = 0; i < coll->reorderCodesLength; i++) {
7164 return coll->reorderCodesLength;
7170 int32_t reorderCodesLength,
7176 if (reorderCodesLength < 0 || (reorderCodesLength > 0 && reorderCodes == NULL)) {
7183 coll->reorderCodesLength = 0;
7184 if (reorderCodesLength
7168 ucol_setReorderCodes(UCollator *coll, const int32_t *reorderCodes, int32_t reorderCodesLength, UErrorCode *pErrorCode) argument
[all...]
H A Dcoll.cpp847 int32_t reorderCodesLength,
846 setReorderCodes(const int32_t *reorderCodes, int32_t reorderCodesLength, UErrorCode& status) argument
H A Ducol_imp.h1029 int32_t reorderCodesLength; member in struct:UCollator
H A Ducol_tok.cpp665 src->reorderCodesLength = codeCount;
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dcoll.h616 * @param reorderCodesLength The length of reorderCodes.
621 int32_t reorderCodesLength,
H A Dtblcoll.h685 * @param reorderCodesLength The length of reorderCodes.
690 int32_t reorderCodesLength,
H A Ducol.h558 * @param reorderCodesLength The length of reorderCodes.
566 int32_t reorderCodesLength,
/external/icu4c/i18n/unicode/
H A Dcoll.h656 * @param reorderCodesLength The length of reorderCodes.
665 int32_t reorderCodesLength,
H A Dtblcoll.h598 * @param reorderCodesLength The length of reorderCodes.
605 int32_t reorderCodesLength,
H A Ducol.h712 * @param reorderCodesLength The length of reorderCodes.
724 int32_t reorderCodesLength,

Completed in 416 milliseconds