Home
last modified time | relevance | path

Searched refs:sep2 (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Tools/scripts/
Dlogmerge.py40 sep2 = '-'*28 + '\n' # revision separator variable
88 if line == sep2:
172 print sep2,
/external/icu/icu4c/source/common/
Dlocid.cpp555 char* sep2 = uprv_strchr(field[fieldIdx-1], '.'); in init() local
556 if (separator!=NULL || sep2!=NULL) { in init()
557 if (separator==NULL || (sep2!=NULL && separator > sep2)) { in init()
558 separator = sep2; in init()
/external/expat/xmlwf/
Dxmlwf.c206 int sep2 = (tcsrchr(att1, NSSEP) != 0); in nsattcmp() local
207 if (sep1 != sep2) in nsattcmp()
208 return sep1 - sep2; in nsattcmp()
/external/llvm/test/Analysis/DependenceAnalysis/
DSeparability.ll164 define void @sep2([100 x [100 x [100 x i32]]]* %A, i32* %B, i32 %n) nounwind uwtable ssp {