Home
last modified time | relevance | path

Searched refs:U_MISPLACED_CURSOR_OFFSET (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Drbt_pars.cpp370 return syntaxError(U_MISPLACED_CURSOR_OFFSET, rule, start, status); in parse()
734 return syntaxError(U_MISPLACED_CURSOR_OFFSET, rule, start, status); in parseSection()
739 return syntaxError(U_MISPLACED_CURSOR_OFFSET, rule, start, status); in parseSection()
749 return syntaxError(U_MISPLACED_CURSOR_OFFSET, rule, start, status); in parseSection()
/external/icu/icu4c/source/common/unicode/
Dutypes.h485 U_MISPLACED_CURSOR_OFFSET, /**< A cursor offset occurs at an illegal position */ enumerator