Home
last modified time | relevance | path

Searched refs:canon (Results 1 – 18 of 18) sorted by relevance

/external/icu4c/common/
Dlocutil.cpp106 char* canon = (buf == 0) ? 0 : (char*) uprv_malloc(buflen); in canonicalLocaleString()
107 if (buf != 0 && canon != 0) { in canonicalLocaleString()
110 uloc_canonicalize(buf, canon, buflen, &ec); in canonicalLocaleString()
112 result = UnicodeString(canon); in canonicalLocaleString()
116 uprv_free(canon); in canonicalLocaleString()
/external/icu4c/extra/uconv/
Duconv.cpp197 UBool canon) in printConverters() argument
207 if (!canon) { in printConverters()
252 if (canon) { in printConverters()
257 if (canon) { in printConverters()
265 if (canon) { in printConverters()
312 printf("%s%s%s", (canon ? (a == 0? "" : "\t" ) : "") , in printConverters()
314 (canon ? "" : " ")); in printConverters()
318 if (canon) { in printConverters()
346 if (canon) { in printConverters()
353 if (!canon) { in printConverters()
[all …]
/external/dnsmasq/src/
Dcache.c825 char *canon; in read_hostsfile() local
832 if ((canon = canonicalise(token, &nomem))) in read_hostsfile()
837 strlen(canon)+2+strlen(domain_suffix)-SMALLDNAME))) in read_hostsfile()
839 strcpy(cache->name.sname, canon); in read_hostsfile()
846 if ((cache = whine_malloc(sizeof(struct crec) + strlen(canon)+1-SMALLDNAME))) in read_hostsfile()
848 strcpy(cache->name.sname, canon); in read_hostsfile()
852 free(canon); in read_hostsfile()
/external/clang/include/clang/AST/
DType.h918 ExtQualsTypeCommonBase(const Type *baseType, QualType canon)
919 : BaseType(baseType), CanonicalType(canon) {}
967 ExtQuals(const Type *baseType, QualType canon, Qualifiers quals)
969 canon.isNull() ? QualType(this_(), 0) : canon),
1254 Type(TypeClass tc, QualType canon, bool Dependent,
1258 canon.isNull() ? QualType(this_(), 0) : canon) {
3214 AttributedType(QualType canon, Kind attrKind,
3216 : Type(Attributed, canon, canon->isDependentType(),
3217 canon->isInstantiationDependentType(),
3218 canon->isVariablyModifiedType(),
[all …]
/external/icu4c/tools/genrb/
Dwrtxml.cpp179 char* canon = NULL; in parseFilename() local
194 canon = (char*) uprv_malloc(canonCapacity); in parseFilename()
195 canonLen = uloc_canonicalize(localeID, canon, canonCapacity, &status); in parseFilename()
201 strnrepchr(canon, canonLen, '_', '-'); in parseFilename()
202 return canon; in parseFilename()
/external/bluetooth/glib/gio/
Dglocalfile.c232 char *canon, *start, *p, *q; in canonicalize_filename() local
239 canon = g_build_filename (cwd, filename, NULL); in canonicalize_filename()
243 canon = g_strdup (filename); in canonicalize_filename()
245 start = (char *)g_path_skip_root (canon); in canonicalize_filename()
252 g_free (canon); in canonicalize_filename()
263 (p >= canon) && in canonicalize_filename()
320 return canon; in canonicalize_filename()
/external/icu4c/extra/uconv/resources/
Droot.txt34 "[ --canon ] [ -x transliteration ] "
51 " --canon print list in cnvrtrs.txt(5) format\n"
Dfr.txt34 "[ --canon ] [ -x translitération ] "
53 " --canon affiche la liste dans le format de cnvrtrs.txt(5)\n"
/external/v8/test/cctest/
Dtest-regexp.cc1415 unibrow::uchar canon[unibrow::Ecma262Canonicalize::kMaxWidth]; in canonicalize() local
1416 int count = unibrow::Ecma262Canonicalize::Convert(c, '\0', canon, NULL); in canonicalize()
1421 return canon[0]; in canonicalize()
1457 unibrow::uchar canon[unibrow::CanonicalizationRange::kMaxWidth]; in CanonRangeEnd() local
1458 int count = unibrow::CanonicalizationRange::Convert(c, '\0', canon, NULL); in CanonRangeEnd()
1463 return canon[0]; in CanonRangeEnd()
/external/icu4c/i18n/unicode/
Dtranslit.h348 const UnicodeString* canon);
/external/icu4c/i18n/
Dtranslit.cpp976 const UnicodeString* canon) { in createBasicInstance() argument
1035 if (t != NULL && canon != NULL) { in createBasicInstance()
1036 t->setID(*canon); in createBasicInstance()
/external/libxml2/
Dencoding.c1741 const char* canon; in xmlFindCharEncodingHandler() local
1742 canon = xmlGetCharEncodingName(alias); in xmlFindCharEncodingHandler()
1743 if ((canon != NULL) && (strcmp(name, canon))) { in xmlFindCharEncodingHandler()
1744 return(xmlFindCharEncodingHandler(canon)); in xmlFindCharEncodingHandler()
/external/clang/lib/AST/
DASTContext.cpp1274 QualType canon; in getExtQualType() local
1278 canon = getExtQualType(canonSplit.first, canonSplit.second); in getExtQualType()
1284 ExtQuals *eq = new (*this, TypeAlignment) ExtQuals(baseType, canon, quals); in getExtQualType()
1802 QualType canon = getQualifiedType(QualType(canonTy,0), in getDependentSizedArrayType() local
1808 return canon; in getDependentSizedArrayType()
1814 DependentSizedArrayType(*this, elementType, canon, numElements, in getDependentSizedArrayType()
1834 QualType canon; in getIncompleteArrayType() local
1838 canon = getIncompleteArrayType(QualType(canonSplit.first, 0), in getIncompleteArrayType()
1840 canon = getQualifiedType(canon, canonSplit.second); in getIncompleteArrayType()
1849 IncompleteArrayType(elementType, canon, ASM, elementTypeQuals); in getIncompleteArrayType()
[all …]
DType.cpp2132 const Type *canon = getCanonicalTypeInternal().getTypePtr(); in isObjCARCImplicitlyUnretainedType() local
2135 while (const ArrayType *array = dyn_cast<ArrayType>(canon)) in isObjCARCImplicitlyUnretainedType()
2136 canon = array->getElementType().getTypePtr(); in isObjCARCImplicitlyUnretainedType()
2139 = dyn_cast<ObjCObjectPointerType>(canon)) { in isObjCARCImplicitlyUnretainedType()
/external/webkit/LayoutTests/http/conf/
Dmime.types113 application/vnd.canon-cpdl
114 application/vnd.canon-lips
/external/chromium/net/base/
Dssl_false_start_blacklist.txt2352 mp01.canon.jp
/external/srec/config/en.us/dictionary/
Dlarge.ok4391 canon kan@n
4392 canon kan~
/external/webkit/PerformanceTests/Parser/resources/
Dfinal-url-en20279 http://www.accesstoinsight.org/canon/sutta/majjhima/mn054.html
29896 http://www.cambodianbuddhist.org/english/website/canon/sutta/anguttara/an08-039.html
30142 http://www.canon-europe.com/For_Work/Products/index.asp
30143 http://www.canon.com.au/supplies/products/supplies/story_881.html
30144 http://www.canon.com/environment/eco2004e/p09.html