Lines Matching refs:ces
169 UVector64 ces(errorCode);
170 rbc->internalGetCEs(UnicodeString(FALSE, s, 2), ces, errorCode);
172 if(ces.size() != 2) {
173 errln("expected 2 CEs for <FFFE, FFFF>, got %d", (int)ces.size());
176 int64_t ce = ces.elementAti(0);
182 ce = ces.elementAti(1);
647 // Well-formed CEs.
652 // Quaternary CEs are not supported.
774 // and we also verify that there is a tailoring gap between each two CEs.
785 // Note: The root elements do not include Han-implicit or unassigned-implicit CEs,
793 // CollationRootElements CEs must have 0 case and quaternary bits.
802 // Tertiary CEs must have uppercase bits,
885 UVector64 ces(errorCode);
921 // identify the prefix, and only get the CEs for the prefix+string,
927 // then we get CEs(ps)+CEs(t), rather than CEs(p|st).
933 ces.removeAllElements();
934 rbc->internalGetCEs(s, ces, errorCode);
936 for(int32_t i = 0; i < ces.size(); ++i) {
937 int64_t ce = ces.elementAti(i);