Home
last modified time | relevance | path

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

/PHP-5.5/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.c196 const UChar* end, UChar* fold) in mbc_case_fold() argument
204 *fold++ = 0xc4; in mbc_case_fold()
205 *fold = 0xb1; in mbc_case_fold()
212 *fold = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in mbc_case_fold()
218 pp, end, fold); in mbc_case_fold()
H A Dunicode.c10963 UChar* fold) argument
10979 return ONIGENC_CODE_TO_MBC(enc, 0x0131, fold);
10982 return ONIGENC_CODE_TO_MBC(enc, 0x0069, fold);
10989 return ONIGENC_CODE_TO_MBC(enc, to->code[0], fold);
10999 len = ONIGENC_CODE_TO_MBC(enc, to->code[i], fold);
11000 fold += len;
11008 *fold++ = *p++;
/PHP-5.5/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-5.5/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 DHISTORY135 default case fold status.
200 2006/10/23: [bug] should fold string in expand_case_fold_string().
202 too many case fold/unfold expansion problem.
268 2006/10/06: [impl] re-implement caseless match (case-fold).
269 2006/10/06: [impl] expand string node by case fold variations.
1169 2004/02/24: [bug] should not fold match for 0xdf in iso8859_6.c.
1269 2003/12/22: [spec] implement fold match on UTF-8 encoding.
1275 2003/12/18: [new] implement fold match. (variable number of char
/PHP-5.5/
H A DCODING_STANDARDS255 the end of the fold, and should be on a separate line.

Completed in 103 milliseconds