HomeSort by relevance Sort by last modified time
    Searched defs:t2 (Results 1 - 3 of 3) sorted by null

  /nv-g11n/g11n/src/cmd/mp/
print.c 496 int t2 ; /* Possible extract page or line length. */ local
517 SSCANF(buf, "%s %d", tmpstr, &t2) ;
519 plen = t2 ; /* Change the page length. */
521 llen = t2 ; /* Change the line length. */
523 numcols = t2 ; /* Change the number of columns. */
525 hdngsize = t2 ; /* Heading size */
  /nv-g11n/inputmethod/sunpinyin/slm/src/lexicon/
pytrie_gen.cpp 293 CNodeSet::const_iterator t2 = m_pns->end(); local
296 for (; t1 != t2 && a1 != a2; ++t1, ++a1) {
307 CNodeSet::const_iterator t2 = m_pns->end(); local
310 for (; t1 != t2 && a1 != a2; ++t1, ++a1) {
313 return (a1 == a2 && t1 != t2);
  /nv-g11n/inputmethod/sunpinyin2/src/lexicon/
pytrie_gen.cpp 234 CNodeSet::const_iterator t2 = m_pns->end(); local
237 for (; t1 != t2 && a1 != a2; ++t1, ++a1) {
248 CNodeSet::const_iterator t2 = m_pns->end(); local
251 for (; t1 != t2 && a1 != a2; ++t1, ++a1) {
254 return (a1 == a2 && t1 != t2);

Completed in 1860 milliseconds