Home
last modified time | relevance | path

Searched refs:hexLength (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCharacterName.java1356 int hexLength = endIndex - startIndex; in getExtendedChar() local
1357 if (hexLength < 1 || 8 < hexLength) { in getExtendedChar()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterName.java1355 int hexLength = endIndex - startIndex; in getExtendedChar() local
1356 if (hexLength < 1 || 8 < hexLength) { in getExtendedChar()
/third_party/node/deps/icu-small/source/common/
Dunames.cpp1570 int32_t hexLength = limit - (i + 1); in u_charFromName() local
1571 if (i >= 2 && lower[i] == '-' && 1 <= hexLength && hexLength <= 8) { in u_charFromName()
/third_party/skia/third_party/externals/icu/source/common/
Dunames.cpp1570 int32_t hexLength = limit - (i + 1); in u_charFromName() local
1571 if (i >= 2 && lower[i] == '-' && 1 <= hexLength && hexLength <= 8) { in u_charFromName()
/third_party/icu/icu4c/source/common/
Dunames.cpp1570 int32_t hexLength = limit - (i + 1); in u_charFromName() local
1571 if (i >= 2 && lower[i] == '-' && 1 <= hexLength && hexLength <= 8) { in u_charFromName()
/third_party/node/tools/
Dlint-md.mjs10336 hexLength,
10371 hexLength = tmp;
10374 for (; hexLength > 0; hexLength--) {