OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:root_word
(Results
1 - 3
of
3
) sorted by null
/external/lldb/examples/scripting/
tree_utils.py
46
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
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
rbbiapts.cpp
879
BreakIterator*
root_word
= BreakIterator::createWordInstance("", status);
local
887
delete
root_word
;
896
if (ja_word && *ja_word == *
root_word
) {
[
all
...]
/external/icu/icu4c/source/test/intltest/
rbbiapts.cpp
882
BreakIterator*
root_word
= BreakIterator::createWordInstance("", status);
local
890
delete
root_word
;
899
if (ja_word && *ja_word == *
root_word
) {
[
all
...]
Completed in 46 milliseconds