Home
last modified time | relevance | path

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

/PHP-7.0/ext/mbstring/oniguruma/enc/
H A Dutf32_be.c86 const UChar** pp, const UChar* end, UChar* fold) in utf32be_mbc_case_fold() argument
91 *fold++ = 0; in utf32be_mbc_case_fold()
92 *fold++ = 0; in utf32be_mbc_case_fold()
97 *fold++ = 0x01; in utf32be_mbc_case_fold()
98 *fold = 0x31; in utf32be_mbc_case_fold()
105 *fold++ = 0; in utf32be_mbc_case_fold()
106 *fold = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*(p+3)); in utf32be_mbc_case_fold()
112 fold); in utf32be_mbc_case_fold()
H A Dutf32_le.c86 const UChar** pp, const UChar* end, UChar* fold) in utf32le_mbc_case_fold() argument
94 *fold++ = 0x31; in utf32le_mbc_case_fold()
95 *fold++ = 0x01; in utf32le_mbc_case_fold()
100 *fold++ = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in utf32le_mbc_case_fold()
101 *fold++ = 0; in utf32le_mbc_case_fold()
106 *fold++ = 0; in utf32le_mbc_case_fold()
107 *fold = 0; in utf32le_mbc_case_fold()
113 fold); in utf32le_mbc_case_fold()
H A Dutf16_be.c124 const UChar** pp, const UChar* end, UChar* fold) in utf16be_mbc_case_fold() argument
133 *fold++ = 0x01; in utf16be_mbc_case_fold()
134 *fold = 0x31; in utf16be_mbc_case_fold()
141 *fold++ = 0; in utf16be_mbc_case_fold()
142 *fold = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in utf16be_mbc_case_fold()
148 pp, end, fold); in utf16be_mbc_case_fold()
H A Dutf16_le.c127 const UChar** pp, const UChar* end, UChar* fold) in utf16le_mbc_case_fold() argument
135 *fold++ = 0x31; in utf16le_mbc_case_fold()
136 *fold = 0x01; in utf16le_mbc_case_fold()
143 *fold++ = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in utf16le_mbc_case_fold()
144 *fold = 0; in utf16le_mbc_case_fold()
150 fold); in utf16le_mbc_case_fold()
H A Dutf8.c198 const UChar* end, UChar* fold) in mbc_case_fold() argument
206 *fold++ = 0xc4; in mbc_case_fold()
207 *fold = 0xb1; in mbc_case_fold()
214 *fold = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in mbc_case_fold()
220 pp, end, fold); in mbc_case_fold()
H A Dunicode.c10981 UChar* fold) argument
10997 return ONIGENC_CODE_TO_MBC(enc, 0x0131, fold);
11000 return ONIGENC_CODE_TO_MBC(enc, 0x0069, fold);
11007 return ONIGENC_CODE_TO_MBC(enc, to->code[0], fold);
11017 len = ONIGENC_CODE_TO_MBC(enc, to->code[i], fold);
11018 fold += len;
11026 *fold++ = *p++;
/PHP-7.0/ext/mbstring/oniguruma/doc/
H A DAPI168 ci->case_fold_flag: character matching case fold bit flag for
564 Get default case fold flag.
569 Set default case fold flag.
571 1 case_fold_flag: case fold flag
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregenc.h151 …old P_((OnigEncoding enc, OnigCaseFoldType flag, const UChar** pp, const UChar* end, UChar* fold));
H A DREADME.ja186 ? case fold flag: Katakana <-> Hiragana
H A DREADME180 ? case fold flag: Katakana <-> Hiragana.
H A DHISTORY159 default case fold status.
224 2006/10/23: [bug] should fold string in expand_case_fold_string().
226 too many case fold/unfold expansion problem.
292 2006/10/06: [impl] re-implement caseless match (case-fold).
293 2006/10/06: [impl] expand string node by case fold variations.
1193 2004/02/24: [bug] should not fold match for 0xdf in iso8859_6.c.
1293 2003/12/22: [spec] implement fold match on UTF-8 encoding.
1299 2003/12/18: [new] implement fold match. (variable number of char
/PHP-7.0/
H A DCODING_STANDARDS257 the end of the fold, and should be on a separate line.

Completed in 78 milliseconds