HomeSort by relevance Sort by last modified time
    Searched refs:getCanonical (Results 1 - 6 of 6) sorted by null

  /external/clang/tools/libclang/
CIndexHigh.cpp 60 Dcl = getCanonical(D);
79 const Decl *getCanonical(const Decl *D) const {
87 return getCanonical(ImplD->getClassInterface());
91 return getCanonical(CXXCtorD->getParent());
101 D = getCanonical(D);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
XLikelySubtags.java 70 public String getCanonical(String alias) {
224 String canonicalLanguage = LANGUAGE_ALIASES.getCanonical(language);
226 String canonicalRegion = REGION_ALIASES.getCanonical(region);
383 // String canonical = getCanonical(e.getValue());
388 // private static String getCanonical(R2<List<String>, String> aliasAndReason) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
XLikelySubtags.java 63 public String getCanonical(String alias) {
214 String canonicalLanguage = LANGUAGE_ALIASES.getCanonical(language);
216 String canonicalRegion = REGION_ALIASES.getCanonical(region);
373 // String canonical = getCanonical(e.getValue());
378 // private static String getCanonical(R2<List<String>, String> aliasAndReason) {
  /external/cldr/tools/java/org/unicode/cldr/draft/
XLikelySubtags.java 85 String canonicalLanguage = getCanonical(LANGUAGE_ALIASES.get(language));
90 String canonicalRegion = getCanonical(REGION_ALIASES.get(region));
237 String canonical = getCanonical(e.getValue());
242 private static String getCanonical(R2<List<String>, String> aliasAndReason) {
  /external/cldr/tools/java/libs/
icu4j.jar 
  /external/kotlinc/lib/
kotlin-compiler.jar 

Completed in 229 milliseconds