Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 91) sorted by relevance

1234

/PHP-5.3/ext/mbstring/
H A Dphp_unicode.c62 static int prop_lookup(unsigned long code, unsigned long n) in prop_lookup()
101 MBSTRING_API int php_unicode_is_prop(unsigned long code, unsigned long mask1, in php_unicode_is_prop()
122 static unsigned long case_lookup(unsigned long code, long l, long r, int field) in case_lookup()
147 MBSTRING_API unsigned long php_turkish_toupper(unsigned long code, long l, long r, int field) in php_turkish_toupper()
155 MBSTRING_API unsigned long php_turkish_tolower(unsigned long code, long l, long r, int field) in php_turkish_tolower()
163 MBSTRING_API unsigned long php_unicode_toupper(unsigned long code, enum mbfl_no_encoding enc TSRMLS… in php_unicode_toupper()
194 MBSTRING_API unsigned long php_unicode_tolower(unsigned long code, enum mbfl_no_encoding enc TSRMLS… in php_unicode_tolower()
225 MBSTRING_API unsigned long php_unicode_totitle(unsigned long code, enum mbfl_no_encoding enc TSRMLS… in php_unicode_totitle()
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregenc.c654 onigenc_single_byte_code_to_mbclen(OnigCodePoint code) in onigenc_single_byte_code_to_mbclen()
660 onigenc_single_byte_code_to_mbc_first(OnigCodePoint code) in onigenc_single_byte_code_to_mbc_first()
666 onigenc_single_byte_code_to_mbc(OnigCodePoint code, UChar *buf) in onigenc_single_byte_code_to_mbc()
759 onigenc_mb2_code_to_mbclen(OnigCodePoint code) in onigenc_mb2_code_to_mbclen()
766 onigenc_mb4_code_to_mbclen(OnigCodePoint code) in onigenc_mb4_code_to_mbclen()
775 onigenc_mb2_code_to_mbc_first(OnigCodePoint code) in onigenc_mb2_code_to_mbc_first()
789 onigenc_mb4_code_to_mbc_first(OnigCodePoint code) in onigenc_mb4_code_to_mbc_first()
849 onigenc_mb2_is_code_ctype(OnigEncoding enc, OnigCodePoint code, in onigenc_mb2_is_code_ctype()
865 onigenc_mb4_is_code_ctype(OnigEncoding enc, OnigCodePoint code, in onigenc_mb4_is_code_ctype()
902 onigenc_is_code_ctype(OnigEncoding enc, OnigCodePoint code, int ctype) in onigenc_is_code_ctype()
[all …]
H A Doniguruma.h132 OnigCodePoint code; member
386 #define ONIGENC_IS_CODE_GRAPH(enc,code) \ argument
388 #define ONIGENC_IS_CODE_PRINT(enc,code) \ argument
390 #define ONIGENC_IS_CODE_ALNUM(enc,code) \ argument
392 #define ONIGENC_IS_CODE_ALPHA(enc,code) \ argument
394 #define ONIGENC_IS_CODE_LOWER(enc,code) \ argument
396 #define ONIGENC_IS_CODE_UPPER(enc,code) \ argument
398 #define ONIGENC_IS_CODE_CNTRL(enc,code) \ argument
400 #define ONIGENC_IS_CODE_PUNCT(enc,code) \ argument
402 #define ONIGENC_IS_CODE_SPACE(enc,code) \ argument
[all …]
H A Dregenc.h117 #define ONIGENC_IS_UNICODE_ISO_8859_1_CTYPE(code,ctype) \ argument
142 #define ONIGENC_IS_ASCII_CODE_CTYPE(code,ctype) \ argument
144 #define ONIGENC_IS_ASCII_CODE_CASE_AMBIG(code) \ argument
H A Dregerror.c42 onig_error_code_to_format(int code) in onig_error_code_to_format()
191 OnigCodePoint code; in to_ascii() local
233 onig_error_code_to_str(UChar* s, int code, ...) in onig_error_code_to_str()
/PHP-5.3/ext/intl/doc/
H A Dcommon_api.php45 function intl_is_failure($code) {}
56 function intl_error_name($code) {}
/PHP-5.3/ext/mbstring/oniguruma/enc/
H A Diso8859_8.c32 #define ENC_IS_ISO_8859_8_CTYPE(code,ctype) \ argument
71 iso_8859_8_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_8_is_code_ctype()
H A Diso8859_11.c32 #define ENC_IS_ISO_8859_11_CTYPE(code,ctype) \ argument
71 iso_8859_11_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_11_is_code_ctype()
H A Diso8859_6.c32 #define ENC_IS_ISO_8859_6_CTYPE(code,ctype) \ argument
71 iso_8859_6_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_6_is_code_ctype()
H A Dutf16_be.c79 OnigCodePoint code; in utf16be_mbc_to_code() local
93 utf16be_code_to_mbclen(OnigCodePoint code) in utf16be_code_to_mbclen()
99 utf16be_code_to_mbc(OnigCodePoint code, UChar *buf) in utf16be_code_to_mbc()
H A Dutf8.c119 utf8_code_to_mbclen(OnigCodePoint code) in utf8_code_to_mbclen()
164 utf8_code_to_mbc(OnigCodePoint code, UChar *buf) in utf8_code_to_mbc()
166 #define UTF8_TRAILS(code, shift) (UChar )((((code) >> (shift)) & 0x3f) | 0x80) in utf8_code_to_mbc() argument
167 #define UTF8_TRAIL0(code) (UChar )(((code) & 0x3f) | 0x80) in utf8_code_to_mbc() argument
3612 utf8_is_code_ctype(OnigCodePoint code, unsigned int ctype) in utf8_is_code_ctype()
H A Dutf16_le.c55 utf16le_code_to_mbclen(OnigCodePoint code) in utf16le_code_to_mbclen()
85 OnigCodePoint code; in utf16le_mbc_to_code() local
101 utf16le_code_to_mbc(OnigCodePoint code, UChar *buf) in utf16le_code_to_mbc()
H A Deuc_jp.c78 eucjp_code_to_mbclen(OnigCodePoint code) in eucjp_code_to_mbclen()
106 eucjp_code_to_mbc(OnigCodePoint code, UChar *buf) in eucjp_code_to_mbc()
159 eucjp_is_code_ctype(OnigCodePoint code, unsigned int ctype) in eucjp_is_code_ctype()
H A Diso8859_1.c32 #define ENC_IS_ISO_8859_1_CTYPE(code,ctype) \ argument
116 iso_8859_1_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_1_is_code_ctype()
H A Dsjis.c80 sjis_code_to_mbclen(OnigCodePoint code) in sjis_code_to_mbclen()
115 sjis_code_to_mbc(OnigCodePoint code, UChar *buf) in sjis_code_to_mbc()
168 sjis_is_code_ctype(OnigCodePoint code, unsigned int ctype) in sjis_is_code_ctype()
H A Diso8859_13.c33 #define ENC_IS_ISO_8859_13_CTYPE(code,ctype) \ argument
152 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_16.c33 #define ENC_IS_ISO_8859_16_CTYPE(code,ctype) \ argument
152 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_2.c33 #define ENC_IS_ISO_8859_2_CTYPE(code,ctype) \ argument
257 iso_8859_2_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_2_is_code_ctype()
H A Diso8859_3.c33 #define ENC_IS_ISO_8859_3_CTYPE(code,ctype) \ argument
153 iso_8859_3_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_3_is_code_ctype()
H A Diso8859_7.c33 #define ENC_IS_ISO_8859_7_CTYPE(code,ctype) \ argument
152 iso_8859_7_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_7_is_code_ctype()
H A Diso8859_9.c33 #define ENC_IS_ISO_8859_9_CTYPE(code,ctype) \ argument
153 iso_8859_9_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_9_is_code_ctype()
H A Dkoi8.c33 #define ENC_IS_KOI8_CTYPE(code,ctype) \ argument
144 koi8_is_code_ctype(OnigCodePoint code, unsigned int ctype) in koi8_is_code_ctype()
H A Dkoi8_r.c33 #define ENC_IS_KOI8_R_CTYPE(code,ctype) \ argument
143 koi8_r_is_code_ctype(OnigCodePoint code, unsigned int ctype) in koi8_r_is_code_ctype()
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_get.c70 pcre_get_stringnumber(const pcre *code, const char *stringname) in pcre_get_stringnumber()
150 pcre_get_stringtable_entries(const pcre *code, const char *stringname, in pcre_get_stringtable_entries()
261 get_first_set(const pcre *code, const char *stringname, int *ovector) in get_first_set()
390 pcre_copy_named_substring(const pcre *code, const char *subject, in pcre_copy_named_substring()
607 pcre_get_named_substring(const pcre *code, const char *subject, in pcre_get_named_substring()
/PHP-5.3/ext/mbstring/ucgendat/
H A Ducgendat.c121 ac_uint4 code; member
197 ac_uint4 code; member
448 add_decomp(ac_uint4 code, short compat) in add_decomp()
533 add_title(ac_uint4 code) in add_title()
573 add_upper(ac_uint4 code) in add_upper()
620 add_lower(ac_uint4 code) in add_lower()
769 add_number(ac_uint4 code, short num, short denom) in add_number()
822 ac_uint4 i, lineno, skip, code, ccl_code; in read_cdata() local
1217 ac_uint4 code; in read_compexdata() local

Completed in 75 milliseconds

1234