Searched refs:_debugOut (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
D | rbt_set.cpp | 110 inline void _debugOut(const char* msg, TransliterationRule* rule, in _debugOut() function 128 #define _debugOut(msg, rule, theText, pos) 410 _debugOut("match", rules[i], text, pos); in transliterate() 413 _debugOut("partial match", rules[i], text, pos); in transliterate() 421 _debugOut("no match", NULL, text, pos); in transliterate()
|
/external/icu/icu4c/source/i18n/ |
D | rbt_set.cpp | 110 inline void _debugOut(const char* msg, TransliterationRule* rule, in _debugOut() function 128 #define _debugOut(msg, rule, theText, pos) 410 _debugOut("match", rules[i], text, pos); in transliterate() 413 _debugOut("partial match", rules[i], text, pos); in transliterate() 421 _debugOut("no match", NULL, text, pos); in transliterate()
|