Home
last modified time | relevance | path

Searched refs:gmatch (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtzgnames.cpp239 GMatchInfo *gmatch = (GMatchInfo *)uprv_malloc(sizeof(GMatchInfo)); in handleMatch() local
240 if (gmatch == NULL) { in handleMatch()
244 gmatch->gnameInfo = nameinfo; in handleMatch()
245 gmatch->matchLength = matchLength; in handleMatch()
246 gmatch->timeType = UTZFMT_TIME_TYPE_UNKNOWN; in handleMatch()
247 fResults->addElement(gmatch, status); in handleMatch()
249 uprv_free(gmatch); in handleMatch()
/third_party/icu/icu4c/source/i18n/
H A Dtzgnames.cpp238 GMatchInfo *gmatch = (GMatchInfo *)uprv_malloc(sizeof(GMatchInfo)); in handleMatch() local
239 if (gmatch == NULL) { in handleMatch()
244 gmatch->gnameInfo = nameinfo; in handleMatch()
245 gmatch->matchLength = matchLength; in handleMatch()
246 gmatch->timeType = UTZFMT_TIME_TYPE_UNKNOWN; in handleMatch()
247 fResults->adoptElement(gmatch, status); in handleMatch()
/third_party/node/deps/icu-small/source/i18n/
H A Dtzgnames.cpp238 GMatchInfo *gmatch = (GMatchInfo *)uprv_malloc(sizeof(GMatchInfo)); in handleMatch() local
239 if (gmatch == nullptr) { in handleMatch()
244 gmatch->gnameInfo = nameinfo; in handleMatch()
245 gmatch->matchLength = matchLength; in handleMatch()
246 gmatch->timeType = UTZFMT_TIME_TYPE_UNKNOWN; in handleMatch()
247 fResults->adoptElement(gmatch, status); in handleMatch()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneGenericNames.java824 GenericMatchInfo gmatch = new GenericMatchInfo(nameType, tzID, matchInfo.matchLength(), timeType); in createGenericMatchInfo()
826 return gmatch; in createGenericMatchInfo()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTimeZoneGenericNames.java829 GenericMatchInfo gmatch = new GenericMatchInfo(nameType, tzID, matchInfo.matchLength(), timeType); in createGenericMatchInfo()
831 return gmatch; in createGenericMatchInfo()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 11 milliseconds