Home
last modified time | relevance | path

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

/external/cldr/tools/c/genldml/
Dgenldml.cpp628 ResourceBundle rootDelta = rootBundle.get(key, mError); in writeTable() local
631 while(rootDelta.hasNext()){ in writeTable()
632 ResourceBundle delta1 = rootDelta.getNext(mError); in writeTable()
644 string = rootDelta.getStringEx(mykey, mError); in writeTable()