Searched refs:stringoffset (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | UCharacterName.java | 184 int stringoffset = UCharacterUtility.toInt( in getGroupLengths() local 192 for (int i = 0; i < LINES_PER_GROUP_; stringoffset ++) { in getGroupLengths() 193 b = m_groupstring_[stringoffset]; in getGroupLengths() 221 return stringoffset; in getGroupLengths()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCharacterName.java | 183 int stringoffset = UCharacterUtility.toInt( in getGroupLengths() local 191 for (int i = 0; i < LINES_PER_GROUP_; stringoffset ++) { in getGroupLengths() 192 b = m_groupstring_[stringoffset]; in getGroupLengths() 220 return stringoffset; in getGroupLengths()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 1991 stringoffset(char *result, zic_t offset) in stringoffset() function 2076 if (stringoffset(end(result), tod) != 0) in stringrule() 2184 if (stringoffset(end(result), -zp->z_gmtoff) != 0) { in stringzone() 2192 if (stringoffset(end(result), in stringzone()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 1992 stringoffset(char *result, zic_t offset) in stringoffset() function 2077 if (stringoffset(end(result), tod) != 0) in stringrule() 2185 if (stringoffset(end(result), -zp->z_gmtoff) != 0) { in stringzone() 2193 if (stringoffset(end(result), in stringzone()
|
/third_party/tzdata/ |
D | zic.c | 2838 stringoffset(char *result, zic_t offset) in stringoffset() function 2922 if (! stringoffset(result, tod)) in stringrule() 3035 offsetlen = stringoffset(result + len, - stdzp->z_stdoff); in stringzone() 3046 offsetlen = stringoffset(result + len, in stringzone()
|