Searched refs:limit (Results 1 - 4 of 4) sorted by relevance
/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/ |
H A D | utrans.h | 107 * as context. The second region, [start, limit), defines what
115 * <p>contextStart <= start <= limit <= contextLimit
162 int32_t limit;
member 380 * limit</code>.
381 * @param limit pointer to the ending index, exclusive; <code>start <=
382 * limit <= repFunc->length(rep)</code>. Upon return, *limit will
383 * contain the new limit index. The text previously occupying
384 * <code>[start, limit)</code> has been transliterated, possibly to a
386 * </code><em>new-limit</e [all...] |
H A D | ubidi.h | 52 * The "limit" of a sequence of characters is the position just after their
95 *typedef struct { int32_t limit; Style style; } StyleRun;
97 *int getTextWidth(const UChar *text, int32_t start, int32_t limit,
114 * // the text[start..limit-1] is always in logical order
115 * void renderRun(const UChar *text, int32_t start, int32_t limit,
129 * int32_t start, int32_t limit,
139 * styleLimit=styleRuns[i].limit;
141 * if(styleLimit>limit) { styleLimit=limit; }
144 * if(styleLimit==limit) { brea [all...] |
H A D | uchar.h | 3241 * of code points c (where start<=c<limit)
3248 * @param limit one past the last code point in a contiguous range with value
3249 * @param type the general category for all code points in [start..limit[
3257 UCharEnumTypeRange(const void *context, UChar32 start, UChar32 limit, UCharCategory type);
3419 * Enumerate all assigned Unicode characters between the start and limit
3420 * code points (start inclusive, limit exclusive) and call a function
3426 * @param limit One more than the last code point in the enumeration range
3440 u_enumCharNames(UChar32 start, UChar32 limit,
|
/interface/sdk_c/distributeddatamgr/relational_store/include/ |
H A D | oh_predicates.h | 320 OH_Predicates *(*limit)(OH_Predicates *predicates, unsigned int value); member
|
Completed in 8 milliseconds