Home
last modified time | relevance | path

Searched refs:UChar (Results 1 – 25 of 88) sorted by path

1234

/PHP-5.5/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp100 static const UChar c = 0; in getText()
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.cpp105 const UChar* str = uenum_unext(uenum, &length, &status); in snext()
/PHP-5.5/ext/intl/collator/
H A Dcollator_compare.c39 UChar* ustr1 = NULL; in PHP_FUNCTION()
40 UChar* ustr2 = NULL; in PHP_FUNCTION()
H A Dcollator_convert.c49 UChar* new_val = NULL; in collator_convert_hash_item_from_utf8_to_utf16()
110 (UChar*)old_val, UCHARS(old_val_len), status ); in collator_convert_hash_item_from_utf16_to_utf8()
199 (UChar*) Z_STRVAL_P(utf16_zval), UCHARS( Z_STRLEN_P(utf16_zval) ), &status ); in collator_convert_zstr_utf16_to_utf8()
221 UChar* ustr = NULL; in collator_convert_zstr_utf8_to_utf16()
248 UChar* ustr = NULL; in collator_convert_object_to_string()
385 …if( ( is_numeric = collator_is_numeric( (UChar*) Z_STRVAL_P(str), UCHARS( Z_STRLEN_P(str) ), &lval… in collator_convert_string_to_number_if_possible()
H A Dcollator_is_numeric.c34 static double collator_u_strtod(const UChar *nptr, UChar **endptr) /* {{{ */ in collator_u_strtod()
36 const UChar *u = nptr, *nstart; in collator_u_strtod()
37 UChar c = *u; in collator_u_strtod()
64 const UChar *e = u; in collator_u_strtod()
107 *endptr = (UChar *)u; in collator_u_strtod()
114 *endptr = (UChar *)nptr; in collator_u_strtod()
129 const UChar *nptr; in collator_u_strtol()
130 UChar **endptr;
133 register const UChar *s = nptr;
135 register UChar c;
[all …]
H A Dcollator_is_numeric.h24 zend_uchar collator_is_numeric( UChar *str, int length, long *lval, double *dval, int allow_errors …
H A Dcollator_sort.c377UChar* utf16_buf = NULL; /* tmp buffer to hold current process… in PHP_FUNCTION()
550 UChar* ustr = NULL; in PHP_FUNCTION()
/PHP-5.5/ext/intl/converter/
H A Dconverter.c176 *(args->target++) = (UChar)(((lval - 0x10000) >> 10) | 0xD800); in php_converter_append_toUnicode_target()
177 *(args->target++) = (UChar)(((lval - 0x10000) & 0x3FF) | 0xDC00); in php_converter_append_toUnicode_target()
183 *(args->target++) = (UChar)lval; in php_converter_append_toUnicode_target()
193 UChar c; in php_converter_append_toUnicode_target()
312 const UChar *codeUnits, int32_t length, UChar32 codePoint, in php_converter_from_u_callback()
690 UChar *temp; in php_converter_do_convert()
704 temp = safe_emalloc(sizeof(UChar), temp_len, sizeof(UChar)); in php_converter_do_convert()
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_attr.c88 UChar value_buf[64]; in PHP_FUNCTION()
90 UChar* value = value_buf; in PHP_FUNCTION()
133 UChar* svalue = NULL; in PHP_FUNCTION()
H A Ddateformat_create.cpp57 UChar* svalue = NULL; /* UTF-16 pattern_str */ in datefmt_ctor()
H A Ddateformat_format.c37 UChar* formatted = NULL; in internal_format()
44 formatted=(UChar*)emalloc(sizeof(UChar) * resultlengthneeded); in internal_format()
H A Ddateformat_parse.c41 UChar* text_utf16 = NULL; in internal_parse_to_timestamp()
87 UChar* text_utf16 = NULL; in internal_parse_to_localtime()
/PHP-5.5/ext/intl/formatter/
H A Dformatter_attr.c105 UChar value_buf[64]; in PHP_FUNCTION()
107 UChar* value = value_buf; in PHP_FUNCTION()
211 UChar *svalue = NULL; in PHP_FUNCTION()
253 UChar value_buf[4]; in PHP_FUNCTION()
254 UChar *value = value_buf; in PHP_FUNCTION()
303 UChar* svalue = 0; in PHP_FUNCTION()
347 UChar value_buf[64]; in PHP_FUNCTION()
349 UChar* value = value_buf; in PHP_FUNCTION()
392 UChar* svalue = NULL; in PHP_FUNCTION()
H A Dformatter_format.c37 UChar format_buf[32]; in PHP_FUNCTION()
38 UChar* formatted = format_buf; in PHP_FUNCTION()
140 UChar format_buf[32]; in PHP_FUNCTION()
141 UChar* formatted = format_buf; in PHP_FUNCTION()
145 UChar* scurrency = NULL; in PHP_FUNCTION()
H A Dformatter_main.c34 UChar* spattern = NULL; in numfmt_ctor()
H A Dformatter_parse.c40 UChar* sstr = NULL; in PHP_FUNCTION()
128 UChar currency[5] = {0}; in PHP_FUNCTION()
129 UChar* sstr = NULL; in PHP_FUNCTION()
/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_string.c59 UChar* ustring = NULL; in PHP_FUNCTION()
404 UChar *ustr; in PHP_FUNCTION()
814 UChar *ustr; in PHP_FUNCTION()
H A Dgrapheme_util.c133 UChar *uhaystack = NULL, *uneedle = NULL; in grapheme_strpos_utf16()
234 int grapheme_split_string(const UChar *text, int32_t text_length, int boundary_array[], int boundar… in grapheme_split_string()
272 int32_t grapheme_count_graphemes(UBreakIterator *bi, UChar *string, int32_t string_len) in grapheme_count_graphemes()
H A Dgrapheme_util.h34 int grapheme_split_string(const UChar *text, int32_t text_length, int boundary_array[], int boundar…
36 int32_t grapheme_count_graphemes(UBreakIterator *bi, UChar *string, int32_t string_len);
/PHP-5.5/ext/intl/idn/
H A Didn.c207 UChar* ustring = NULL; in php_intl_idn_to()
212 UChar converted[MAXPATHLEN]; in php_intl_idn_to()
/PHP-5.5/ext/intl/
H A Dintl_common.h27 # define UBYTES(len) ((len) * sizeof(UChar))
31 # define eumalloc(size) (UChar*)safe_emalloc(size, sizeof(UChar), 0)
35 # define eurealloc(ptr, size) (UChar*)erealloc((ptr), size * sizeof(UChar))
38 #define USIZE(data) sizeof((data))/sizeof(UChar)
39 #define UCHARS(len) ((len) / sizeof(UChar))
41 #define INTL_Z_STRVAL_P(str) (UChar*) Z_STRVAL_P(str)
H A Dintl_convert.c47 UChar** target, int* target_len, in intl_convert_utf8_to_utf16()
51 UChar* dst_buf = NULL; in intl_convert_utf8_to_utf16()
112 const UChar* src, int src_len, in intl_convert_utf16_to_utf8()
H A Dintl_convert.h24 UChar** target, int* target_len,
30 const UChar* src, int src_len,
H A Dintl_convertcpp.cpp35 UChar *utf16 = ret.getBuffer(capacity); in intl_stringFromChar()
74 const UChar *utf16buf = from.getBuffer(); in intl_charFromString()
/PHP-5.5/ext/intl/locale/
H A Dlocale_methods.c475 UChar* disp_name = NULL; in get_icu_disp_value_src_php()
538 disp_name = erealloc( disp_name , buflen * sizeof(UChar) ); in get_icu_disp_value_src_php()

Completed in 50 milliseconds

1234