/external/chromium_org/third_party/icu/source/common/unicode/ |
uidna.h | 8 * file name: uidna.h 33 * The C API functions which do take a UIDNA * service object pointer 98 struct UIDNA; 99 typedef struct UIDNA UIDNA; /**< C typedef for struct UIDNA. @draft ICU 4.6 */ 102 * Returns a UIDNA instance which implements UTS #46. 110 * See option bit set values in uidna.h. 115 * @return the UTS #46 UIDNA instance, if successful 118 U_DRAFT UIDNA * U_EXPORT [all...] |
/external/icu4c/common/unicode/ |
uidna.h | 8 * file name: uidna.h 33 * The C API functions which do take a UIDNA * service object pointer 115 struct UIDNA; 116 typedef struct UIDNA UIDNA; /**< C typedef for struct UIDNA. @stable ICU 4.6 */ 119 * Returns a UIDNA instance which implements UTS #46. 127 * See option bit set values in uidna.h. 132 * @return the UTS #46 UIDNA instance, if successful 135 U_STABLE UIDNA * U_EXPORT [all...] |
/external/chromium_org/url/ |
url_canon_icu.cc | 14 #include "third_party/icu/source/common/unicode/uidna.h" 75 // A wrapper to use LazyInstance<>::Leaky with ICU's UIDNA, a C pointer to 106 UIDNA* value; 165 UIDNA* uidna = g_uidna.Get().value; local 166 DCHECK(uidna != NULL); 170 int output_length = uidna_nameToASCII(uidna, src, src_len, output->data(),
|
/external/chromium_org/third_party/icu/source/common/ |
uts46.cpp | [all...] |
/external/icu4c/common/ |
uts46.cpp | [all...] |
/external/chromium_org/net/base/ |
net_util.cc | 72 #include "third_party/icu/source/common/unicode/uidna.h" 401 // A wrapper to use LazyInstance<>::Leaky with ICU's UIDNA, a C pointer to 431 UIDNA* value; 453 UIDNA* uidna = g_uidna.Get().value; local 454 DCHECK(uidna != NULL); 466 uidna, comp, static_cast<int32_t>(comp_len), &(*out)[original_length], [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
idnatest.c | 23 #include "unicode/uidna.h" [all...] |
/external/icu4c/test/cintltst/ |
idnatest.c | 23 #include "unicode/uidna.h" [all...] |