Home
last modified time | relevance | path

Searched refs:tempCount (Results 1 - 2 of 2) sorted by relevance

/base/global/i18n_lite/frameworks/i18n/src/
H A Dstr_util.cpp147 int32_t tempCount = 0; in Parse() local
149 while ((ind < length) && (tempCount < count)) { in Parse()
151 ++tempCount; in Parse()
155 if (tempCount < count) { in Parse()
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DDataFetcher.java101 int tempCount = processWildcard(line, availableLocales, count); in addFetchers()
102 if (tempCount > count) { in addFetchers()
103 count = tempCount; in addFetchers()
126 int tempCount = count; in processWildcard()
133 LOCALES.put(tag, tempCount); in processWildcard()
134 ++tempCount; in processWildcard()
137 return tempCount; in processWildcard()
147 LOCALES.put(tag, tempCount); in processWildcard()
148 ++tempCount; in processWildcard()
152 return tempCount; in processWildcard()
[all...]

Completed in 2 milliseconds