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

1 2 3

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
AToken.h 180 ANTLRChar *_text; // MR9 RJV member in class:ANTLRCommonNoRefCountToken
184 { setType(t); _line = 0; _text = NULL; setText(s); }
186 { setType((ANTLRTokenType)0); _line = 0; _text = NULL; setText(""); }
188 ~ANTLRCommonNoRefCountToken() { if (_text) delete [] _text; } // MR9 RJV: Added Destructor to remove string
194 ANTLRChar *getText() const { return _text; }
200 { if (s != _text) {
201 if (_text) delete [] _text;
203 _text = new ANTLRChar[strlen(s)+1];
253 ANTLRChar *_text; \/\/ MR9 RJV:Added member in class:ANTLRCommonToken
    [all...]
antlr.h 314 Attrib zzconstr_attr(int _tok, char *_text) \
315 {Attrib a; zzcr_attr((&a),_tok,_text); return a;} \
324 Attrib zzconstr_attr(_tok, _text) int _tok; char *_text; \
325 {Attrib a; zzcr_attr((&a),_tok,_text); return a;} \
338 Attrib zzconstr_attr(int _tok, char *_text) \
339 {Attrib a; zzcr_attr((&a),_tok,_text); return a;} \
348 Attrib zzconstr_attr(_tok, _text) int _tok; char *_text; \
349 {Attrib a; zzcr_attr((&a),_tok,_text); return a;} \
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
AToken.h 160 ANTLRChar *_text; // MR9 RJV member in class:ANTLRCommonNoRefCountToken
164 { setType(t); _line = 0; _text = NULL; setText(s); }
166 { setType((ANTLRTokenType)0); _line = 0; _text = NULL; setText(""); }
168 ~ANTLRCommonNoRefCountToken() { if (_text) delete [] _text; } // MR9 RJV: Added Destructor to remove string
174 ANTLRChar *getText() const { return _text; }
180 { if (s != _text) {
181 if (_text) delete [] _text;
183 _text = new ANTLRChar[strlen(s)+1];
233 ANTLRChar *_text; \/\/ MR9 RJV:Added member in class:ANTLRCommonToken
    [all...]
AToken_traditional.h 157 ANTLRChar _text[ANTLRCommonTokenTEXTSIZE+1]; member in class:ANTLRCommonNoRefCountToken
169 ANTLRChar *getText() { return _text; }
171 { strncpy((char *)_text, (char *)s, ANTLRCommonTokenTEXTSIZE); }
186 ANTLRChar _text[ANTLRCommonTokenTEXTSIZE+1]; member in class:ANTLRCommonToken
199 ANTLRChar *getText() { return _text; }
201 { strncpy((char *)_text, (char *)s, ANTLRCommonTokenTEXTSIZE); }
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
StringTokenIterator.java 16 private String _text; field in class:StringTokenIterator
25 _text = text;
55 _token = _text.substring(_start, _end);
65 return (_end < _text.length());
69 if (offset > _text.length()) {
74 _token = _text.substring(_start, _end);
80 _text = text;
87 outer: while (idx < _text.length()) {
88 char c = _text.charAt(idx);
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
StringTokenIterator.java 12 private String _text; field in class:StringTokenIterator
21 _text = text;
51 _token = _text.substring(_start, _end);
61 return (_end < _text.length());
65 if (offset > _text.length()) {
70 _token = _text.substring(_start, _end);
76 _text = text;
83 outer: while (idx < _text.length()) {
84 char c = _text.charAt(idx);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
StringTokenIterator.java 12 private String _text; field in class:StringTokenIterator
21 _text = text;
51 _token = _text.substring(_start, _end);
61 return (_end < _text.length());
65 if (offset > _text.length()) {
70 _token = _text.substring(_start, _end);
76 _text = text;
83 outer: while (idx < _text.length()) {
84 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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/xml/
rss2html.py 45 self._text = ""
58 self._text = ""
63 self._out.write(top % (self._text, self._text))
65 self._out.write("<p>%s</p>\n" % self._text)
69 self._title = self._text
71 self._link = self._text
73 self._descr = self._text
90 self._text = self._text + content
    [all...]
  /external/python/cpython2/Demo/xml/
rss2html.py 45 self._text = ""
58 self._text = ""
63 self._out.write(top % (self._text, self._text))
65 self._out.write("<p>%s</p>\n" % self._text)
69 self._title = self._text
71 self._link = self._text
73 self._descr = self._text
90 self._text = self._text + conten
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/python/cpython2/Lib/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/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/flatbuffers/src/
idl_gen_text.cpp 27 std::string *_text);
41 std::string *_text) {
42 std::string &text = *_text;
54 std::string *_text) {
55 std::string &text = *_text;
59 OutputIdentifier(enum_val->name, opts, _text);
76 std::string *_text) {
77 std::string &text = *_text;
88 indent + Indent(opts), nullptr, opts, _text)) {
93 opts, _text)) {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TextTrieMap.java 112 private CharSequence _text; field in class:TextTrieMap.CharIterator
119 _text = text;
129 if (_nextIdx == _text.length() && _remainingChar == null) {
140 if (_nextIdx == _text.length() && _remainingChar == null) {
149 int cp = UCharacter.foldCase(Character.codePointAt(_text, _nextIdx), true);
158 next = _text.charAt(_nextIdx);
226 private char[] _text; field in class:TextTrieMap.Node
234 _text = text;
264 if (ch < child._text[0]) {
267 if (ch == child._text[0])
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TextTrieMap.java 110 private CharSequence _text; field in class:TextTrieMap.CharIterator
117 _text = text;
127 if (_nextIdx == _text.length() && _remainingChar == null) {
138 if (_nextIdx == _text.length() && _remainingChar == null) {
147 int cp = UCharacter.foldCase(Character.codePointAt(_text, _nextIdx), true);
156 next = _text.charAt(_nextIdx);
224 private char[] _text; field in class:TextTrieMap.Node
232 _text = text;
262 if (ch < child._text[0]) {
265 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/syslinux/gpxe/src/arch/x86/scripts/
efi.lds 30 _text = .;
  /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...]

Completed in 1081 milliseconds

1 2 3