Lines Matching full:ignorecase
114 TextTrieMap::TextTrieMap(UBool ignoreCase, UObjectDeleter *valueDeleter)115 : fIgnoreCase(ignoreCase), fNodes(NULL), fNodesCapacity(0), fNodesCount(0),