Searched refs:ustring (Results 1 - 25 of 27) sorted by relevance
12
| /PHP_5_4/ext/intl/collator/ |
| H A D | collator.c | 27 #include <unicode/ustring.h>
|
| H A D | collator_attr.c | 27 #include <unicode/ustring.h>
|
| H A D | collator_convert.c | 28 #include <unicode/ustring.h>
|
| /PHP_5_4/ext/intl/dateformat/ |
| H A D | dateformat.c | 20 #include <unicode/ustring.h>
|
| H A D | dateformat_attr.c | 26 #include <unicode/ustring.h>
|
| H A D | dateformat_format.c | 21 #include <unicode/ustring.h>
|
| H A D | dateformat_parse.c | 21 #include <unicode/ustring.h>
|
| /PHP_5_4/ext/intl/formatter/ |
| H A D | formatter.c | 23 #include <unicode/ustring.h>
|
| H A D | formatter_attr.c | 26 #include <unicode/ustring.h>
|
| H A D | formatter_format.c | 21 #include <unicode/ustring.h>
|
| H A D | formatter_main.c | 21 #include <unicode/ustring.h>
|
| H A D | formatter_parse.c | 21 #include <unicode/ustring.h>
|
| /PHP_5_4/ext/intl/grapheme/ |
| H A D | grapheme_string.c | 28 #include <unicode/ustring.h> 59 UChar* ustring = NULL; local 79 intl_convert_utf8_to_utf16(&ustring, &ustring_len, (char*) string, string_len, &status ); 87 if (ustring) { 88 efree( ustring ); 93 ret_len = grapheme_split_string(ustring, ustring_len, NULL, 0 TSRMLS_CC ); 95 if (ustring) { 96 efree( ustring );
|
| H A D | grapheme_util.c | 29 #include <unicode/ustring.h>
|
| /PHP_5_4/ext/intl/idn/ |
| H A D | idn.c | 29 #include <unicode/ustring.h> 207 UChar* ustring = NULL; local 217 intl_convert_utf8_to_utf16(&ustring, &ustring_len, domain, domain_len, &status); 224 if (ustring) { 225 efree(ustring); 233 converted_ret_len = uidna_IDNToASCII(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)option, &parse_error, &status); 235 converted_ret_len = uidna_IDNToUnicode(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)option, &parse_error, &status); 237 efree(ustring);
|
| /PHP_5_4/ext/intl/ |
| H A D | intl_convert.h | 21 #include <unicode/ustring.h>
|
| H A D | intl_data.h | 76 #define INTL_METHOD_RETVAL_UTF8(obj, ustring, ulen, free_it) \ 80 intl_convert_utf16_to_utf8(&u8value, &u8len, ustring, ulen, &INTL_DATA_ERROR_CODE((obj))); \ 82 efree(ustring); \
|
| /PHP_5_4/ext/intl/locale/ |
| H A D | locale.c | 28 #include <unicode/ustring.h>
|
| /PHP_5_4/ext/intl/msgformat/ |
| H A D | msgformat.c | 21 #include <unicode/ustring.h>
|
| H A D | msgformat_attr.c | 26 #include <unicode/ustring.h>
|
| H A D | msgformat_data.c | 21 #include <unicode/ustring.h>
|
| H A D | msgformat_format.c | 21 #include <unicode/ustring.h>
|
| H A D | msgformat_parse.c | 21 #include <unicode/ustring.h>
|
| /PHP_5_4/ext/intl/normalizer/ |
| H A D | normalizer.c | 26 #include <unicode/ustring.h>
|
| /PHP_5_4/ext/intl/transliterator/ |
| H A D | transliterator.c | 25 #include <unicode/ustring.h>
|
Completed in 60 milliseconds
12