/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 349 dest = sc.getSkeleton(SpoofChecker.ANY_CASE, lll_Latin_a); in TestGetSkeleton() 380 String dest = sc.getSkeleton(SpoofChecker.ANY_CASE, s); in TestSpoofAPI() 456 actual = sc.getSkeleton(type, uInput); in checkSkeleton() 738 actual = sc.getSkeleton(from); in testConfData() 766 sc.getSkeleton(SpoofChecker.ANY_CASE, scMixed), in TestDeprecated() 767 sc.getSkeleton(scMixed)); in TestDeprecated()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 346 dest = sc.getSkeleton(SpoofChecker.ANY_CASE, lll_Latin_a); in TestGetSkeleton() 377 String dest = sc.getSkeleton(SpoofChecker.ANY_CASE, s); in TestSpoofAPI() 453 actual = sc.getSkeleton(type, uInput); in checkSkeleton() 735 actual = sc.getSkeleton(from); in testConfData() 763 sc.getSkeleton(SpoofChecker.ANY_CASE, scMixed), in TestDeprecated() 764 sc.getSkeleton(scMixed)); in TestDeprecated()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | SpoofChecker.java | 1391 String s1Skeleton = getSkeleton(s1); in areConfusable() 1392 String s2Skeleton = getSkeleton(s2); in areConfusable() 1435 public String getSkeleton(CharSequence str) { in getSkeleton() method in SpoofChecker.Builder.ConfusabledataBuilder 1464 public String getSkeleton(int type, String id) { in getSkeleton() method in SpoofChecker.Builder.ConfusabledataBuilder 1465 return getSkeleton(id); in getSkeleton()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SpoofChecker.java | 1454 String s1Skeleton = getSkeleton(s1); in areConfusable() 1455 String s2Skeleton = getSkeleton(s2); in areConfusable() 1500 public String getSkeleton(CharSequence str) { in getSkeleton() method in SpoofChecker.Builder.ConfusabledataBuilder 1529 public String getSkeleton(int type, String id) { in getSkeleton() method in SpoofChecker.Builder.ConfusabledataBuilder 1530 return getSkeleton(id); in getSkeleton()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateTimeGeneratorTest.java | 904 if(!dtpg.getSkeleton(cases[i]).equals(results[i])){ in TestGetSkeleton() 908 dtpg.getSkeleton(cases[i])); in TestGetSkeleton() 1604 … assertEquals("Example skeleton with no duplicate fields", "MMMdd", dtpg.getSkeleton("dd/MMM")); in TestCoverage() 1606 dtpg.getSkeleton("dd/MMM"), dtpg.getSkeletonAllowingDuplicates("dd/MMM")); in TestCoverage() 1609 dtpg.getSkeleton("dd/MMM Zz"); in TestCoverage() 1705 String jPatSkeleton = dtpg.getSkeleton(jPattern); in testJjMapping() 1726 String jPatSkeleton = dtpg.getSkeleton(jPattern); in testJjMapping() 1727 String shortPatSkeleton = dtpg.getSkeleton(shortPattern); in testJjMapping()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateTimeGeneratorTest.java | 901 if(!dtpg.getSkeleton(cases[i]).equals(results[i])){ in TestGetSkeleton() 905 dtpg.getSkeleton(cases[i])); in TestGetSkeleton() 1601 … assertEquals("Example skeleton with no duplicate fields", "MMMdd", dtpg.getSkeleton("dd/MMM")); in TestCoverage() 1603 dtpg.getSkeleton("dd/MMM"), dtpg.getSkeletonAllowingDuplicates("dd/MMM")); in TestCoverage() 1606 dtpg.getSkeleton("dd/MMM Zz"); in TestCoverage() 1702 String jPatSkeleton = dtpg.getSkeleton(jPattern); in testJjMapping() 1723 String jPatSkeleton = dtpg.getSkeleton(jPattern); in testJjMapping() 1724 String shortPatSkeleton = dtpg.getSkeleton(shortPattern); in testJjMapping()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | CompareStockDatetime.java | 50 String skeleton = dtpg.getSkeleton(value); in main()
|
/external/icu/icu4c/source/i18n/ |
D | dtptngen_impl.h | 166 UnicodeString getSkeleton() const; 267 PtnSkeleton* getSkeleton() const;
|
D | dtptngen.cpp | 753 DateTimePatternGenerator::getSkeleton(const UnicodeString& pattern, UErrorCode& in getSkeleton() function in DateTimePatternGenerator 759 return localSkeleton.getSkeleton(); in getSkeleton() 769 return localSkeleton.getSkeleton(); in staticGetSkeleton() 1834 if ( curElem->skeleton->getSkeleton()==skeleton ) { in getPatternForSkeleton() 1872 pattern = patternMap->getPatternFromSkeleton(*(it.getSkeleton())); in getRedundants() 2557 PatternMapIterator::getSkeleton() const { in getSkeleton() function in PatternMapIterator 2730 PtnSkeleton::getSkeleton() const { in getSkeleton() function in PtnSkeleton 2795 s=curSkeleton->getSkeleton(); in DTSkeletonEnumeration()
|
/external/icu/libicu/cts_headers/ |
D | dtptngen_impl.h | 166 UnicodeString getSkeleton() const; 267 PtnSkeleton* getSkeleton() const;
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/units/ |
D | UnitsRouter.java | 67 String precision = preference.getSkeleton(); in UnitsRouter()
|
D | UnitPreferences.java | 121 public String getSkeleton() { in getSkeleton() method in UnitPreferences.UnitPreference
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
D | UnitsRouter.java | 65 String precision = preference.getSkeleton(); in UnitsRouter()
|
D | UnitPreferences.java | 114 public String getSkeleton() { in getSkeleton() method in UnitPreferences.UnitPreference
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 354 if (auto *SkelCU = CU.getSkeleton()) in forBothCUs() 552 auto *SkCU = TheCU.getSkeleton(); in finalizeModuleInfo() 1158 if (auto *SkelCU = TheCU.getSkeleton()) in endFunction() 1323 if (auto *Skeleton = TheU->getSkeleton()) in emitDebugPubSection() 1634 if (auto *Skel = CU->getSkeleton()) in emitDebugARanges() 1703 if (auto *Skel = TheCU->getSkeleton()) in emitDebugRanges() 1777 auto *SkCU = TheCU.getSkeleton(); in emitDebugMacinfo()
|
D | DwarfCompileUnit.h | 90 DwarfCompileUnit *getSkeleton() const { in getSkeleton() function
|
/external/icu/libicu/cts_headers/unicode/ |
D | dtptngen.h | 158 UnicodeString getSkeleton(const UnicodeString& pattern, UErrorCode& status); /* {
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtptngen.h | 158 UnicodeString getSkeleton(const UnicodeString& pattern, UErrorCode& status); /* {
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | CheckYear.java | 75 String skeleton = dtp.getSkeleton(dateTimePattern); in recordStockTime() 83 String skeleton = dtp.getSkeleton(dateTimePattern); in recordStock()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | FlexibleDateFromCLDR.java | 218 strippedPattern = gen.getSkeleton(value); // the pattern stripped of literals in checkValueAgainstSkeleton()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.h | 117 DwarfCompileUnit *getSkeleton() const { in getSkeleton() function
|
D | DwarfDebug.cpp | 514 if (auto *SkelCU = CU.getSkeleton()) in forBothCUs() 538 if (auto *SkelCU = CU.getSkeleton()) { in constructAbstractSubprogramScopeDIE() 1275 auto *SkCU = TheCU.getSkeleton(); in finalizeModuleInfo() 2149 if (auto *SkelCU = TheCU.getSkeleton()) in endFunctionImpl() 2345 if (auto *Skeleton = TheU->getSkeleton()) in emitDebugPubSection() 2860 if (auto *Skel = CU->getSkeleton()) in emitDebugARanges() 3084 auto *SkCU = TheCU.getSkeleton(); in emitDebugMacinfoImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.h | 115 DwarfCompileUnit *getSkeleton() const { in getSkeleton() function
|
D | DwarfDebug.cpp | 509 if (auto *SkelCU = CU.getSkeleton()) in forBothCUs() 533 if (auto *SkelCU = CU.getSkeleton()) { in constructAbstractSubprogramScopeDIE() 1107 auto *SkCU = TheCU.getSkeleton(); in finalizeModuleInfo() 1923 if (auto *SkelCU = TheCU.getSkeleton()) in endFunctionImpl() 2119 if (auto *Skeleton = TheU->getSkeleton()) in emitDebugPubSection() 2648 if (auto *Skel = CU->getSkeleton()) in emitDebugARanges() 2792 auto *SkCU = TheCU.getSkeleton(); in emitDebugMacinfoImpl()
|
D | AccelTable.cpp | 564 DD.useSplitDwarf() ? CU.value()->getSkeleton() : CU.value().get(); in emitDWARF5AccelTable()
|