Home
last modified time | relevance | path

Searched refs:UChar (Results 26 – 50 of 88) sorted by path

1234

/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat.c34 UChar* spattern = NULL; in msgfmt_ctor()
H A Dmsgformat_attr.c67 UChar* spattern = NULL; in PHP_FUNCTION()
H A Dmsgformat_data.c83 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec) in msgformat_fix_quotes()
85 if(*spattern && *spattern_len && u_strchr(*spattern, (UChar)'\'')) { in msgformat_fix_quotes()
86 UChar *npattern = emalloc(sizeof(UChar)*(2*(*spattern_len)+1)); in msgformat_fix_quotes()
94 npattern = erealloc(npattern, sizeof(UChar)*(npattern_len+1)); in msgformat_fix_quotes()
H A Dmsgformat_data.h43 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec);
H A Dmsgformat_format.c38 UChar* formatted = NULL; in msgfmt_do_format()
102 UChar *spattern = NULL; in PHP_FUNCTION()
H A Dmsgformat_helpers.cpp366 UChar **formatted, in umsg_format_helper()
419 UChar temp[16]; in umsg_format_helper()
639 U_CFUNC void umsg_parse_helper(UMessageFormat *fmt, int *count, zval ***args, UChar *source, int so… in umsg_parse_helper()
H A Dmsgformat_helpers.h22 UChar **formatted, int *formatted_len TSRMLS_DC);
24 UChar *source, int source_len, UErrorCode *status);
H A Dmsgformat_parse.c36 UChar *usource = NULL; in msgfmt_do_parse()
92 UChar *spattern = NULL; in PHP_FUNCTION()
/PHP-5.5/ext/intl/normalizer/
H A Dnormalizer_normalize.c40 UChar* uinput = NULL; in PHP_FUNCTION()
45 UChar* uret_buf = NULL; in PHP_FUNCTION()
178 UChar* uinput = NULL; in PHP_FUNCTION()
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle.c30 const UChar* ufield; in resourcebundle_extract_value()
44 INTL_METHOD_RETVAL_UTF8(source, (UChar *)ufield, ilen, 0); in resourcebundle_extract_value()
/PHP-5.5/ext/intl/tests/
H A Duconverter_oop_callback.phpt9 * Called during conversion from source encoding to internal UChar representation
17 * Called during conversion from internal UChar to destination encoding
H A Duconverter_oop_callback_return.phpt19 * Called during conversion from internal UChar to destination encoding
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c37 const UChar *ustr_id; in transliterator_object_construct()
H A Dtransliterator_methods.c33 UChar *ustr_id = NULL; in create_transliterator()
140 UChar *ustr_rules = NULL; in PHP_FUNCTION()
145 UChar id[] = {0x52, 0x75, 0x6C, 0x65, 0x73, 0x54, 0x72, in PHP_FUNCTION()
245 const UChar *elem; in PHP_FUNCTION()
302 UChar *ustr = NULL, in PHP_FUNCTION()
407 uresult = safe_emalloc( ustr_len, sizeof( UChar ), 1 * sizeof( UChar ) ); in PHP_FUNCTION()
413 memcpy( uresult, ustr, ustr_len * sizeof( UChar ) ); in PHP_FUNCTION()
422 uresult = safe_emalloc( uresult_len, sizeof( UChar ), 1 * sizeof( UChar ) ); in PHP_FUNCTION()
429 uresult = safe_erealloc( uresult, uresult_len, sizeof( UChar ), 1 * sizeof( UChar ) ); in PHP_FUNCTION()
445 uresult[uresult_len] = (UChar) 0; in PHP_FUNCTION()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c86 #undef UChar
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY89 2007/04/12: [bug] must not use UChar in oniguruma.h.
149 2006/11/21: [impl] escape UChar collision from config.h.
665 rename UChar to OnigUChar in oniguruma.h.
685 change UChar* to const UChar* in oniguruma.h,
687 2005/02/13: [impl] change UChar* to const UChar* in oniguruma.h and
1290 change local var. type char* to UChar*.
H A DREADME79 If you want to disable UChar type (== unsigned char) definition
H A DREADME.ja80 oniguruma.h���������Ƥ��뷿̾UChar(== unsigned char)��̵���ˤ��������
82 ���뤳�ȡ����ΤȤ��ˤ�UChar��������줺��OnigUChar�Ȥ���̾��������Τߤ�
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI51 # int onig_new(regex_t** reg, const UChar* pattern, const UChar* pattern_end,
149 # int onig_new_deluxe(regex_t** reg, const UChar* pattern, const UChar* pattern_end,
208 # int onig_search(regex_t* reg, const UChar* str, const UChar* end, const UChar* start,
232 # int onig_match(regex_t* reg, const UChar* str, const UChar* end, const UChar* at,
295 # int onig_name_to_group_numbers(regex_t* reg, const UChar* name, const UChar* name_end,
312 # int onig_name_to_backref_number(regex_t* reg, const UChar* name, const UChar* name_end,
329 int (*func)(const UChar*, const UChar*, int,int*,regex_t*,void*),
452 # UChar* onigenc_get_prev_char_head(OnigEncoding enc, const UChar* start, const UChar* s)
463 const UChar* start, const UChar* s)
474 const UChar* start, const UChar* s)
[all …]
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dbig5.c52 big5_mbc_enc_len(const UChar* p) in big5_mbc_enc_len()
58 big5_mbc_to_code(const UChar* p, const UChar* end) in big5_mbc_to_code()
70 big5_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, in big5_mbc_case_fold()
71 UChar* lower) in big5_mbc_case_fold()
80 const UChar** pp, const UChar* end)
114 static UChar*
115 big5_left_adjust_char_head(const UChar* start, const UChar* s) in big5_left_adjust_char_head()
117 const UChar *p; in big5_left_adjust_char_head()
120 if (s <= start) return (UChar* )s; in big5_left_adjust_char_head()
138 big5_is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED) in big5_is_allowed_reverse_match()
[all …]
H A Dcp1251.c37 static const UChar EncCP1251_ToLowerCaseTable[256] = {
109 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in cp1251_mbc_case_fold()
111 const UChar* p = *pp; in cp1251_mbc_case_fold()
H A Deuc_jp.c54 mbc_enc_len(const UChar* p) in mbc_enc_len()
60 mbc_to_code(const UChar* p, const UChar* end) in mbc_to_code()
109 UChar *p = buf; in code_to_mbc()
124 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold()
127 const UChar* p = *pp; in mbc_case_fold()
146 static UChar*
147 left_adjust_char_head(const UChar* start, const UChar* s) in left_adjust_char_head()
152 const UChar *p; in left_adjust_char_head()
166 is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED) in is_allowed_reverse_match()
168 const UChar c = *s; in is_allowed_reverse_match()
[all …]
H A Deuc_kr.c52 euckr_mbc_enc_len(const UChar* p) in euckr_mbc_enc_len()
58 euckr_mbc_to_code(const UChar* p, const UChar* end) in euckr_mbc_to_code()
70 euckr_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, in euckr_mbc_case_fold()
71 UChar* lower) in euckr_mbc_case_fold()
80 const UChar** pp, const UChar* end)
94 static UChar*
95 euckr_left_adjust_char_head(const UChar* start, const UChar* s) in euckr_left_adjust_char_head()
100 const UChar *p; in euckr_left_adjust_char_head()
103 if (s <= start) return (UChar* )s; in euckr_left_adjust_char_head()
114 euckr_is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED) in euckr_is_allowed_reverse_match()
[all …]
H A Deuc_tw.c52 euctw_mbc_enc_len(const UChar* p) in euctw_mbc_enc_len()
58 euctw_mbc_to_code(const UChar* p, const UChar* end) in euctw_mbc_to_code()
70 euctw_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, in euctw_mbc_case_fold()
71 UChar* lower) in euctw_mbc_case_fold()
85 static UChar*
86 euctw_left_adjust_char_head(const UChar* start, const UChar* s) in euctw_left_adjust_char_head()
91 const UChar *p; in euctw_left_adjust_char_head()
94 if (s <= start) return (UChar* )s; in euctw_left_adjust_char_head()
99 if (p + len > s) return (UChar* )p; in euctw_left_adjust_char_head()
105 euctw_is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED) in euctw_is_allowed_reverse_match()
[all …]
H A Dgb18030.c79 gb18030_mbc_to_code(const UChar* p, const UChar* end) in gb18030_mbc_to_code()
101 const UChar** pp, const UChar* end)
147 static UChar*
148 gb18030_left_adjust_char_head(const UChar* start, const UChar* s) in gb18030_left_adjust_char_head()
150 const UChar *p; in gb18030_left_adjust_char_head()
160 return (UChar *)s; in gb18030_left_adjust_char_head()
177 return (UChar *)s; in gb18030_left_adjust_char_head()
188 return (UChar *)s; in gb18030_left_adjust_char_head()
198 return (UChar *)s; in gb18030_left_adjust_char_head()
224 return (UChar *)s; in gb18030_left_adjust_char_head()
[all …]

Completed in 54 milliseconds

1234