Functions | Variables
make_unicode_casefold Namespace Reference

Functions

def _AddDelta (a, delta)
 
def _Delta (a, b)
 
def _MakeRanges (pairs)
 
def main ()
 

Variables

string _header
 
string _trailer
 
int MaxCasefoldGroup = 4
 

Function Documentation

◆ _AddDelta()

def make_unicode_casefold._AddDelta (   a,
  delta 
)
private
Return a + delta, handling EvenOdd and OddEven specially.

Definition at line 50 of file bloaty/third_party/re2/re2/make_unicode_casefold.py.

◆ _Delta()

def make_unicode_casefold._Delta (   a,
  b 
)
private
Compute the delta for b - a.  Even/odd and odd/even
   are handled specially, as described above.

Definition at line 35 of file bloaty/third_party/re2/re2/make_unicode_casefold.py.

◆ _MakeRanges()

def make_unicode_casefold._MakeRanges (   pairs)
private
Turn a list like [(65,97), (66, 98), ..., (90,122)]
   into [(65, 90, +32)].

Definition at line 67 of file bloaty/third_party/re2/re2/make_unicode_casefold.py.

◆ main()

def make_unicode_casefold.main ( )

Variable Documentation

◆ _header

string make_unicode_casefold._header
private
Initial value:
1 = """
2 // GENERATED BY make_unicode_casefold.py; DO NOT EDIT.
3 // make_unicode_casefold.py >unicode_casefold.cc
4 
5 #include "re2/unicode_casefold.h"
6 
7 namespace re2 {
8 
9 """

Definition at line 19 of file bloaty/third_party/re2/re2/make_unicode_casefold.py.

◆ _trailer

string make_unicode_casefold._trailer
private
Initial value:
1 = """
2 
3 } // namespace re2
4 
5 """

Definition at line 29 of file bloaty/third_party/re2/re2/make_unicode_casefold.py.

◆ MaxCasefoldGroup

int make_unicode_casefold.MaxCasefoldGroup = 4


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:41