/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TextTrieMap.java | 108 private CharSequence _text; field in TextTrieMap.CharIterator 115 _text = text; in CharIterator() 124 if (_nextIdx == _text.length() && _remainingChar == null) { in hasNext() 134 if (_nextIdx == _text.length() && _remainingChar == null) { in next() 143 int cp = UCharacter.foldCase(Character.codePointAt(_text, _nextIdx), true); in next() 152 next = _text.charAt(_nextIdx); in next() 218 private char[] _text; field in TextTrieMap.Node 226 _text = text; in Node() 256 if (ch < child._text[0]) { in findMatch() 259 if (ch == child._text[0]) { in findMatch() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | TextTrieMap.java | 110 private CharSequence _text; field in TextTrieMap.CharIterator 117 _text = text; in CharIterator() 126 if (_nextIdx == _text.length() && _remainingChar == null) { in hasNext() 136 if (_nextIdx == _text.length() && _remainingChar == null) { in next() 145 int cp = UCharacter.foldCase(Character.codePointAt(_text, _nextIdx), true); in next() 154 next = _text.charAt(_nextIdx); in next() 220 private char[] _text; field in TextTrieMap.Node 228 _text = text; in Node() 258 if (ch < child._text[0]) { in findMatch() 261 if (ch == child._text[0]) { in findMatch() [all …]
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/ |
D | StringTokenIterator.java | 10 private String _text; field in StringTokenIterator 19 _text = text; in StringTokenIterator() 49 _token = _text.substring(_start, _end); in next() 59 return (_end < _text.length()); in hasNext() 63 if (offset > _text.length()) { in setStart() 68 _token = _text.substring(_start, _end); in setStart() 74 _text = text; in setText() 81 outer: while (idx < _text.length()) { in nextDelimiter() 82 char c = _text.charAt(idx); in nextDelimiter()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | StringTokenIterator.java | 10 private String _text; field in StringTokenIterator 19 _text = text; in StringTokenIterator() 49 _token = _text.substring(_start, _end); in next() 59 return (_end < _text.length()); in hasNext() 63 if (offset > _text.length()) { in setStart() 68 _token = _text.substring(_start, _end); in setStart() 74 _text = text; in setText() 81 outer: while (idx < _text.length()) { in nextDelimiter() 82 char c = _text.charAt(idx); in nextDelimiter()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
D | StringTokenIterator.java | 14 private String _text; field in StringTokenIterator 23 _text = text; in StringTokenIterator() 53 _token = _text.substring(_start, _end); in next() 63 return (_end < _text.length()); in hasNext() 67 if (offset > _text.length()) { in setStart() 72 _token = _text.substring(_start, _end); in setStart() 78 _text = text; in setText() 85 outer: while (idx < _text.length()) { in nextDelimiter() 86 char c = _text.charAt(idx); in nextDelimiter()
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfName.h | 75 const char * text () const {return _text;} in text() 76 const char * operator * () const {return _text;} 87 char _text[SIZE]; 103 strncpy (_text, text, MAX_LENGTH); 111 _text[0] = 0; in Name() 119 _text [MAX_LENGTH] = 0; in Name()
|
/external/autotest/client/site_tests/desktopui_SetFieldsWithChromeDriver/ |
D | desktopui_SetFieldsWithChromeDriver.py | 27 self._text = 'Hello World' 52 element.send_keys(self._text) 54 if entered_text != self._text: 56 (self._text, entered_text))
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/ |
D | htmlutil.py | 39 self._text = '' 68 self._text += data 91 self._text += '\n' 99 return self._text.splitlines()
|
/external/jmdns/src/javax/jmdns/impl/ |
D | DNSRecord.java | 538 private final byte[] _text; field in DNSRecord.Text 542 this._text = (text != null && text.length > 0 ? text : EMPTY_TXT); in Text() 549 return this._text; in getText() 554 out.writeBytes(_text, 0, _text.length); in write() 563 if ((_text == null) && (txt._text != null)) { in sameValue() 566 if (txt._text.length != _text.length) { in sameValue() 569 for (int i = _text.length; i-- > 0;) { in sameValue() 570 if (txt._text[i] != _text[i]) { in sameValue() 610 return new ServiceInfoImpl(this.getQualifiedNameMap(), 0, 0, 0, persistent, _text); in getServiceInfo() 631 …aLog.append(" text: '" + ((_text.length > 20) ? new String(_text, 0, 17) + "..." : new String(_tex… in toString()
|
D | ServiceInfoImpl.java | 54 private byte _text[]; field in ServiceInfoImpl 133 this._text = out.toByteArray(); in ServiceInfoImpl() 179 this._text = out.toByteArray(); in ServiceInfoImpl() 197 this._text = text; in ServiceInfoImpl() 222 this._text = info.getTextBytes(); in ServiceInfoImpl() 594 return (this._text != null && this._text.length > 0 ? this._text : DNSRecord.EMPTY_TXT); in getTextBytes() 907 _text = txt.getText(); in updateRecord() 1133 …o = new ServiceInfoImpl(this.getQualifiedNameMap(), _port, _weight, _priority, _persistent, _text); in clone() 1207 this._text = text; in setText() 1227 this._text = text; in _setText()
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
D | tokens.py | 187 self._text = oldToken._text 206 self._text = text 217 if self._text is not None: 218 return self._text 236 self._text = text
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/ |
D | pinch.py | 16 self._text = text 25 if (self._selector is None and self._text is None and 72 tab, code, selector=self._selector, text=self._text,
|
D | swipe.py | 20 self._text = text 57 if (self._selector is None and self._text is None and 79 tab, code, selector=self._selector, text=self._text,
|
D | scroll_bounce.py | 21 self._text = text 39 if (self._selector is None and self._text is None and 96 tab, code, selector=self._selector, text=self._text,
|
D | drag.py | 35 self._text = text 75 if (self._selector is None and self._text is None and 105 tab, code, selector=self._selector, text=self._text,
|
D | scroll.py | 24 self._text = text 79 if (self._selector is None and self._text is None and 106 tab, code, selector=self._selector, text=self._text,
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | CommonToken.as | 43 protected var _text:String; 56 this._text = text; 90 if ( _text!=null ) { 91 return _text; 96 _text = _input.substring(_start, _stop); 97 return _text; 106 _text = text;
|
/external/lzma/CPP/Common/ |
D | Lang.h | 10 wchar_t *_text; variable 16 CLang(): _text(0) {} in CLang()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRToken+DebuggerSupport.m | 39 NSString *_text = self.text; 41 if (_text) { 42 escapedText = [_text copyWithZone:nil];
|
/external/v8/tools/release/ |
D | common_includes.py | 405 self._text = text 442 print ">>> Step %d: %s" % (self._number, self._text)
|
/external/icu/icu4c/source/test/cintltst/ |
D | usrchtst.c | 2529 U_STRING_DECL(_text, "_0IS 0 OK?", TEXT_LEN); in TestSearchForNull() 2533 U_STRING_INIT(_text, "_0IS 0 OK?", TEXT_LEN); in TestSearchForNull() 2548 if (_text[pos] == zerodigit) { in TestSearchForNull() 2551 text[pos] = _text[pos]; in TestSearchForNull()
|
/external/libjpeg-turbo/simd/ |
D | jsimdext.inc | 68 %define SEG_TEXT _text align=16 public use32 class=CODE
|
/external/bison/data/m4sugar/ |
D | m4sugar.m4 | 778 [m4_ifdef([$0_text], 779 [m4_define([$0_text], [$1]_m4_defn([$0_text])[$2])], 781 _m4_defn([$0_text])_m4_popdef([$0_text]))])m4_define([$0_text], [$1$2])])])
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/mocha/ |
D | mocha.js | 646 this._text = str; 722 var text = this._text || (percent | 0) + '%'
|
/external/chromium-trace/catapult/third_party/mocha/ |
D | mocha.js | 679 this._text = str; 755 var text = this._text || (percent | 0) + '%'
|