Home | History | Annotate | Download | only in i18n

Lines Matching refs:newCE32s

691     int32_t newCE32s[Collation::MAX_EXPANSION_LENGTH];
694 return encodeExpansion32(newCE32s, cesLength, errorCode);
698 newCE32s[i] = (int32_t)ce32;
737 CollationDataBuilder::encodeExpansion32(const int32_t newCE32s[], int32_t length,
741 int32_t first = newCE32s[0];
754 if(ce32s.elementAti(i + j) != newCE32s[j]) { break; }
765 ce32s.addElement(newCE32s[j], errorCode);