Searched refs:pRunLimit (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Dusc_impl.h126 * @param pRunLimit is a pointer to the variable to receive the limit offset of the next run.
135 uscript_nextRun(UScriptRun *scriptRun, int32_t *pRunStart, int32_t *pRunLimit, UScriptCode *pRunScript);
H A Dusc_impl.c258 uscript_nextRun(UScriptRun *scriptRun, int32_t *pRunStart, int32_t *pRunLimit, UScriptCode *pRunScript) argument
352 if (pRunLimit != NULL) {
353 *pRunLimit = scriptRun->scriptLimit;

Completed in 56 milliseconds