persistentstorage/dbms/usql/UQ_LIKE.CPP
branchGCC_SURGE
changeset 26 c6f14f20ccfd
parent 0 08ec8eefde2f
equal deleted inserted replaced
23:38383aab3fb8 26:c6f14f20ccfd
    24 
    24 
    25 // template Class HMatcherPattern
    25 // template Class HMatcherPattern
    26 
    26 
    27 template <class T,class D>
    27 template <class T,class D>
    28 inline HMatcherPattern<T,D>* HMatcherPattern<T,D>::Realloc(HMatcherPattern<T,D>* aThis,TInt aSize)
    28 inline HMatcherPattern<T,D>* HMatcherPattern<T,D>::Realloc(HMatcherPattern<T,D>* aThis,TInt aSize)
    29 	{return STATIC_CAST(TThis*,User::ReAlloc(aThis,_FOFF(TThis,iPattern[aSize])));}
    29 	{return STATIC_CAST(TThis*,User::ReAlloc(aThis,_FOFF_DYNAMIC(TThis,iPattern[aSize])));}
    30 
    30 
    31 /**
    31 /**
    32 Creates a HMatcherPattern that converts the pattern into more manageable pieces
    32 Creates a HMatcherPattern that converts the pattern into more manageable pieces
    33 based on a delimeter that is the wildcard * (asterisk).
    33 based on a delimeter that is the wildcard * (asterisk).
    34 
    34