Searched refs:fold (Results 1 – 12 of 12) sorted by relevance
/PHP-5.6/ext/mbstring/oniguruma/enc/ |
H A D | utf32_be.c | 87 const UChar** pp, const UChar* end, UChar* fold) in utf32be_mbc_case_fold() argument 92 *fold++ = 0; in utf32be_mbc_case_fold() 93 *fold++ = 0; in utf32be_mbc_case_fold() 98 *fold++ = 0x01; in utf32be_mbc_case_fold() 99 *fold = 0x31; in utf32be_mbc_case_fold() 106 *fold++ = 0; in utf32be_mbc_case_fold() 107 *fold = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*(p+3)); in utf32be_mbc_case_fold() 113 fold); in utf32be_mbc_case_fold()
|
H A D | utf32_le.c | 87 const UChar** pp, const UChar* end, UChar* fold) in utf32le_mbc_case_fold() argument 95 *fold++ = 0x31; in utf32le_mbc_case_fold() 96 *fold++ = 0x01; in utf32le_mbc_case_fold() 101 *fold++ = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in utf32le_mbc_case_fold() 102 *fold++ = 0; in utf32le_mbc_case_fold() 107 *fold++ = 0; in utf32le_mbc_case_fold() 108 *fold = 0; in utf32le_mbc_case_fold() 114 fold); in utf32le_mbc_case_fold()
|
H A D | utf16_be.c | 126 const UChar** pp, const UChar* end, UChar* fold) in utf16be_mbc_case_fold() argument 135 *fold++ = 0x01; in utf16be_mbc_case_fold() 136 *fold = 0x31; in utf16be_mbc_case_fold() 143 *fold++ = 0; in utf16be_mbc_case_fold() 144 *fold = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in utf16be_mbc_case_fold() 150 pp, end, fold); in utf16be_mbc_case_fold()
|
H A D | utf16_le.c | 128 const UChar** pp, const UChar* end, UChar* fold) in utf16le_mbc_case_fold() argument 136 *fold++ = 0x31; in utf16le_mbc_case_fold() 137 *fold = 0x01; in utf16le_mbc_case_fold() 144 *fold++ = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in utf16le_mbc_case_fold() 145 *fold = 0; in utf16le_mbc_case_fold() 151 fold); in utf16le_mbc_case_fold()
|
H A D | utf8.c | 198 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 D | unicode.c | 10963 UChar* fold) argument 10980 return ONIGENC_CODE_TO_MBC(enc, 0x0131, fold); 10983 return ONIGENC_CODE_TO_MBC(enc, 0x0069, fold); 10990 return ONIGENC_CODE_TO_MBC(enc, to->code[0], fold); 11000 len = ONIGENC_CODE_TO_MBC(enc, to->code[i], fold); 11001 fold += len; 11009 *fold++ = *p++;
|
/PHP-5.6/ext/mbstring/oniguruma/doc/ |
H A D | API | 168 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.6/ext/mbstring/oniguruma/ |
H A D | regenc.h | 151 …old P_((OnigEncoding enc, OnigCaseFoldType flag, const UChar** pp, const UChar* end, UChar* fold));
|
H A D | README.ja | 186 ? case fold flag: Katakana <-> Hiragana
|
H A D | README | 180 ? case fold flag: Katakana <-> Hiragana.
|
H A D | HISTORY | 154 default case fold status. 219 2006/10/23: [bug] should fold string in expand_case_fold_string(). 221 too many case fold/unfold expansion problem. 287 2006/10/06: [impl] re-implement caseless match (case-fold). 288 2006/10/06: [impl] expand string node by case fold variations. 1188 2004/02/24: [bug] should not fold match for 0xdf in iso8859_6.c. 1288 2003/12/22: [spec] implement fold match on UTF-8 encoding. 1294 2003/12/18: [new] implement fold match. (variable number of char
|
/PHP-5.6/ |
H A D | CODING_STANDARDS | 255 the end of the fold, and should be on a separate line.
|
Completed in 48 milliseconds