/external/icu/android_icu4j/src/main/java/android/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()
|
/external/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()
|
/external/cronet/third_party/icu/source/i18n/ |
D | tznames_impl.cpp | 935 TimeZoneNames::MatchInfoCollection* fResults; member in ZNameSearchHandler 939 : fTypes(types), fMaxMatchLen(0), fResults(NULL) { in ZNameSearchHandler() 943 if (fResults != NULL) { in ~ZNameSearchHandler() 944 delete fResults; in ~ZNameSearchHandler() 962 if (fResults == NULL) { in handleMatch() 963 fResults = new TimeZoneNames::MatchInfoCollection(); in handleMatch() 964 if (fResults == NULL) { in handleMatch() 969 U_ASSERT(fResults != NULL); in handleMatch() 971 … fResults->addZone(nameinfo->type, matchLength, UnicodeString(nameinfo->tzID, -1), status); in handleMatch() 974 … 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() 236 fResults = lpResults.orphan(); in handleMatch() 247 fResults->adoptElement(gmatch, status); in handleMatch() 263 UVector *results = fResults; in getMatches() 267 fResults = NULL; in getMatches()
|
/external/icu/icu4c/source/i18n/ |
D | tznames_impl.cpp | 935 TimeZoneNames::MatchInfoCollection* fResults; member in ZNameSearchHandler 939 : fTypes(types), fMaxMatchLen(0), fResults(NULL) { in ZNameSearchHandler() 943 if (fResults != NULL) { in ~ZNameSearchHandler() 944 delete fResults; in ~ZNameSearchHandler() 962 if (fResults == NULL) { in handleMatch() 963 fResults = new TimeZoneNames::MatchInfoCollection(); in handleMatch() 964 if (fResults == NULL) { in handleMatch() 969 U_ASSERT(fResults != NULL); in handleMatch() 971 … fResults->addZone(nameinfo->type, matchLength, UnicodeString(nameinfo->tzID, -1), status); in handleMatch() 974 … 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() 236 fResults = lpResults.orphan(); in handleMatch() 247 fResults->adoptElement(gmatch, status); in handleMatch() 263 UVector *results = fResults; in getMatches() 267 fResults = NULL; in getMatches()
|
/external/skia/modules/svg/src/ |
D | SkSVGFilterContext.cpp | 52 return fResults.find(id); in findResultById() 58 res = fResults.find(input.id()); in filterPrimitiveSubregion() 70 fResults[id] = {result, subregion, resultColorspace}; in registerResult()
|
/external/skia/modules/svg/include/ |
D | SkSVGFilterContext.h | 64 SkTHashMap<SkSVGStringType, Result> fResults; variable
|