Home
last modified time | relevance | path

Searched refs:matchString (Results 1 – 25 of 26) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java2924 protected int matchString(String text, int start, int field, String[] data, Calendar cal) in matchString() method in SimpleDateFormat
2926 return matchString(text, start, field, data, null, cal); in matchString()
2950 …private int matchString(String text, int start, int field, String[] data, String monthPattern, Cal… in matchString() method in SimpleDateFormat
3263 ps = matchString(text, start, Calendar.ERA, formatData.narrowEras, null, cal); in subParse()
3265 ps = matchString(text, start, Calendar.ERA, formatData.eraNames, null, cal); in subParse()
3267 ps = matchString(text, start, Calendar.ERA, formatData.eras, null, cal); in subParse()
3316 … int newStart = matchString(text, start, Calendar.YEAR, formatData.shortYearNames, null, cal); in subParse()
3356 matchString(text, start, Calendar.MONTH, formatData.months, in subParse()
3358 matchString(text, start, Calendar.MONTH, formatData.standaloneMonths, in subParse()
3367 matchString(text, start, Calendar.MONTH, formatData.shortMonths, in subParse()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DSimpleDateFormat.java2904 protected int matchString(String text, int start, int field, String[] data, Calendar cal) in matchString() method in SimpleDateFormat
2906 return matchString(text, start, field, data, null, cal); in matchString()
2930 …private int matchString(String text, int start, int field, String[] data, String monthPattern, Cal… in matchString() method in SimpleDateFormat
3241 ps = matchString(text, start, Calendar.ERA, formatData.narrowEras, null, cal); in subParse()
3243 ps = matchString(text, start, Calendar.ERA, formatData.eraNames, null, cal); in subParse()
3245 ps = matchString(text, start, Calendar.ERA, formatData.eras, null, cal); in subParse()
3294 … int newStart = matchString(text, start, Calendar.YEAR, formatData.shortYearNames, null, cal); in subParse()
3334 matchString(text, start, Calendar.MONTH, formatData.months, in subParse()
3336 matchString(text, start, Calendar.MONTH, formatData.standaloneMonths, in subParse()
3345 matchString(text, start, Calendar.MONTH, formatData.shortMonths, in subParse()
[all …]
/third_party/gptfdisk/
Dparttypes.cc588 string line, matchString = ""; in ShowAllTypes() local
594 matchString = ToLower(ReadString()); in ShowAllTypes()
597 found = ToLower(thisType->name).find(matchString); in ShowAllTypes()
/third_party/node/deps/icu-small/source/i18n/
Dsmpdtfmt.cpp2900 int32_t SimpleDateFormat::matchString(const UnicodeString& text, in matchString() function in SimpleDateFormat
3174 …ps = matchString(text, start, UCAL_ERA, fSymbols->fNarrowEras, fSymbols->fNarrowErasCount, NULL, c… in subParse()
3176 … ps = matchString(text, start, UCAL_ERA, fSymbols->fEraNames, fSymbols->fEraNamesCount, NULL, cal); in subParse()
3178 … ps = matchString(text, start, UCAL_ERA, fSymbols->fEras, fSymbols->fErasCount, NULL, cal); in subParse()
3253 …int32_t newStart = matchString(text, start, UCAL_YEAR, fSymbols->fShortYearNames, fSymbols->fShort… in subParse()
3308 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fMonths, fSymbols->fMonthsCount, wideMon… in subParse()
3314 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fShortMonths, fSymbols->fShortMonthsCoun… in subParse()
3318 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fStandaloneMonths, fSymbols->fStandalone… in subParse()
3324 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fStandaloneShortMonths, fSymbols->fStand… in subParse()
3379 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dsmpdtfmt.cpp2791 int32_t SimpleDateFormat::matchString(const UnicodeString& text, in matchString() function in SimpleDateFormat
3065 …ps = matchString(text, start, UCAL_ERA, fSymbols->fNarrowEras, fSymbols->fNarrowErasCount, NULL, c… in subParse()
3067 … ps = matchString(text, start, UCAL_ERA, fSymbols->fEraNames, fSymbols->fEraNamesCount, NULL, cal); in subParse()
3069 … ps = matchString(text, start, UCAL_ERA, fSymbols->fEras, fSymbols->fErasCount, NULL, cal); in subParse()
3144 …int32_t newStart = matchString(text, start, UCAL_YEAR, fSymbols->fShortYearNames, fSymbols->fShort… in subParse()
3199 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fMonths, fSymbols->fMonthsCount, wideMon… in subParse()
3205 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fShortMonths, fSymbols->fShortMonthsCoun… in subParse()
3209 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fStandaloneMonths, fSymbols->fStandalone… in subParse()
3215 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fStandaloneShortMonths, fSymbols->fStand… in subParse()
3270 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
[all …]
/third_party/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp2875 int32_t SimpleDateFormat::matchString(const UnicodeString& text, in matchString() function in SimpleDateFormat
3149 …ps = matchString(text, start, UCAL_ERA, fSymbols->fNarrowEras, fSymbols->fNarrowErasCount, NULL, c… in subParse()
3151 … ps = matchString(text, start, UCAL_ERA, fSymbols->fEraNames, fSymbols->fEraNamesCount, NULL, cal); in subParse()
3153 … ps = matchString(text, start, UCAL_ERA, fSymbols->fEras, fSymbols->fErasCount, NULL, cal); in subParse()
3228 …int32_t newStart = matchString(text, start, UCAL_YEAR, fSymbols->fShortYearNames, fSymbols->fShort… in subParse()
3283 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fMonths, fSymbols->fMonthsCount, wideMon… in subParse()
3289 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fShortMonths, fSymbols->fShortMonthsCoun… in subParse()
3293 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fStandaloneMonths, fSymbols->fStandalone… in subParse()
3299 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fStandaloneShortMonths, fSymbols->fStand… in subParse()
3354 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dsmpdtfmt.cpp2875 int32_t SimpleDateFormat::matchString(const UnicodeString& text, in matchString() function in SimpleDateFormat
3149 …ps = matchString(text, start, UCAL_ERA, fSymbols->fNarrowEras, fSymbols->fNarrowErasCount, NULL, c… in subParse()
3151 … ps = matchString(text, start, UCAL_ERA, fSymbols->fEraNames, fSymbols->fEraNamesCount, NULL, cal); in subParse()
3153 … ps = matchString(text, start, UCAL_ERA, fSymbols->fEras, fSymbols->fErasCount, NULL, cal); in subParse()
3228 …int32_t newStart = matchString(text, start, UCAL_YEAR, fSymbols->fShortYearNames, fSymbols->fShort… in subParse()
3283 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fMonths, fSymbols->fMonthsCount, wideMon… in subParse()
3289 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fShortMonths, fSymbols->fShortMonthsCoun… in subParse()
3293 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fStandaloneMonths, fSymbols->fStandalone… in subParse()
3299 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fStandaloneShortMonths, fSymbols->fStand… in subParse()
3354 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
[all …]
/third_party/flutter/skia/src/utils/
DSkJSON.cpp334 p = this->matchString(p, p_stop, [this](const char* key, size_t size, const char* eos) { in parse()
352 p = this->matchString(p, p_stop, [this](const char* str, size_t size, const char* eos) { in parse()
683 const char* matchString(const char* p, const char* p_stop, MatchFunc&& func) { in matchString() function in skjson::__anon71d692ad0211::DOMParser
/third_party/skia/src/utils/
DSkJSON.cpp342 p = this->matchString(p, p_stop, [this](const char* key, size_t size, const char* eos) { in parse()
360 p = this->matchString(p, p_stop, [this](const char* str, size_t size, const char* eos) { in parse()
691 const char* matchString(const char* p, const char* p_stop, MatchFunc&& func) { in matchString() function in skjson::__anon409b48780211::DOMParser
/third_party/icu/icu4c/source/test/intltest/
Dregextst.cpp3195 UnicodeString matchString; // The marked up string to be used as input in Extended() local
3261 matchString = quotedStuffMat.group(2, status); in Extended()
3280 regex_find(testPattern, testFlags, matchString, srcPath, lineNum); in Extended()
4188 UnicodeString matchString = fields[1]; in PerlTests() local
4189 matchString.findAndReplace(nulnulSrc, nulnul); in PerlTests()
4190 matchString.findAndReplace(ffffSrc, ffff); in PerlTests()
4195 matchString.findAndReplace(UNICODE_STRING_SIMPLE("\\n"), "\n"); in PerlTests()
4202 RegexMatcher *testMat = testPat->matcher(matchString, status); in PerlTests()
4573 UnicodeString matchString = fields[1]; in PerlTestsUTF8() local
4574 matchString.findAndReplace(nulnulSrc, nulnul); in PerlTestsUTF8()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dsmpdtfmt.h1353 int32_t matchString(const UnicodeString& text, int32_t start, UCalendarDateFields field,
/third_party/icu/icu4c/source/i18n/unicode/
Dsmpdtfmt.h1358 int32_t matchString(const UnicodeString& text, int32_t start, UCalendarDateFields field,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dsmpdtfmt.h1358 int32_t matchString(const UnicodeString& text, int32_t start, UCalendarDateFields field,
/third_party/node/deps/icu-small/source/i18n/unicode/
Dsmpdtfmt.h1358 int32_t matchString(const UnicodeString& text, int32_t start, UCalendarDateFields field,
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DIBMCalendarTest.java1990 … int matchIndex = matchString("Monday March 28, 2016", 0, Calendar.DAY_OF_WEEK, matchData, cal); in TestSimpleDateFormatCoverage()
1992 … matchIndex = matchString("Monday March 28, 2016 AD", 17, Calendar.YEAR, matchData, cal); in TestSimpleDateFormatCoverage()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java1990 … int matchIndex = matchString("Monday March 28, 2016", 0, Calendar.DAY_OF_WEEK, matchData, cal); in TestSimpleDateFormatCoverage()
1992 … matchIndex = matchString("Monday March 28, 2016 AD", 17, Calendar.YEAR, matchData, cal); in TestSimpleDateFormatCoverage()
/third_party/icu/icu4j/tools/build/
Dicu4j60.api3.gz12;ICU4J 60.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j62.api3.gz12;ICU4J 62.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j61.api3.gz
Dicu4j67.api3.gz
Dicu4j64.api3.gz12;ICU4J 64.2;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j63.api3.gz
Dicu4j65.api3.gz12;ICU4J 65.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j69.api3.gz
Dicu4j66.api3.gz12;ICU4J 66.1;; 2ST@3.6;PB;NS;NF;NS; ...

12