Home
last modified time | relevance | path

Searched defs:prefixCoded (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Util/
H A DNumericUtils.cs220 public static long PrefixCodedToLong(System.String prefixCoded) in PrefixCodedToLong()
248 public static int PrefixCodedToInt(System.String prefixCoded) in PrefixCodedToInt()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/util/
H A DNumericUtils.cpp93 int64_t NumericUtils::prefixCodedToLong(const String& prefixCoded) { in prefixCodedToLong()
111 int32_t NumericUtils::prefixCodedToInt(const String& prefixCoded) { in prefixCodedToInt()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A Dmonodoc.cs4958 public static int PrefixCodedToInt(string prefixCoded) { throw null; } in PrefixCodedToInt()
4959 public static long PrefixCodedToLong(string prefixCoded) { throw null; } in PrefixCodedToLong()