Lines Matching defs:ce
34 /* get weights from a CE */
41 #define isContinuation(CE) (((CE) & UCOL_CONTINUATION_MARKER) == UCOL_CONTINUATION_MARKER)
56 uint64_t ce;
73 void put(uint64_t ce, int32_t ixLow, int32_t ixHigh, UErrorCode &errorCode);
98 * @param ixLow a pointer to an int32_t to receive the iterator index before fetching the CE.
99 * @param ixHigh a pointer to an int32_t to receive the iterator index after fetching the CE.
109 * @param ixLow A pointer to an int32_t to receive the iterator index after fetching the CE
110 * @param ixHigh A pointer to an int32_t to receiver the iterator index before fetching the CE
122 uint64_t processCE(uint32_t ce);
152 // length required for backwards ce comparison
198 * we can safely do a compare without masking if the ce is a variable, we mask
201 * If the end character is composite and the pattern ce does not match the text
202 * ce, we skip it until we find a match in the end composite character or when