HomeSort by relevance Sort by last modified time
    Searched refs:_text (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfName.h 75 const char * text () const {return _text;}
76 const char * operator * () const {return _text;}
87 char _text[SIZE]; member in class:Imf::Name
103 strncpy (_text, text, MAX_LENGTH);
111 _text[0] = 0;
119 _text [MAX_LENGTH] = 0;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
StringTokenIterator.java 14 private String _text; field in class:StringTokenIterator
23 _text = text;
53 _token = _text.substring(_start, _end);
63 return (_end < _text.length());
67 if (offset > _text.length()) {
72 _token = _text.substring(_start, _end);
78 _text = text;
85 outer: while (idx < _text.length()) {
86 char c = _text.charAt(idx);
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
StringTokenIterator.java 10 private String _text; field in class:StringTokenIterator
19 _text = text;
49 _token = _text.substring(_start, _end);
59 return (_end < _text.length());
63 if (offset > _text.length()) {
68 _token = _text.substring(_start, _end);
74 _text = text;
81 outer: while (idx < _text.length()) {
82 char c = _text.charAt(idx);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
StringTokenIterator.java 10 private String _text; field in class:StringTokenIterator
19 _text = text;
49 _token = _text.substring(_start, _end);
59 return (_end < _text.length());
63 if (offset > _text.length()) {
68 _token = _text.substring(_start, _end);
74 _text = text;
81 outer: while (idx < _text.length()) {
82 char c = _text.charAt(idx);
  /external/lzma/CPP/Common/
Lang.h 10 wchar_t *_text; member in class:CLang
16 CLang(): _text(0) {}
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
pr13839.d 5 [0-9a-f]+ T _text
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/mime/
text.py 18 def __init__(self, _text, _subtype='plain', _charset='us-ascii'):
21 _text is the string for this message object.
31 self.set_payload(_text, _charset)
  /prebuilts/gdb/linux-x86/lib/python2.7/email/mime/
text.py 18 def __init__(self, _text, _subtype='plain', _charset='us-ascii'):
21 _text is the string for this message object.
31 self.set_payload(_text, _charset)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
text.py 18 def __init__(self, _text, _subtype='plain', _charset='us-ascii'):
21 _text is the string for this message object.
31 self.set_payload(_text, _charset)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
text.py 18 def __init__(self, _text, _subtype='plain', _charset='us-ascii'):
21 _text is the string for this message object.
31 self.set_payload(_text, _charset)
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TextTrieMap.java 110 private CharSequence _text; field in class:TextTrieMap.CharIterator
117 _text = text;
126 if (_nextIdx == _text.length() && _remainingChar == null) {
136 if (_nextIdx == _text.length() && _remainingChar == null) {
145 int cp = UCharacter.foldCase(Character.codePointAt(_text, _nextIdx), true);
154 next = _text.charAt(_nextIdx);
220 private char[] _text; field in class:TextTrieMap.Node
228 _text = text;
258 if (ch < child._text[0]) {
261 if (ch == child._text[0])
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TextTrieMap.java 108 private CharSequence _text; field in class:TextTrieMap.CharIterator
115 _text = text;
124 if (_nextIdx == _text.length() && _remainingChar == null) {
134 if (_nextIdx == _text.length() && _remainingChar == null) {
143 int cp = UCharacter.foldCase(Character.codePointAt(_text, _nextIdx), true);
152 next = _text.charAt(_nextIdx);
218 private char[] _text; field in class:TextTrieMap.Node
226 _text = text;
256 if (ch < child._text[0]) {
259 if (ch == child._text[0])
    [all...]
  /external/autotest/client/site_tests/desktopui_SetFieldsWithChromeDriver/
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/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
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/chromium-trace/catapult/telemetry/telemetry/internal/actions/
drag.py 34 self._text = text
72 if (self._selector is None and self._text is None and
102 tab, code, selector=self._selector, text=self._text,
pinch.py 16 self._text = text
25 if (self._selector is None and self._text is None and
70 tab, code, selector=self._selector, text=self._text,
scroll_bounce.py 21 self._text = text
39 if (self._selector is None and self._text is None and
94 tab, code, selector=self._selector, text=self._text,
swipe.py 19 self._text = text
54 if (self._selector is None and self._text is None and
76 tab, code, selector=self._selector, text=self._text,
scroll.py 24 self._text = text
77 if (self._selector is None and self._text is None and
104 tab, code, selector=self._selector, text=self._text,
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/
htmlutil.py 39 self._text = ''
68 self._text += data
91 self._text += '\n'
99 return self._text.splitlines()
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
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/jmdns/src/javax/jmdns/impl/
DNSRecord.java 538 private final byte[] _text; field in class:DNSRecord.Text
542 this._text = (text != null && text.length > 0 ? text : EMPTY_TXT);
549 return this._text;
554 out.writeBytes(_text, 0, _text.length);
563 if ((_text == null) && (txt._text != null)) {
566 if (txt._text.length != _text.length) {
569 for (int i = _text.length; i-- > 0;)
    [all...]
ServiceInfoImpl.java 54 private byte _text[]; field in class:ServiceInfoImpl
133 this._text = out.toByteArray();
179 this._text = out.toByteArray();
197 this._text = text;
222 this._text = info.getTextBytes();
594 return (this._text != null && this._text.length > 0 ? this._text : DNSRecord.EMPTY_TXT);
907 _text = txt.getText();
    [all...]
  /external/ImageMagick/Magick++/lib/
STL.cpp 67 : _text( text_ ),
77 : _text( text_ ),
89 : _text( text_ ),
99 : _text( text_ ),
107 image_.annotate( _text, _geometry, _gravity, _degrees );
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Drawable.h 2028 std::string _text; member in class:Magick::DrawableText
    [all...]

Completed in 820 milliseconds

1 2 3