Lines Matching refs:localCollator
503 UCollator * localCollator;
561 localCollator = (UCollator *)stackBufferChars;
580 localCollator = ucol_initFromBinary(image, imageSize, coll->UCA, localCollator, status);
587 localCollator->rules = u_strcpy(rules, coll->rules);
591 localCollator->rules = coll->rules;
593 localCollator->freeRulesOnClose = FALSE;
594 localCollator->rulesLength = coll->rulesLength;
599 ucol_setAttribute(localCollator, (UColAttribute)i, ucol_getAttribute(coll, (UColAttribute)i, status), status);
602 localCollator->actualLocale = NULL;
603 localCollator->validLocale = NULL;
604 localCollator->requestedLocale = NULL;
605 localCollator->ucaRules = coll->ucaRules; // There should only be one copy here.
606 localCollator->freeOnClose = colAllocated;
607 localCollator->freeImageOnClose = imageAllocated;
608 return localCollator;