Home
last modified time | relevance | path

Searched refs:fold (Results 1 – 12 of 12) sorted by relevance

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dutf32_be.c94 const UChar** pp, const UChar* end, UChar* fold) in utf32be_mbc_case_fold() argument
99 *fold++ = 0; in utf32be_mbc_case_fold()
100 *fold++ = 0; in utf32be_mbc_case_fold()
105 *fold++ = 0x01; in utf32be_mbc_case_fold()
106 *fold = 0x31; in utf32be_mbc_case_fold()
113 *fold++ = 0; in utf32be_mbc_case_fold()
114 *fold = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*(p+3)); in utf32be_mbc_case_fold()
120 fold); in utf32be_mbc_case_fold()
H A Dutf32_le.c94 const UChar** pp, const UChar* end, UChar* fold) in utf32le_mbc_case_fold() argument
102 *fold++ = 0x31; in utf32le_mbc_case_fold()
103 *fold++ = 0x01; in utf32le_mbc_case_fold()
108 *fold++ = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in utf32le_mbc_case_fold()
109 *fold++ = 0; in utf32le_mbc_case_fold()
114 *fold++ = 0; in utf32le_mbc_case_fold()
115 *fold = 0; in utf32le_mbc_case_fold()
121 fold); in utf32le_mbc_case_fold()
H A Dutf16_be.c133 const UChar** pp, const UChar* end, UChar* fold) in utf16be_mbc_case_fold() argument
142 *fold++ = 0x01; in utf16be_mbc_case_fold()
143 *fold = 0x31; in utf16be_mbc_case_fold()
150 *fold++ = 0; in utf16be_mbc_case_fold()
151 *fold = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in utf16be_mbc_case_fold()
157 pp, end, fold); in utf16be_mbc_case_fold()
H A Dutf16_le.c144 const UChar** pp, const UChar* end, UChar* fold) in utf16le_mbc_case_fold() argument
152 *fold++ = 0x31; in utf16le_mbc_case_fold()
153 *fold = 0x01; in utf16le_mbc_case_fold()
160 *fold++ = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in utf16le_mbc_case_fold()
161 *fold = 0; in utf16le_mbc_case_fold()
167 fold); in utf16le_mbc_case_fold()
H A Dunicode.c248 UChar* fold) in onigenc_unicode_mbc_case_fold() argument
285 len = ONIGENC_CODE_TO_MBC(enc, c, fold); in onigenc_unicode_mbc_case_fold()
286 fold += len; in onigenc_unicode_mbc_case_fold()
294 *fold++ = *p++; in onigenc_unicode_mbc_case_fold()
305 OnigCodePoint fold = *FOLDS1_FOLD(i); in apply_case_fold1() local
310 r = (*f)(fold, &unfold, 1, arg); in apply_case_fold1()
312 r = (*f)(unfold, &fold, 1, arg); in apply_case_fold1()
336 OnigCodePoint* fold = FOLDS2_FOLD(i); in apply_case_fold2() local
341 r = (*f)(unfold, fold, 2, arg); in apply_case_fold2()
365 OnigCodePoint* fold = FOLDS3_FOLD(i); in apply_case_fold3() local
[all …]
H A Dutf8.c223 const UChar* end, UChar* fold) in mbc_case_fold() argument
231 *fold++ = 0xc4; in mbc_case_fold()
232 *fold = 0xb1; in mbc_case_fold()
239 *fold = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in mbc_case_fold()
245 pp, end, fold); in mbc_case_fold()
H A Dregenc.h159 …old P_((OnigEncoding enc, OnigCaseFoldType flag, const UChar** pp, const UChar* end, UChar* fold));
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DAPI174 ci->case_fold_flag: character matching case fold bit flag for
591 Get default case fold flag.
596 Set default case fold flag.
598 1 case_fold_flag: case fold flag
/PHP-7.2/ext/mbstring/oniguruma/
H A DREADME.ja186 ? case fold flag: Katakana <-> Hiragana
H A DREADME180 ? case fold flag: Katakana <-> Hiragana.
H A DHISTORY247 default case fold status.
312 2006/10/23: [bug] should fold string in expand_case_fold_string().
314 too many case fold/unfold expansion problem.
380 2006/10/06: [impl] re-implement caseless match (case-fold).
381 2006/10/06: [impl] expand string node by case fold variations.
1281 2004/02/24: [bug] should not fold match for 0xdf in iso8859_6.c.
1381 2003/12/22: [spec] implement fold match on UTF-8 encoding.
1387 2003/12/18: [new] implement fold match. (variable number of char
/PHP-7.2/
H A DCODING_STANDARDS257 the end of the fold, and should be on a separate line.

Completed in 30 milliseconds