Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/test/
Dfts3_common.tcl54 set lPos [list]
164 set lPos [list]
170 lappend lCol [list $iCol $lPos]
172 set lPos [list]
177 lappend lPos $iPos
181 if {[llength $lPos]>0} {
182 lappend lCol [list $iCol $lPos]
198 foreach {iCol lPos} $col {}
199 append cols " $iCol\[[join $lPos { }]\]"
/external/svox/pico/lib/
Dpicoos.c937 picoos_uint32 lPos; member
999 (*f)->lPos = 0; in LOpen()
1065 f->lPos = (f->lPos + (*len)); in LReadBytes()
1090 f->lPos = (f->lPos + (unsigned int) (*len)); in LWriteBytes()
1091 if ((f->lPos > f->lFileLen)) { in LWriteBytes()
1092 f->lFileLen = f->lPos; in LWriteBytes()
1108 if ((pos == f->lPos)) { in LSetPos()
1113 f->lPos = pos; in LSetPos()
1126 (*pos) = f->lPos; in LGetPos()
/external/chromium_org/third_party/icu/source/tools/genrb/
Dreslist.c1430 compareInt32(int32_t lPos, int32_t rPos) { in compareInt32() argument
1435 if (lPos < rPos) { in compareInt32()
1437 } else if (lPos > rPos) { in compareInt32()
1447 int32_t lPos = ((const KeyMapEntry *)l)->oldpos; in compareKeySuffixes() local
1449 const char *lStart = getKeyString(bundle, lPos); in compareKeySuffixes()
1469 return compareInt32(lPos, rPos); in compareKeySuffixes()
/external/icu/icu4c/source/tools/genrb/
Dreslist.c1462 compareInt32(int32_t lPos, int32_t rPos) { in compareInt32() argument
1467 if (lPos < rPos) { in compareInt32()
1469 } else if (lPos > rPos) { in compareInt32()
1479 int32_t lPos = ((const KeyMapEntry *)l)->oldpos; in compareKeySuffixes() local
1481 const char *lStart = getKeyString(bundle, lPos); in compareKeySuffixes()
1501 return compareInt32(lPos, rPos); in compareKeySuffixes()
/external/srec/tools/grxmlcompile/
Dsub_grph.cpp43 int lPos= label.find_last_of ("___") + 1; in IsSlot() local
45 if (fPos >= 0 && lPos == count) in IsSlot()