Searched refs:getoffset (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 142 static const char * getoffset(const char * strp, int_fast32_t * offsetp); 755 getoffset(register const char *strp, int_fast32_t *const offsetp) in getoffset() function 820 strp = getoffset(strp, &rulep->r_time); in getrule() 958 name = getoffset(name, &stdoffset); in tzparse() 979 name = getoffset(name, &dstoffset); in tzparse()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | localtime.c | 142 static const char * getoffset(const char * strp, int_fast32_t * offsetp); 755 getoffset(register const char *strp, int_fast32_t *const offsetp) in getoffset() function 820 strp = getoffset(strp, &rulep->r_time); in getrule() 958 name = getoffset(name, &stdoffset); in tzparse() 979 name = getoffset(name, &dstoffset); in tzparse()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | localtime.c | 142 static const char * getoffset(const char * strp, int_fast32_t * offsetp); 755 getoffset(register const char *strp, int_fast32_t *const offsetp) in getoffset() function 820 strp = getoffset(strp, &rulep->r_time); in getrule() 958 name = getoffset(name, &stdoffset); in tzparse() 979 name = getoffset(name, &dstoffset); in tzparse()
|
/third_party/tzdata/ |
D | localtime.c | 940 getoffset(register const char *strp, int_fast32_t *const offsetp) in getoffset() function 1005 strp = getoffset(strp, &rulep->r_time); in getrule() 1136 name = getoffset(name, &stdoffset); in tzparse() 1174 name = getoffset(name, &dstoffset); in tzparse()
|
/third_party/NuttX/ |
D | ReleaseNotes | 28770 * [#3445](https://github.com/apache/incubator-nuttx/pull/3445) libc: update stream getoffset to han…
|