Searched refs:fold (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/ |
D | utf16_le.c | 127 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()
|
D | unicode.c | 10981 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++;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | clamp.decTest | 47 -- fold-downs (more below) 85 -- fold-downs (more below) 150 -- fold-down full sequence
|
D | dsEncode.decTest | 82 -- fold-downs (more below) 132 -- fold-downs (more below) 274 -- fold-down full sequence
|
D | dqEncode.decTest | 82 -- fold-downs (more below) 130 -- fold-downs (more below) 287 -- fold-down full sequence
|
D | ddEncode.decTest | 86 -- fold-downs (more below) 142 -- fold-downs (more below) 305 -- fold-down full sequence
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regenc.h | 151 …old P_((OnigEncoding enc, OnigCaseFoldType flag, const UChar** pp, const UChar* end, UChar* fold));
|
D | README | 180 ? case fold flag: Katakana <-> Hiragana.
|
/device/google/contexthub/firmware/lib/builtins/ |
D | fp_extend_impl.inc | 43 // Any reasonable optimizer will fold and propagate all of these.
|