Searched refs:SetProps (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/tools/unicode/py/ |
D | preparseucd.py | 302 def SetProps(start, end, props): function 333 SetProps(0, 0x10ffff, {prop[1][0]: value}) 340 SetProps(start, end, {prop[1][0]: True}) 345 SetProps(start, end, {prop[1][0]: value}) 759 SetProps(c, end, props) 926 SetProps(start, end, {"scf": mapping, "cf": mapping}) 955 SetProps(start, end, {"lc": fields[1], "tc": fields[2], "uc": fields[3]}) 975 SetProps(start, end, {"bpb": mapping, "bpt": bracket_type})
|
/third_party/lzma/CPP/7zip/Common/ |
D | MethodProps.cpp | 309 HRESULT SetProps(ICompressSetCoderProperties *setCoderProperties) in SetProps() function in CCoderProps 351 return coderProps.SetProps(scp); in SetCoderProps_DSReduce_Aff()
|
/third_party/lzma/C/ |
D | Xz.h | 167 SRes (*SetProps)(void *p, const Byte *props, size_t propSize, ISzAllocPtr alloc); member
|
D | XzDec.c | 257 p->SetProps = BraState_SetProps; in BraState_SetFromMethod() 326 p->SetProps = SbState_SetProps; in SbState_SetFromMethod() 419 p->SetProps = Lzma2State_SetProps; in Lzma2State_SetFromMethod() 910 RINOK(sc->SetProps(sc->p, f->props, f->propsSize, p->alloc)); in XzDecMix_Init()
|
D | XzEnc.c | 339 RINOK(p->StateCoder.SetProps(p->StateCoder.p, props->props, props->propsSize, alloc)); in SeqInFilter_Init()
|