Home
last modified time | relevance | path

Searched defs:toInsert (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/tools/colprobe/
Dcolprobe.cpp587 Line *toInsert = (Line *)gExpansions.get(key); in noteExpansion() local
748 Line *toInsert = new Line(*line); in noteExpansion() local
768 Line *toInsert = new Line(*line); in noteContraction() local
781 Line *toInsert = new Line(*line); in noteElement() local
/third_party/skia/experimental/sktext/editor/
DTexts.h172 void insertElement(SkUnichar unichar, TextIndex toInsert) { in insertElement()