HomeSort by relevance Sort by last modified time
    Searched refs:kMaxNumberLength (Results 1 - 3 of 3) sorted by null

  /external/pcre/dist/
pcrecpp.cc 696 static const int kMaxNumberLength = 32;
698 // REQUIRES "buf" must have length at least kMaxNumberLength+1
717 if (n > kMaxNumberLength) return ""; // Input too big to be a valid number
732 char buf[kMaxNumberLength+1];
749 char buf[kMaxNumberLength+1];
818 char buf[kMaxNumberLength+1];
849 char buf[kMaxNumberLength+1];
  /external/regex-re2/re2/
re2.cc 970 static const int kMaxNumberLength = 32;
972 // REQUIRES "buf" must have length at least kMaxNumberLength+1
1011 if (n > kMaxNumberLength) return "";
1027 char buf[kMaxNumberLength+1];
1044 char buf[kMaxNumberLength+1];
    [all...]
  /external/regex-re2/util/
pcre.cc 727 static const int kMaxNumberLength = 32;
729 // PCREQUIPCRES "buf" must have length at least kMaxNumberLength+1
748 if (n > kMaxNumberLength) return ""; // Input too big to be a valid number
763 char buf[kMaxNumberLength+1];
780 char buf[kMaxNumberLength+1];
851 char buf[kMaxNumberLength+1];
868 char buf[kMaxNumberLength+1];
    [all...]

Completed in 89 milliseconds