Searched refs:EncLen_UTF16 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/enc/
H A Dutf_16be.c36 static const int EncLen_UTF16[] = { variable
182 (*pp) += EncLen_UTF16[*p];
H A Dutf_16le.c36 static const int EncLen_UTF16[] = { variable
177 (*pp) += EncLen_UTF16[*(p+1)];

Completed in 121 milliseconds