Home
last modified time | relevance | path

Searched refs:sep2 (Results 1 – 3 of 3) 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.cpp554 char* sep2 = uprv_strchr(field[fieldIdx-1], '.'); in init() local
555 if (separator!=NULL || sep2!=NULL) { in init()
556 if (separator==NULL || (sep2!=NULL && separator > sep2)) { in init()
557 separator = sep2; in init()
/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 {