Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/sdk/dump/
H A Dresource_index.py22 def int_to_str(int_n): function
59 key_str = key_str + int_to_str(i)
61 key_str = "{}_{}".format(key_str, int_to_str(i))
63 key_str = "{}-{}".format(key_str, int_to_str(i))