Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dsjis.c32 static const int EncLen_SJIS[] = { variable
70 #define SJIS_ISMB_FIRST(byte) (EncLen_SJIS[byte] > 1)
76 return EncLen_SJIS[*p]; in mbc_enc_len()
83 if (EncLen_SJIS[(int )code] == 1) in code_to_mbclen()

Completed in 4 milliseconds