Searched defs:ConditionalCE32 (Results 1 – 1 of 1) sorted by relevance
53 struct ConditionalCE32 : public UMemory { struct54 ConditionalCE32(const UnicodeString &ct, uint32_t ce) in ConditionalCE32() function59 inline UBool hasContext() const { return context.length() > 1; } in hasContext()60 inline int32_t prefixLength() const { return context.charAt(0); } in prefixLength()88 * Index of the next ConditionalCE32. argument98 delete static_cast<ConditionalCE32 *>(obj); in uprv_deleteConditionalCE32() argument