Home
last modified time | relevance | path

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

/external/lldb/examples/scripting/
Dtree_utils.py46 root_word = root_word_ptr.GetSummary()
47 end = len (root_word) - 1
48 if root_word[0] == '"' and root_word[end] == '"':
49 root_word = root_word[1:end]
50 end = len (root_word) - 1
51 if root_word[0] == '\'' and root_word[end] == '\'':
52 root_word = root_word[1:end]
56 if root_word == word:
58 elif word < root_word:
/external/icu/icu4c/source/test/intltest/
Drbbiapts.cpp882 BreakIterator* root_word = BreakIterator::createWordInstance("", status); in TestRegistration() local
890 delete root_word; in TestRegistration()
899 if (ja_word && *ja_word == *root_word) { in TestRegistration()
1012 delete root_word; in TestRegistration()