Home
last modified time | relevance | path

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

/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/icu/icu4c/source/tools/genrb/
Dreslist.cpp1284 compareInt32(int32_t lPos, int32_t rPos) { in compareInt32() argument
1289 if (lPos < rPos) { in compareInt32()
1291 } else if (lPos > rPos) { in compareInt32()
1301 int32_t lPos = ((const KeyMapEntry *)l)->oldpos; in compareKeySuffixes() local
1303 const char *lStart = bundle->getKeyString(lPos); in compareKeySuffixes()
1323 return compareInt32(lPos, rPos); in compareKeySuffixes()