Lines Matching full:octal
1315 U_ASSERT(groupNum > 0); // Shouldn't happen. '\0' begins an octal escape sequence,
3771 // Octal Escape, using Java Regexp Conventions
3772 // which are \0 followed by 1-3 octal digits.
3773 // Different from ICU Unescape handling of Octal, which does not
3775 // Java also has the convention of only consuming 2 octal digits if
3785 // \0 is not followed by any octal digits.