Home
last modified time | relevance | path

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

/external/icu4c/tools/genrb/
Dprscmnts.cpp216 UnicodeString notePatternString = "^translate\\s*?(.*)"; in getTranslate() local
218 int32_t destLen = getText(source, srcLen, dest, destCapacity, notePatternString, status); in getTranslate()
227 UnicodeString notePatternString = "^note\\s*?(.*)"; in getNote() local
228 int32_t destLen = getText(source, srcLen, dest, destCapacity, notePatternString, status); in getNote()