Searched refs:fold (Results 1 – 12 of 12) sorted by relevance
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | utf32_be.c | 93 const UChar** pp, const UChar* end, UChar* fold) in utf32be_mbc_case_fold() argument 98 *fold++ = 0; in utf32be_mbc_case_fold() 99 *fold++ = 0; in utf32be_mbc_case_fold() 104 *fold++ = 0x01; in utf32be_mbc_case_fold() 105 *fold = 0x31; in utf32be_mbc_case_fold() 112 *fold++ = 0; in utf32be_mbc_case_fold() 113 *fold = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*(p+3)); in utf32be_mbc_case_fold() 119 fold); in utf32be_mbc_case_fold()
|
H A D | utf32_le.c | 93 const UChar** pp, const UChar* end, UChar* fold) in utf32le_mbc_case_fold() argument 101 *fold++ = 0x31; in utf32le_mbc_case_fold() 102 *fold++ = 0x01; in utf32le_mbc_case_fold() 107 *fold++ = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in utf32le_mbc_case_fold() 108 *fold++ = 0; in utf32le_mbc_case_fold() 113 *fold++ = 0; in utf32le_mbc_case_fold() 114 *fold = 0; in utf32le_mbc_case_fold() 120 fold); in utf32le_mbc_case_fold()
|
H A D | utf16_be.c | 203 const UChar** pp, const UChar* end, UChar* fold) in utf16be_mbc_case_fold() argument 212 *fold++ = 0x01; in utf16be_mbc_case_fold() 213 *fold = 0x31; in utf16be_mbc_case_fold() 220 *fold++ = 0; in utf16be_mbc_case_fold() 221 *fold = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in utf16be_mbc_case_fold() 227 pp, end, fold); in utf16be_mbc_case_fold()
|
H A D | utf16_le.c | 204 const UChar** pp, const UChar* end, UChar* fold) in utf16le_mbc_case_fold() argument 212 *fold++ = 0x31; in utf16le_mbc_case_fold() 213 *fold = 0x01; in utf16le_mbc_case_fold() 220 *fold++ = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in utf16le_mbc_case_fold() 221 *fold = 0; in utf16le_mbc_case_fold() 227 fold); in utf16le_mbc_case_fold()
|
H A D | utf8.c | 209 const UChar* end, UChar* fold) in mbc_case_fold() argument 217 *fold++ = 0xc4; in mbc_case_fold() 218 *fold = 0xb1; in mbc_case_fold() 225 *fold = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in mbc_case_fold() 231 pp, end, fold); in mbc_case_fold()
|
H A D | unicode.c | 82 UChar* fold) in onigenc_unicode_mbc_case_fold() argument 119 len = ONIGENC_CODE_TO_MBC(enc, c, fold); in onigenc_unicode_mbc_case_fold() 120 fold += len; in onigenc_unicode_mbc_case_fold() 128 *fold++ = *p++; in onigenc_unicode_mbc_case_fold() 139 OnigCodePoint fold = *FOLDS1_FOLD(i); in apply_case_fold1() local 144 r = (*f)(fold, &unfold, 1, arg); in apply_case_fold1() 146 r = (*f)(unfold, &fold, 1, arg); in apply_case_fold1() 170 OnigCodePoint* fold = FOLDS2_FOLD(i); in apply_case_fold2() local 175 r = (*f)(unfold, fold, 2, arg); in apply_case_fold2() 199 OnigCodePoint* fold = FOLDS3_FOLD(i); in apply_case_fold3() local [all …]
|
H A D | regenc.h | 181 …old P_((OnigEncoding enc, OnigCaseFoldType flag, const UChar** pp, const UChar* end, UChar* fold));
|
/PHP-7.3/ext/mbstring/ucgendat/ |
H A D | uctest.php | 91 $fold = mb_convert_case($chr, 3); 92 $folds[$fold][] = $chr;
|
/PHP-7.3/ext/mbstring/ |
H A D | php_unicode.c | 214 unsigned new_code = CASE_LOOKUP(code, fold); in php_unicode_tofold_raw()
|
/PHP-7.3/ext/mbstring/oniguruma/doc/ |
H A D | API | 190 ci->case_fold_flag: character matching case fold bit flag for 843 Get default case fold flag. 848 Set default case fold flag. 850 1 case_fold_flag: case fold flag
|
/PHP-7.3/ext/mbstring/oniguruma/ |
H A D | HISTORY | 18 2019/10/18: re-implement case fold conversion 442 default case fold status. 507 2006/10/23: [bug] should fold string in expand_case_fold_string(). 509 too many case fold/unfold expansion problem. 575 2006/10/06: [impl] re-implement caseless match (case-fold). 576 2006/10/06: [impl] expand string node by case fold variations. 1476 2004/02/24: [bug] should not fold match for 0xdf in iso8859_6.c. 1576 2003/12/22: [spec] implement fold match on UTF-8 encoding. 1582 2003/12/18: [new] implement fold match. (variable number of char
|
/PHP-7.3/ |
H A D | CODING_STANDARDS | 276 the end of the fold, and should be on a separate line.
|
Completed in 42 milliseconds