HomeSort by relevance Sort by last modified time
    Searched refs:getSkeleton (Results 1 - 25 of 29) sorted by null

1 2

  /external/icu/icu4c/source/i18n/
dtptngen_impl.h 166 UnicodeString getSkeleton() const;
268 PtnSkeleton* getSkeleton();
dtptngen.cpp 602 DateTimePatternGenerator::getSkeleton(const UnicodeString& pattern, UErrorCode&
608 return localSkeleton.getSkeleton();
618 return localSkeleton.getSkeleton();
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
SpoofCheckerTest.java 349 dest = sc.getSkeleton(SpoofChecker.ANY_CASE, lll_Latin_a);
380 String dest = sc.getSkeleton(SpoofChecker.ANY_CASE, s);
456 actual = sc.getSkeleton(type, uInput);
738 actual = sc.getSkeleton(from);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
SpoofCheckerTest.java 346 dest = sc.getSkeleton(SpoofChecker.ANY_CASE, lll_Latin_a);
377 String dest = sc.getSkeleton(SpoofChecker.ANY_CASE, s);
453 actual = sc.getSkeleton(type, uInput);
735 actual = sc.getSkeleton(from);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SpoofChecker.java 87 * {@link SpoofChecker#getSkeleton} computes the skeleton for a particular string, so the following snippet is
93 * boolean result = sc.getSkeleton("desparejado").equals(sc.getSkeleton("???????????"));
100 * {@link SpoofChecker#areConfusable} many times in a loop, {@link SpoofChecker#getSkeleton} can be used instead, as
109 * skeletons.add(sc.getSkeleton(word));
113 * boolean result = skeletons.contains(sc.getSkeleton("1orern"));
    [all...]
DateIntervalFormat.java     [all...]
DateTimePatternGenerator.java 754 public String getSkeleton(String pattern) {
762 * Same as getSkeleton, but allows duplicates
779 * Same as getSkeleton, but allows duplicate
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SpoofChecker.java 86 * {@link SpoofChecker#getSkeleton} computes the skeleton for a particular string, so the following snippet is
92 * boolean result = sc.getSkeleton("desparejado").equals(sc.getSkeleton("???????????"));
99 * {@link SpoofChecker#areConfusable} many times in a loop, {@link SpoofChecker#getSkeleton} can be used instead, as
108 * skeletons.add(sc.getSkeleton(word));
112 * boolean result = skeletons.contains(sc.getSkeleton("1orern"));
    [all...]
DateIntervalFormat.java     [all...]
DateTimePatternGenerator.java 766 public String getSkeleton(String pattern) {
774 * Same as getSkeleton, but allows duplicates
790 * Same as getSkeleton, but allows duplicates
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
dtptngen.h 138 * getSkeleton() works exactly like staticGetSkeleton().
139 * Use staticGetSkeleton() instead of getSkeleton().
147 UnicodeString getSkeleton(const UnicodeString& pattern, UErrorCode& status); /* {
150 these comments and the definition of getSkeleton in dtptngen.cpp should be removed.
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 90 DwarfCompileUnit *getSkeleton() const {
DwarfDebug.cpp 354 if (auto *SkelCU = CU.getSkeleton())
552 auto *SkCU = TheCU.getSkeleton();
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateTimeGeneratorTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateTimeGeneratorTest.java     [all...]
  /external/icu/icu4c/source/test/intltest/
dtptngts.cpp 523 // ======== Test getSkeleton and getBaseSkeleton
531 UnicodeString retSkeleton = gen->getSkeleton(pattern, status);
533 errln("ERROR: Unexpected result from getSkeleton().\n");
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/28/
android.jar 

Completed in 783 milliseconds

1 2