Searched refs:in_range (Results 1 – 10 of 10) sorted by relevance
/trunk/main/autodoc/inc/cosv/ |
H A D | comfunc.hxx | 43 inline bool in_range(E low, E val, E high); // return low <= val < high; 87 in_range(E low, E val, E high) { return low <= val AND val < high; } in in_range() function
|
/trunk/main/autodoc/source/display/idl/ |
H A D | hfi_globalindex.cxx | 239 csv_assert(csv::in_range(0,nIx,C_nNumberOfIdlTypes)); in write_OwnerOfEntry() 264 csv_assert(csv::in_range(0,nIx,C_nNumberOfIdlTypes)); in write_EntrySecondTime()
|
/trunk/main/vcl/source/glyphs/ |
H A D | graphite_layout.cxx | 116 inline bool in_range(const T i, const T b, const T e) { in in_range() function 220 !in_range(nAttachedBase, nFirstGlyphInCluster, nGlyphIndex)) in fill_from() 222 if (in_range(nFirstCharInCluster, rArgs.mnMinCharPos, rArgs.mnEndCharPos) && in fill_from() 286 if (in_range(nFirstCharInCluster, rArgs.mnMinCharPos, rArgs.mnEndCharPos) && in fill_from() 502 in_range(firstChar, args.mnMinCharPos, args.mnEndCharPos)) in append()
|
/trunk/main/autodoc/source/parser/tokens/ |
H A D | stmstarr.cxx | 61 if ( csv::in_range(intt(0), in_nBranchIx, intt(nNrOfBranches) ) ) in SetBranch()
|
H A D | tkpstama.cxx | 145 csv_assert( csv::in_range(intt(0), in_nStatusNr, intt(nNrofStati)) ); in Status()
|
/trunk/main/autodoc/source/parser_i/tokens/ |
H A D | stmstar2.cxx | 64 if ( csv::in_range(intt(0), in_nBranchIx, intt(nNrOfBranches) ) ) in SetBranch()
|
H A D | tkpstam2.cxx | 142 csv_assert( csv::in_range(intt(0), in_nStatusNr, intt(nNrofStati)) ); in Status()
|
/trunk/main/autodoc/source/ary/inc/store/ |
H A D | s_storage.hxx | 188 csv_assert( csv::in_range(aData.ReservedSize(), nIndex, aData.Size()) ); in Replace_Entity()
|
/trunk/main/autodoc/source/ary/info/ |
H A D | all_tags.cxx | 511 AND NOT csv::in_range('0', *i_sText, cCiphersend) in Add_SpecialMeaningToken()
|
/trunk/main/autodoc/source/cosv/strings/ |
H A D | streamstr.cxx | 397 if ( in_range<seek_type>(0, nNewPos, nLength + 1) ) in seekp()
|
Completed in 87 milliseconds