/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/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/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()
|
/external/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 …]
|
/external/skia/modules/svg/include/ |
D | SkSVGFilterContext.h | 64 SkTHashMap<SkSVGStringType, Result> fResults; variable
|
/external/owasp/sanitizer/lib/junit/ |
D | junit-dep.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/ |
D | junit-4.8.1.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
/external/libphonenumber/lib/ |
D | junit-4.8.1.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |