Home
last modified time | relevance | path

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

/third_party/icu/tools/unicode/c/genprops/
Dcasepropsbuilder.cpp1004 UnicodeString closureString; in makeException() local
1007 while(iter.next()) { closureString.append(iter.getCodepoint()); } in makeException()
1008 int32_t length=closureString.length(); in makeException()
1070 excString.append(closureString); in makeException()