Home
last modified time | relevance | path

Searched refs:oldpos (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/icu-small/source/tools/genrb/
H A Dreslist.cpp504 SRBRoot::mapKey(int32_t oldpos) const { in mapKey()
507 return oldpos; in mapKey()
516 if (oldpos < map[i].oldpos) { in mapKey()
522 assert(oldpos == map[start].oldpos); in mapKey()
1314 int32_t lPos = ((const KeyMapEntry *)l)->oldpos; in compareKeySuffixes()
1315 int32_t rPos = ((const KeyMapEntry *)r)->oldpos; in compareKeySuffixes()
1335 /* Sort pool bundle keys first (negative oldpos), and otherwise keys in parsing order. */ in compareKeySuffixes()
1346 return compareInt32(((const KeyMapEntry *)l)->oldpos, ((cons in compareKeyOldpos()
1471 int32_t oldpos, newpos, limit; compactKeys() local
[all...]
H A Dreslist.h70 int32_t oldpos, newpos; member
92 int32_t mapKey(int32_t oldpos) const;
/third_party/icu/icu4c/source/tools/genrb/
H A Dreslist.cpp504 SRBRoot::mapKey(int32_t oldpos) const { in mapKey()
507 return oldpos; in mapKey()
516 if (oldpos < map[i].oldpos) { in mapKey()
522 assert(oldpos == map[start].oldpos); in mapKey()
1314 int32_t lPos = ((const KeyMapEntry *)l)->oldpos; in compareKeySuffixes()
1315 int32_t rPos = ((const KeyMapEntry *)r)->oldpos; in compareKeySuffixes()
1335 /* Sort pool bundle keys first (negative oldpos), and otherwise keys in parsing order. */ in compareKeySuffixes()
1346 return compareInt32(((const KeyMapEntry *)l)->oldpos, ((cons in compareKeyOldpos()
1471 int32_t oldpos, newpos, limit; compactKeys() local
[all...]
H A Dreslist.h70 int32_t oldpos, newpos; member
92 int32_t mapKey(int32_t oldpos) const;
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dreslist.cpp504 SRBRoot::mapKey(int32_t oldpos) const { in mapKey()
507 return oldpos; in mapKey()
516 if (oldpos < map[i].oldpos) { in mapKey()
522 assert(oldpos == map[start].oldpos); in mapKey()
1322 int32_t lPos = ((const KeyMapEntry *)l)->oldpos; in compareKeySuffixes()
1323 int32_t rPos = ((const KeyMapEntry *)r)->oldpos; in compareKeySuffixes()
1343 /* Sort pool bundle keys first (negative oldpos), and otherwise keys in parsing order. */ in compareKeySuffixes()
1354 return compareInt32(((const KeyMapEntry *)l)->oldpos, ((cons in compareKeyOldpos()
1479 int32_t oldpos, newpos, limit; compactKeys() local
[all...]
H A Dreslist.h70 int32_t oldpos, newpos; member
92 int32_t mapKey(int32_t oldpos) const;
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hid.c225 uint32_t oldpos; in hid_get_item() local
436 oldpos = c->loc.pos; in hid_get_item()
442 c->loc.pos = oldpos; in hid_get_item()
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidload.c699 FT_ULong oldpos = FT_STREAM_POS(); in cid_hex_to_binary() local
700 FT_ULong size = stream->size - oldpos; in cid_hex_to_binary()
712 plimit = p + FT_STREAM_POS() - oldpos; in cid_hex_to_binary()
/third_party/python/Lib/email/
H A D_parseaddr.py273 oldpos = self.pos
288 self.pos = oldpos
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetMBCS.java1455 int oldpos = indexes.position(); in ARRAY()
1471 indexes.position(oldpos); in ARRAY()
1755 int oldpos = toUTable.position(); in matchToU()
1757 toUTable.position(oldpos); in matchToU()
3674 int oldpos = fromUTableUChars.position(); in matchFromU()
3676 fromUTableUChars.position(oldpos); in matchFromU()
3677 oldpos = fromUTableValues.position(); in matchFromU()
3679 fromUTableValues.position(oldpos); in matchFromU()
/third_party/python/Lib/test/
H A Dtest_codeccallbacks.py16 oldpos = self.pos
17 realpos = oldpos
24 return ("<?>", oldpos)
H A Dtest_gzip.py256 oldpos = f.tell()
260 f.seek(oldpos) # negative seek
/third_party/ffmpeg/libavformat/
H A Davidec.c1754 int64_t oldpos = avio_tell(s->pb); in guess_ni_flag() local
1784 avio_seek(s->pb, oldpos, SEEK_SET); in guess_ni_flag()
/third_party/ffmpeg/libavcodec/
H A Djpeg2000dec.c2153 int oldpos; in jpeg2000_read_main_headers() local
2161 oldpos = bytestream2_tell(&s->g); in jpeg2000_read_main_headers()
2298 if (bytestream2_tell(&s->g) - oldpos != len || ret) { in jpeg2000_read_main_headers()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...

Completed in 32 milliseconds