Searched defs:withParens (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dtridpars.cpp234 * 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
254 parseGlobalFilter(const UnicodeString& id, int32_t& pos, int32_t dir, int32_t& withParens, UnicodeString* canonID) argument
359 int32_t withParens = 1; local
[all...]
H A Drbt_pars.cpp993 int32_t withParens = -1; local
994 UnicodeSet* f = TransliteratorIDParser::parseGlobalFilter(rule, p, direction, withParens, NULL);
997 && (direction == UTRANS_FORWARD) == (withParens == 0))
/external/icu4c/i18n/
H A Dtridpars.cpp234 * 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
254 parseGlobalFilter(const UnicodeString& id, int32_t& pos, int32_t dir, int32_t& withParens, UnicodeString* canonID) argument
359 int32_t withParens = 1; local
[all...]
H A Drbt_pars.cpp999 int32_t withParens = -1; local
1000 UnicodeSet* f = TransliteratorIDParser::parseGlobalFilter(rule, p, direction, withParens, NULL);
1003 && (direction == UTRANS_FORWARD) == (withParens == 0))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 113 milliseconds