Searched refs:unescapeAt (Results 1 – 7 of 7) sorted by relevance
86 UChar32 c32 = line.unescapeAt(pos); in nextToken()
1722 cp = testString.unescapeAt(charIdx); in TestExtended()
73 c = lookahead(tempEscape, MAX_U_NOTATION_LEN).unescapeAt(offset); in next()
551 UChar32 c = unescapeAt(i); // advances i in unescape()563 UChar32 UnicodeString::unescapeAt(int32_t &offset) const { in unescapeAt() function in UnicodeString
901 c.fChar = fRB->fRules.unescapeAt(fNextIndex); in nextChar()
441 UChar32 escaped = rule.unescapeAt(pos); // pos is already past '\\' in parseSection()1687 c2 = escapedStr.unescapeAt(escapeOffset); in utrans_stripRules()
3129 UChar32 unescapeAt(int32_t &offset) const;