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/runtime/
Druntime-i18n.cc740 const UChar* text_value = GetUCharBufferFromFlat(flat, &sap, length); in RUNTIME_FUNCTION() local
741 u_text = new icu::UnicodeString(text_value, length); in RUNTIME_FUNCTION()