Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dfunc.c328 static const unsigned char iCode[] = { in soundexFunc() local
344 int code = iCode[zIn[i]&0x7f]; in soundexFunc()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c83362 static const unsigned char iCode[] = {
83377 u8 prevcode = iCode[zIn[i]&0x7f];
83380 int code = iCode[zIn[i]&0x7f];

Completed in 290 milliseconds