Home
last modified time | relevance | path

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

1234

/PHP-5.5/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.5/ext/intl/doc/
H A Dcommon_api.php45 function intl_is_failure($code) {}
56 function intl_error_name($code) {}
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Diso8859_6.c32 #define ENC_IS_ISO_8859_6_CTYPE(code,ctype) \ argument
71 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_11.c32 #define ENC_IS_ISO_8859_11_CTYPE(code,ctype) \ argument
71 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_8.c32 #define ENC_IS_ISO_8859_8_CTYPE(code,ctype) \ argument
71 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Dutf8.c121 code_to_mbclen(OnigCodePoint code) in code_to_mbclen()
138 code_to_mbc(OnigCodePoint code, UChar *buf) in code_to_mbc()
140 #define UTF8_TRAILS(code, shift) (UChar )((((code) >> (shift)) & 0x3f) | 0x80) in code_to_mbc() argument
141 #define UTF8_TRAIL0(code) (UChar )(((code) & 0x3f) | 0x80) in code_to_mbc() argument
H A Dutf16_be.c80 OnigCodePoint code; in utf16be_mbc_to_code() local
94 utf16be_code_to_mbclen(OnigCodePoint code) in utf16be_code_to_mbclen()
100 utf16be_code_to_mbc(OnigCodePoint code, UChar *buf) in utf16be_code_to_mbc()
H A Dutf16_le.c52 utf16le_code_to_mbclen(OnigCodePoint code) in utf16le_code_to_mbclen()
86 OnigCodePoint code; in utf16le_mbc_to_code() local
102 utf16le_code_to_mbc(OnigCodePoint code, UChar *buf) in utf16le_code_to_mbc()
H A Diso8859_1.c32 #define ENC_IS_ISO_8859_1_CTYPE(code,ctype) \ argument
247 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_13.c33 #define ENC_IS_ISO_8859_13_CTYPE(code,ctype) \ argument
151 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_14.c33 #define ENC_IS_ISO_8859_14_CTYPE(code,ctype) \ argument
148 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_15.c33 #define ENC_IS_ISO_8859_15_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
147 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
210 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_3.c33 #define ENC_IS_ISO_8859_3_CTYPE(code,ctype) \ argument
151 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_4.c33 #define ENC_IS_ISO_8859_4_CTYPE(code,ctype) \ argument
150 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Dcp1251.c34 #define ENC_IS_CP1251_CTYPE(code,ctype) \ argument
119 cp1251_is_code_ctype(OnigCodePoint code, unsigned int ctype) in cp1251_is_code_ctype()
H A Diso8859_10.c33 #define ENC_IS_ISO_8859_10_CTYPE(code,ctype) \ argument
147 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_5.c33 #define ENC_IS_ISO_8859_5_CTYPE(code,ctype) \ argument
131 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_7.c33 #define ENC_IS_ISO_8859_7_CTYPE(code,ctype) \ argument
139 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_9.c33 #define ENC_IS_ISO_8859_9_CTYPE(code,ctype) \ argument
151 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
/PHP-5.5/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.5/ext/mbstring/oniguruma/
H A Dregenc.c397 OnigCodePoint code; in onigenc_ascii_apply_all_case_fold() local
451 OnigCodePoint code; in onigenc_apply_all_case_fold_with_map() local
614 onigenc_single_byte_code_to_mbc(OnigCodePoint code, UChar *buf) in onigenc_single_byte_code_to_mbc()
702 onigenc_mb2_code_to_mbclen(OnigCodePoint code) in onigenc_mb2_code_to_mbclen()
709 onigenc_mb4_code_to_mbclen(OnigCodePoint code) in onigenc_mb4_code_to_mbclen()
718 onigenc_mb2_code_to_mbc(OnigEncoding enc, OnigCodePoint code, UChar *buf) in onigenc_mb2_code_to_mbc()
735 onigenc_mb4_code_to_mbc(OnigEncoding enc, OnigCodePoint code, UChar *buf) in onigenc_mb4_code_to_mbc()
792 onigenc_mb2_is_code_ctype(OnigEncoding enc, OnigCodePoint code, in onigenc_mb2_is_code_ctype()
807 onigenc_mb4_is_code_ctype(OnigEncoding enc, OnigCodePoint code, in onigenc_mb4_is_code_ctype()
H A Dregerror.c42 onig_error_code_to_format(int code) in onig_error_code_to_format()
200 OnigCodePoint code; in to_ascii() local
249 onig_error_code_to_str(UChar* s, int code, ...) in onig_error_code_to_str()
/PHP-5.5/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 68 milliseconds

1234