Home
last modified time | relevance | path

Searched refs:from_cursor (Results 1 – 2 of 2) sorted by relevance

/external/icu/tools/icu4c_srcgen/
Dgenutil.py295 functions.append(self.from_cursor(child, module))
335 def from_cursor(self, cursor, module): member in DeclaredFunctionsParser
/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc203 TNode<IntPtrT> from_cursor = var_from_cursor.value(); in ConstructNewResultFromMatchInfo() local
205 TNode<Smi> start = CAST(LoadFixedArrayElement(match_info, from_cursor)); in ConstructNewResultFromMatchInfo()
211 IntPtrAdd(from_cursor, IntPtrConstant(1)); in ConstructNewResultFromMatchInfo()
220 var_from_cursor = IntPtrAdd(from_cursor, IntPtrConstant(2)); in ConstructNewResultFromMatchInfo()