Home
last modified time | relevance | path

Searched refs:isStrict (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumparse_impl.cpp99 bool isStrict = properties.parseMode.getOrDefault(PARSE_MODE_STRICT) == PARSE_MODE_STRICT; in createParserFromProperties() local
112 if (isStrict) { in createParserFromProperties()
133 isStrict ? unisets::STRICT_IGNORABLES : unisets::DEFAULT_IGNORABLES}; in createParserFromProperties()
162 if (!isStrict && affixProvider->containsSymbolType(AffixPatternType::TYPE_PERCENT, status)) { in createParserFromProperties()
165 if (!isStrict && affixProvider->containsSymbolType(AffixPatternType::TYPE_PERMILLE, status)) { in createParserFromProperties()
173 if (!isStrict) { in createParserFromProperties()
195 if (isStrict) { in createParserFromProperties()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DNumberParserImpl.java150 boolean isStrict = properties.getParseMode() == ParseMode.STRICT; in createParserFromProperties()
165 if (isStrict) { in createParserFromProperties()
182 … IgnorablesMatcher ignorables = isStrict ? IgnorablesMatcher.STRICT : IgnorablesMatcher.DEFAULT; in createParserFromProperties()
214 if (!isStrict && affixProvider.containsSymbolType(AffixUtils.TYPE_PERCENT)) { in createParserFromProperties()
217 if (!isStrict && affixProvider.containsSymbolType(AffixUtils.TYPE_PERMILLE)) { in createParserFromProperties()
225 if (!isStrict) { in createParserFromProperties()
247 if (isStrict) { in createParserFromProperties()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DNumberParserImpl.java148 boolean isStrict = properties.getParseMode() == ParseMode.STRICT; in createParserFromProperties()
163 if (isStrict) { in createParserFromProperties()
180 … IgnorablesMatcher ignorables = isStrict ? IgnorablesMatcher.STRICT : IgnorablesMatcher.DEFAULT; in createParserFromProperties()
212 if (!isStrict && affixProvider.containsSymbolType(AffixUtils.TYPE_PERCENT)) { in createParserFromProperties()
215 if (!isStrict && affixProvider.containsSymbolType(AffixUtils.TYPE_PERMILLE)) { in createParserFromProperties()
223 if (!isStrict) { in createParserFromProperties()
245 if (isStrict) { in createParserFromProperties()
/external/icu/icu4c/source/tools/genrb/
Derrmsg.h38 U_CFUNC UBool isStrict(void);
Derrmsg.c48 U_CFUNC UBool isStrict(){ in isStrict() function
Dread.c226 if(isStrict()){ in getStringToken()
Dparse.cpp570 if(isStrict()){ in parseDependency()
974 if(isStrict() || t.isNull()) { in addCollation()
2079 if(isStrict()){ in parse()
/external/deqp/modules/gles3/stress/
Des3sLongShaderTests.cpp410 const bool isStrict = (m_flags & CASE_REQUIRE_LINK_STATUS_OK) != 0; in verify() local
413 if (isStrict && !program.isOk()) in verify()
/external/oj-libjdwp/src/share/back/
DdebugInit.c80 static jboolean isStrict = JNI_FALSE; /* Unused */ variable
1309 if ( !get_boolean(&str, &isStrict) ) { in parseOptions()
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/
Dfusiontables_v1_messages.py321 isStrict = _messages.BooleanField(4) variable in FusiontablesTableImportRowsRequest
Dfusiontables_v1.py1005 request.isStrict = FLAGS.isStrict