Home
last modified time | relevance | path

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

/external/toolchain-utils/crosperf/
Dexperiment_file.py77 append, name, _, text_value = match.groups()
78 return (name, text_value, append)
/external/v8/src/objects/
Dintl-objects.cc844 const UChar* text_value = GetUCharBufferFromFlat(flat, &sap, length); in AdoptText() local
845 u_text = new icu::UnicodeString(text_value, length); in AdoptText()