HomeSort by relevance Sort by last modified time
    Searched refs:withParens (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/icu/source/i18n/
tridpars.cpp 234 * on 'withParens'.
240 * @param withParens INPUT-OUTPUT parameter. On entry, if
241 * withParens is 0, then parens are disallowed. If it is 1,
252 * if withParens != (dir == REVERSE).
256 int32_t& withParens,
261 if (withParens == -1) {
262 withParens = ICU_Utility::parseChar(id, pos, OPEN_REV) ? 1 : 0;
263 } else if (withParens == 1) {
291 if (withParens == 1 && !ICU_Utility::parseChar(id, pos, CLOSE_REV)) {
301 if (withParens == 1)
    [all...]
tridpars.h 142 * on 'withParens'.
148 * @param withParens INPUT-OUTPUT parameter. On entry, if
149 * withParens[0] is 0, then parens are disallowed. If it is 1,
160 * if withParens != (dir == REVERSE).
164 int32_t& withParens,
rbt_pars.cpp     [all...]
  /external/icu4c/i18n/
tridpars.cpp 234 * on 'withParens'.
240 * @param withParens INPUT-OUTPUT parameter. On entry, if
241 * withParens is 0, then parens are disallowed. If it is 1,
252 * if withParens != (dir == REVERSE).
256 int32_t& withParens,
261 if (withParens == -1) {
262 withParens = ICU_Utility::parseChar(id, pos, OPEN_REV) ? 1 : 0;
263 } else if (withParens == 1) {
291 if (withParens == 1 && !ICU_Utility::parseChar(id, pos, CLOSE_REV)) {
301 if (withParens == 1)
    [all...]
tridpars.h 142 * on 'withParens'.
148 * @param withParens INPUT-OUTPUT parameter. On entry, if
149 * withParens[0] is 0, then parens are disallowed. If it is 1,
160 * if withParens != (dir == REVERSE).
164 int32_t& withParens,
rbt_pars.cpp     [all...]

Completed in 113 milliseconds