Home
last modified time | relevance | path

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

/external/icu4c/common/
Dbrkeng.cpp255 int32_t dictnlength = 0; in loadDictionaryFor() local
256 const UChar *dictfname = ures_getString(b, &dictnlength, &status); in loadDictionaryFor()
257 if (U_SUCCESS(status) && (size_t)dictnlength >= sizeof(dictnbuff)) { in loadDictionaryFor()
258 dictnlength = 0; in loadDictionaryFor()