Searched refs:hexLength (Results 1 – 6 of 6) sorted by relevance
1356 int hexLength = endIndex - startIndex; in getExtendedChar() local1357 if (hexLength < 1 || 8 < hexLength) { in getExtendedChar()
1355 int hexLength = endIndex - startIndex; in getExtendedChar() local1356 if (hexLength < 1 || 8 < hexLength) { in getExtendedChar()
1570 int32_t hexLength = limit - (i + 1); in u_charFromName() local1571 if (i >= 2 && lower[i] == '-' && 1 <= hexLength && hexLength <= 8) { in u_charFromName()
10336 hexLength,10371 hexLength = tmp;10374 for (; hexLength > 0; hexLength--) {