Home | History | Annotate | Download | only in i18n

Lines Matching defs:defaultCE32

305             uint32_t defaultCE32 = CollationData::readCE32(p);  // Default if no suffix match.
309 ce32 = defaultCE32;
319 ce32 = defaultCE32;
326 ce32 = defaultCE32;
333 ce32 = defaultCE32;
340 ce32 = defaultCE32;
344 ce32 = nextCE32FromContraction(d, ce32, p + 2, defaultCE32, nextCp, errorCode);