Searched refs:root_word (Results 1 - 3 of 3) sorted by relevance

/external/lldb/examples/scripting/
H A 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
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbiapts.cpp879 BreakIterator* root_word = BreakIterator::createWordInstance("", status); local
887 delete root_word;
896 if (ja_word && *ja_word == *root_word) {
1009 delete root_word;
/external/icu/icu4c/source/test/intltest/
H A Drbbiapts.cpp882 BreakIterator* root_word = BreakIterator::createWordInstance("", status); local
890 delete root_word;
899 if (ja_word && *ja_word == *root_word) {
1012 delete root_word;

Completed in 137 milliseconds