Home
last modified time | relevance | path

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

/external/cronet/build/android/pylib/utils/
Dshared_preference_utils.py11 def UnicodeToStr(data): function
23 UnicodeToStr(key): UnicodeToStr(value)
27 return [UnicodeToStr(element) for element in data]
50 return UnicodeToStr(json.load(prefs_file))
/external/angle/build/android/pylib/utils/
Dshared_preference_utils.py11 def UnicodeToStr(data): function
23 UnicodeToStr(key): UnicodeToStr(value)
27 return [UnicodeToStr(element) for element in data]
50 return UnicodeToStr(json.load(prefs_file))