Home
last modified time | relevance | path

Searched refs:CollatingCache (Results 1 – 3 of 3) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DBif_F12_SORT.cc36 CollatingCache::CollatingCache(const Value & A, const Cell * base, in CollatingCache() function in CollatingCache
87 CollatingCache::greater_vec(const IntCell & Za, const IntCell & Zb, in greater_vec()
90 const CollatingCache & cache = in greater_vec()
91 *reinterpret_cast<const CollatingCache *>(comp_arg); in greater_vec()
113 CollatingCache::smaller_vec(const IntCell & Za, const IntCell & Zb, in smaller_vec()
116 const CollatingCache & cache = in smaller_vec()
117 *reinterpret_cast<const CollatingCache *>(comp_arg); in smaller_vec()
138 CollatingCache::find_entry(Unicode uni) const in find_entry()
213 CollatingCache cache(A.getref(), base_B1, comp_len); in sort_collating()
226 Heapsort<IntCell>::sort(z0, len_BZ, &cache, &CollatingCache::greater_vec); in sort_collating()
[all …]
H A DBif_F12_SORT.hh92 class CollatingCache : public std::vector<CollatingCacheEntry> class
96 CollatingCache(const Value & A, const Cell * base, ShapeItem clen);
156 CollatingCache & cache);
H A DPrimitiveFunction.hh35 class CollatingCache;