/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | numrange_fluent.cpp | 365 : fResults(src.fResults), fErrorCode(src.fErrorCode) { in FormattedNumberRange() 367 src.fResults = nullptr; in FormattedNumberRange() 372 delete fResults; in operator =() 373 fResults = src.fResults; in operator =() 376 src.fResults = nullptr; in operator =() 385 if (fResults == nullptr) { in toString() 389 return fResults->string.toUnicodeString(); in toString() 396 if (fResults == nullptr) { in appendTo() 400 appendable.appendString(fResults->string.chars(), fResults->string.length()); in appendTo() 408 if (fResults == nullptr) { in nextFieldPosition() [all …]
|
D | number_fluent.cpp | 755 : fResults(src.fResults), fErrorCode(src.fErrorCode) { in FormattedNumber() 757 src.fResults = nullptr; in FormattedNumber() 762 delete fResults; in operator =() 763 fResults = src.fResults; in operator =() 766 src.fResults = nullptr; in operator =() 780 if (fResults == nullptr) { in toString() 784 return fResults->string.toUnicodeString(); in toString() 796 if (fResults == nullptr) { in appendTo() 800 appendable.appendString(fResults->string.chars(), fResults->string.length()); in appendTo() 808 if (fResults == nullptr) { in populateFieldPosition() [all …]
|
D | tznames_impl.cpp | 925 TimeZoneNames::MatchInfoCollection* fResults; member in ZNameSearchHandler 929 : fTypes(types), fMaxMatchLen(0), fResults(NULL) { in ZNameSearchHandler() 933 if (fResults != NULL) { in ~ZNameSearchHandler() 934 delete fResults; in ~ZNameSearchHandler() 952 if (fResults == NULL) { in handleMatch() 953 fResults = new TimeZoneNames::MatchInfoCollection(); in handleMatch() 954 if (fResults == NULL) { in handleMatch() 959 U_ASSERT(fResults != NULL); in handleMatch() 961 … fResults->addZone(nameinfo->type, matchLength, UnicodeString(nameinfo->tzID, -1), status); in handleMatch() 964 … fResults->addMetaZone(nameinfo->type, matchLength, UnicodeString(nameinfo->mzID, -1), status); in handleMatch() [all …]
|
D | tzgnames.cpp | 200 UVector* fResults; member in GNameSearchHandler 205 : fTypes(types), fResults(NULL), fMaxMatchLen(0) { in GNameSearchHandler() 209 if (fResults != NULL) { in ~GNameSearchHandler() 210 delete fResults; in ~GNameSearchHandler() 228 if (fResults == NULL) { in handleMatch() 229 fResults = new UVector(uprv_free, NULL, status); in handleMatch() 230 if (fResults == NULL) { in handleMatch() 235 U_ASSERT(fResults != NULL); in handleMatch() 244 fResults->addElement(gmatch, status); in handleMatch() 263 UVector *results = fResults; in getMatches() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | Trie2.java | 552 private Trie2.CharSequenceValues fResults = new Trie2.CharSequenceValues(); field in Trie2.CharSequenceIterator 579 fResults.index = index; in next() 580 fResults.codePoint = c; in next() 581 fResults.value = val; in next() 586 return fResults; in next() 597 fResults.index = index; in previous() 598 fResults.codePoint = c; in previous() 599 fResults.value = val; in previous() 600 return fResults; in previous()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Trie2.java | 546 private Trie2.CharSequenceValues fResults = new Trie2.CharSequenceValues(); field in Trie2.CharSequenceIterator 573 fResults.index = index; in next() 574 fResults.codePoint = c; in next() 575 fResults.value = val; in next() 580 return fResults; in next() 591 fResults.index = index; in previous() 592 fResults.codePoint = c; in previous() 593 fResults.value = val; in previous() 594 return fResults; in previous()
|
/third_party/icu/icu4c/source/i18n/ |
D | tznames_impl.cpp | 929 TimeZoneNames::MatchInfoCollection* fResults; member in ZNameSearchHandler 933 : fTypes(types), fMaxMatchLen(0), fResults(NULL) { in ZNameSearchHandler() 937 if (fResults != NULL) { in ~ZNameSearchHandler() 938 delete fResults; in ~ZNameSearchHandler() 956 if (fResults == NULL) { in handleMatch() 957 fResults = new TimeZoneNames::MatchInfoCollection(); in handleMatch() 958 if (fResults == NULL) { in handleMatch() 963 U_ASSERT(fResults != NULL); in handleMatch() 965 … fResults->addZone(nameinfo->type, matchLength, UnicodeString(nameinfo->tzID, -1), status); in handleMatch() 968 … fResults->addMetaZone(nameinfo->type, matchLength, UnicodeString(nameinfo->mzID, -1), status); in handleMatch() [all …]
|
D | tzgnames.cpp | 203 UVector* fResults; member in GNameSearchHandler 208 : fTypes(types), fResults(NULL), fMaxMatchLen(0) { in GNameSearchHandler() 212 if (fResults != NULL) { in ~GNameSearchHandler() 213 delete fResults; in ~GNameSearchHandler() 231 if (fResults == NULL) { in handleMatch() 232 fResults = new UVector(uprv_free, NULL, status); in handleMatch() 233 if (fResults == NULL) { in handleMatch() 238 U_ASSERT(fResults != NULL); in handleMatch() 247 fResults->addElement(gmatch, status); in handleMatch() 266 UVector *results = fResults; in getMatches() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | tznames_impl.cpp | 929 TimeZoneNames::MatchInfoCollection* fResults; member in ZNameSearchHandler 933 : fTypes(types), fMaxMatchLen(0), fResults(NULL) { in ZNameSearchHandler() 937 if (fResults != NULL) { in ~ZNameSearchHandler() 938 delete fResults; in ~ZNameSearchHandler() 956 if (fResults == NULL) { in handleMatch() 957 fResults = new TimeZoneNames::MatchInfoCollection(); in handleMatch() 958 if (fResults == NULL) { in handleMatch() 963 U_ASSERT(fResults != NULL); in handleMatch() 965 … fResults->addZone(nameinfo->type, matchLength, UnicodeString(nameinfo->tzID, -1), status); in handleMatch() 968 … fResults->addMetaZone(nameinfo->type, matchLength, UnicodeString(nameinfo->mzID, -1), status); in handleMatch() [all …]
|
D | tzgnames.cpp | 203 UVector* fResults; member in GNameSearchHandler 208 : fTypes(types), fResults(NULL), fMaxMatchLen(0) { in GNameSearchHandler() 212 if (fResults != NULL) { in ~GNameSearchHandler() 213 delete fResults; in ~GNameSearchHandler() 231 if (fResults == NULL) { in handleMatch() 232 fResults = new UVector(uprv_free, NULL, status); in handleMatch() 233 if (fResults == NULL) { in handleMatch() 238 U_ASSERT(fResults != NULL); in handleMatch() 247 fResults->addElement(gmatch, status); in handleMatch() 266 UVector *results = fResults; in getMatches() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | tznames_impl.cpp | 929 TimeZoneNames::MatchInfoCollection* fResults; member in ZNameSearchHandler 933 : fTypes(types), fMaxMatchLen(0), fResults(NULL) { in ZNameSearchHandler() 937 if (fResults != NULL) { in ~ZNameSearchHandler() 938 delete fResults; in ~ZNameSearchHandler() 956 if (fResults == NULL) { in handleMatch() 957 fResults = new TimeZoneNames::MatchInfoCollection(); in handleMatch() 958 if (fResults == NULL) { in handleMatch() 963 U_ASSERT(fResults != NULL); in handleMatch() 965 … fResults->addZone(nameinfo->type, matchLength, UnicodeString(nameinfo->tzID, -1), status); in handleMatch() 968 … fResults->addMetaZone(nameinfo->type, matchLength, UnicodeString(nameinfo->mzID, -1), status); in handleMatch() [all …]
|
D | tzgnames.cpp | 203 UVector* fResults; member in GNameSearchHandler 208 : fTypes(types), fResults(NULL), fMaxMatchLen(0) { in GNameSearchHandler() 212 if (fResults != NULL) { in ~GNameSearchHandler() 213 delete fResults; in ~GNameSearchHandler() 231 if (fResults == NULL) { in handleMatch() 232 fResults = new UVector(uprv_free, NULL, status); in handleMatch() 233 if (fResults == NULL) { in handleMatch() 238 U_ASSERT(fResults != NULL); in handleMatch() 247 fResults->addElementX(gmatch, status); in handleMatch() 266 UVector *results = fResults; in getMatches() [all …]
|
/third_party/skia/modules/svg/src/ |
D | SkSVGFilterContext.cpp | 35 return fResults.find(id); in findResultById() 41 res = fResults.find(input.id()); in filterPrimitiveSubregion() 53 fResults[id] = {result, subregion, resultColorspace}; in registerResult()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | numberrangeformatter.h | 811 const impl::UFormattedNumberRangeData *fResults; 821 : fResults(results), fErrorCode(U_ZERO_ERROR) {}; 824 : fResults(nullptr), fErrorCode(errorCode) {};
|
D | numberformatter.h | 2629 const impl::UFormattedNumberData *fResults; 2639 : fResults(results), fErrorCode(U_ZERO_ERROR) {}; in FormattedNumber() 2642 : fResults(nullptr), fErrorCode(errorCode) {}; in FormattedNumber()
|
/third_party/skia/modules/svg/include/ |
D | SkSVGFilterContext.h | 64 SkTHashMap<SkSVGStringType, Result> fResults; variable
|