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

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducol_res.cpp278 const int32_t* reorderCodes = ures_getIntVector(reorderRes, &reorderCodesLen, status); local
280 ucol_setReorderCodes(result, reorderCodes, reorderCodesLen, status);
284 uprv_memcpy(result->defaultReorderCodes, result->reorderCodes, result->defaultReorderCodesLength * sizeof(int32_t));
613 if(source->reorderCodes[i] != target->reorderCodes[i]) {
1051 if (parser->reorderCodesLength == 0 || parser->reorderCodes == NULL) {
1056 if (coll->reorderCodes != NULL && coll->freeReorderCodesOnClose == TRUE) {
1057 uprv_free(coll->reorderCodes);
1069 uprv_memcpy(coll->defaultReorderCodes, parser->reorderCodes, coll->defaultReorderCodesLength * sizeof(int32_t));
1073 coll->reorderCodes
[all...]
H A Ducol_tok.h140 int32_t* reorderCodes; member in struct:__anon1173
H A Dtblcoll.cpp526 void RuleBasedCollator::setReorderCodes(const int32_t *reorderCodes, argument
531 ucol_setReorderCodes(ucollator, reorderCodes, reorderCodesLength, &status);
H A Ducol.cpp572 int32_t* reorderCodes; local
595 if (coll->reorderCodes) {
640 reorderCodes = (int32_t*)((uint8_t*)defaultReorderCodes + defaultReorderCodesSize);
641 leadBytePermutationTable = (uint8_t*)reorderCodes + reorderCodesSize;
684 if (coll->reorderCodes) {
685 localCollator->reorderCodes =
686 (int32_t*)uprv_memcpy(reorderCodes, coll->reorderCodes, coll->reorderCodesLength * sizeof(int32_t));
746 if(coll->reorderCodes != NULL && coll->freeReorderCodesOnClose == TRUE) {
747 uprv_free(coll->reorderCodes);
6800 ucol_setReorderCodes(UCollator* coll, const int32_t* reorderCodes, int32_t reorderCodesLength, UErrorCode *status) argument
[all...]
H A Ducol_tok.cpp660 src->reorderCodes = (int32_t*)uprv_malloc(codeCount * sizeof(int32_t));
678 src->reorderCodes[codeIndex] = ucol_findReorderingEntry(conversion);
679 if (src->reorderCodes[codeIndex] == USCRIPT_INVALID_CODE) {
680 src->reorderCodes[codeIndex] = u_getPropertyValueEnum(UCHAR_SCRIPT, conversion);
682 if (src->reorderCodes[codeIndex] == USCRIPT_INVALID_CODE) {
2441 if (src->reorderCodes != NULL) {
2442 uprv_free(src->reorderCodes);
H A Ducol_imp.h993 int32_t* reorderCodes; member in struct:UCollator
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dalphaindextst.cpp313 int32_t reorderCodes[20]; local
315 if (index->getCollator().getReorderCodes(reorderCodes, LENGTHOF(reorderCodes), status) > 0) {
553 int32_t reorderCodes[] = { USCRIPT_HAN }; local
554 coll->setReorderCodes(reorderCodes, LENGTHOF(reorderCodes), status);
582 int32_t reorderCodes[] = { USCRIPT_HAN }; local
583 coll->setReorderCodes(reorderCodes, LENGTHOF(reorderCodes), status);
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcmsccoll.c656 uprv_free(src.reorderCodes);
1004 uprv_free(src.reorderCodes);
1292 uprv_free(src.reorderCodes);
5860 int32_t reorderCodes[1] = {USCRIPT_GREEK}; local
5904 ucol_setReorderCodes(myCollation, reorderCodes, 1, &status);
5933 int32_t reorderCodes[1] = {USCRIPT_GREEK}; local
5956 ucol_setReorderCodes(myCollation, reorderCodes, LEN(reorderCodes), &status);
5985 ucol_setReorderCodes(myCollation, reorderCodes, LEN(reorderCodes),
6013 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION}; local
6120 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION}; local
6312 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION}; local
6558 int32_t reorderCodes[] = {UCOL_REORDER_CODE_SPACE, UCOL_REORDER_CODE_PUNCTUATION, UCOL_REORDER_CODE_SYMBOL, UCOL_REORDER_CODE_DIGIT, USCRIPT_GREEK,USCRIPT_LATIN, USCRIPT_HEBREW, UCOL_REORDER_CODE_OTHERS}; local
[all...]
H A Dcitertst.c1833 uprv_free(src.reorderCodes);
2039 uprv_free(src.reorderCodes);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dcoll.h654 * @param reorderCodes An array of script codes in the new order. This can be NULL if the
656 * @param reorderCodesLength The length of reorderCodes.
664 virtual void setReorderCodes(const int32_t* reorderCodes,
H A Dtblcoll.h596 * @param reorderCodes An array of script codes in the new order. This can be NULL if the
598 * @param reorderCodesLength The length of reorderCodes.
604 virtual void setReorderCodes(const int32_t* reorderCodes,
H A Ducol.h710 * @param reorderCodes An array of script codes in the new order. This can be NULL if the
712 * @param reorderCodesLength The length of reorderCodes.
723 const int32_t* reorderCodes,
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Ducol.h557 * @param reorderCodes An array of script codes in the new order.
558 * @param reorderCodesLength The length of reorderCodes.
565 const int32_t* reorderCodes,
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Ducol.h557 * @param reorderCodes An array of script codes in the new order.
558 * @param reorderCodesLength The length of reorderCodes.
565 const int32_t* reorderCodes,
/macosx-10.9.5/ICU-511.35/icuSources/tools/genrb/
H A Dparse.cpp921 int32_t reorderCodes[USCRIPT_CODE_LIMIT + (UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST)];
958 coll, reorderCodes, USCRIPT_CODE_LIMIT + (UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST), &intStatus);
962 intvector_add(reorderCodeRes, reorderCodes[reorderCodeIndex], status);

Completed in 321 milliseconds