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

  /external/chromium/third_party/icu/source/common/
locutil.cpp 108 char* canon = (buf == 0) ? 0 : (char*) uprv_malloc(buflen);
109 if (buf != 0 && canon != 0) {
112 uloc_canonicalize(buf, canon, buflen, &ec);
114 result = UnicodeString(canon);
118 uprv_free(canon);
  /external/icu4c/common/
locutil.cpp 108 char* canon = (buf == 0) ? 0 : (char*) uprv_malloc(buflen);
109 if (buf != 0 && canon != 0) {
112 uloc_canonicalize(buf, canon, buflen, &ec);
114 result = UnicodeString(canon);
118 uprv_free(canon);
  /external/icu4c/extra/uconv/
uconv.cpp 192 be printed, otherwise all converters will be printed. If canon is non
197 UBool canon)
207 if (!canon) {
215 in non-canon mode). But since we do not know at this
231 single converter to print but in canon mode, hence we need to
252 if (canon) {
257 if (canon) {
265 if (canon) {
312 printf("%s%s%s", (canon ? (a == 0? "" : "\t" ) : "") ,
314 (canon ? "" : " "))
    [all...]
  /external/dnsmasq/src/
cache.c 825 char *canon; local
832 if ((canon = canonicalise(token, &nomem)))
837 strlen(canon)+2+strlen(domain_suffix)-SMALLDNAME)))
839 strcpy(cache->name.sname, canon);
846 if ((cache = whine_malloc(sizeof(struct crec) + strlen(canon)+1-SMALLDNAME)))
848 strcpy(cache->name.sname, canon);
852 free(canon);
    [all...]
  /external/chromium/third_party/icu/source/tools/genrb/
wrtxml.cpp 179 char* canon = NULL; local
194 canon = (char*) uprv_malloc(canonCapacity);
195 canonLen = uloc_canonicalize(localeID, canon, canonCapacity, &status);
201 strnrepchr(canon, canonLen, '_', '-');
202 return canon;
    [all...]
  /external/icu4c/tools/genrb/
wrtxml.cpp 179 char* canon = NULL; local
194 canon = (char*) uprv_malloc(canonCapacity);
195 canonLen = uloc_canonicalize(localeID, canon, canonCapacity, &status);
201 strnrepchr(canon, canonLen, '_', '-');
202 return canon;
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
translit.h 341 * @param canon canonical ID to assign to the object, or
348 const UnicodeString* canon);
    [all...]
  /external/icu4c/i18n/unicode/
translit.h 341 * @param canon canonical ID to assign to the object, or
348 const UnicodeString* canon);
    [all...]
  /external/bluetooth/glib/gio/
glocalfile.c 232 char *canon, *start, *p, *q; local
239 canon = g_build_filename (cwd, filename, NULL);
243 canon = g_strdup (filename);
245 start = (char *)g_path_skip_root (canon);
252 g_free (canon);
263 (p >= canon) &&
320 return canon;
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 1377 unibrow::uchar canon[unibrow::Ecma262Canonicalize::kMaxWidth]; local
1418 unibrow::uchar canon[unibrow::CanonicalizationRange::kMaxWidth]; local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
translit.cpp     [all...]
  /external/icu4c/i18n/
translit.cpp     [all...]
  /external/libxml2/
encoding.c 1741 const char* canon; local
    [all...]

Completed in 196 milliseconds