HomeSort by relevance Sort by last modified time
    Searched refs:ONIGENC_MBC_MINLEN (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regerror.c 209 if (ONIGENC_MBC_MINLEN(enc) > 1) {
371 if (ONIGENC_MBC_MINLEN(enc) == 1) {
regposix.c 42 if (ONIGENC_MBC_MINLEN(enc) == 1) { \
regenc.c 134 int len = ONIGENC_MBC_MINLEN(enc);
159 int len = ONIGENC_MBC_MINLEN(enc);
regcomp.c 594 if (ONIGENC_MBC_MINLEN(reg->enc) > 1 || bitset_is_empty(cc->bs)) {
630 if (ONIGENC_MBC_MINLEN(reg->enc) > 1 || bitset_is_empty(cc->bs)) {
    [all...]
regparse.c 132 (OnigCodePoint )(ONIGENC_MBC_MINLEN(enc) > 1 ? 0 : 0x80)
238 term_len = ONIGENC_MBC_MINLEN(enc);
    [all...]
oniguruma.h 293 #define ONIGENC_MBC_MINLEN(enc) ((enc)->min_enc_len)
    [all...]

Completed in 61 milliseconds