/external/icu/icu4c/source/data/brkitr/rules/ |
sent.txt | 21 $Extend = [\p{Sentence_Break = Extend}]; 36 # incorporate trailing Extend or Format chars. 39 $SpEx = $Sp ($Extend | $Format)*; 40 $LowerEx = $Lower ($Extend | $Format)*; 41 $UpperEx = $Upper ($Extend | $Format)*; 42 $OLetterEx = $OLetter ($Extend | $Format)*; 43 $NumericEx = $Numeric ($Extend | $Format)*; 44 $ATermEx = $ATerm ($Extend | $Format)*; 45 $SContinueEx= $SContinue ($Extend | $Format)* [all...] |
sent_el.txt | 21 $Extend = [\p{Sentence_Break = Extend}]; 36 # incorporate trailing Extend or Format chars. 39 $SpEx = $Sp ($Extend | $Format)*; 40 $LowerEx = $Lower ($Extend | $Format)*; 41 $UpperEx = $Upper ($Extend | $Format)*; 42 $OLetterEx = $OLetter ($Extend | $Format)*; 43 $NumericEx = $Numeric ($Extend | $Format)*; 44 $ATermEx = $ATerm ($Extend | $Format)*; 45 $SContinueEx= $SContinue ($Extend | $Format)* [all...] |
word.txt | 33 $Extend = [\p{Word_Break = Extend}]; 72 $ALetterPlus = [$ALetter-$dictionaryCJK [$ComplexContext-$Extend-$Control]]; 76 # Rules 4 Ignore Format and Extend characters, 80 $KatakanaEx = $Katakana ($Extend | $Format | $ZWJ)*; 81 $Hebrew_LetterEx = $Hebrew_Letter ($Extend | $Format | $ZWJ)*; 82 $ALetterEx = $ALetterPlus ($Extend | $Format | $ZWJ)*; 83 $Single_QuoteEx = $Single_Quote ($Extend | $Format | $ZWJ)*; 84 $Double_QuoteEx = $Double_Quote ($Extend | $Format | $ZWJ)*; 85 $MidNumLetEx = $MidNumLet ($Extend | $Format | $ZWJ)* [all...] |
word_POSIX.txt | 33 $Extend = [\p{Word_Break = Extend}]; 72 $ALetterPlus = [$ALetter-$dictionaryCJK [$ComplexContext-$Extend-$Control]]; 76 # Rules 4 Ignore Format and Extend characters, 80 $KatakanaEx = $Katakana ($Extend | $Format | $ZWJ)*; 81 $Hebrew_LetterEx = $Hebrew_Letter ($Extend | $Format | $ZWJ)*; 82 $ALetterEx = $ALetterPlus ($Extend | $Format | $ZWJ)*; 83 $Single_QuoteEx = $Single_Quote ($Extend | $Format | $ZWJ)*; 84 $Double_QuoteEx = $Double_Quote ($Extend | $Format | $ZWJ)*; 85 $MidNumLetEx = $MidNumLet ($Extend | $Format | $ZWJ)* [all...] |
char.txt | 20 $Extend = [[\p{Grapheme_Cluster_Break = Extend}]]; 58 [^$Control $CR $LF] ($Extend | $ZWJ); 67 ($E_Base | $E_Base_GAZ) $Extend* $E_Modifier; 87 ($Extend | $ZWJ) [^$Control $CR $LF]; #note that this will chain into Regional_Indicator when needed. 96 $E_Modifier $Extend* ($E_Base | $E_Base_GAZ); 103 [{bof} $Extend $ZWJ $SpacingMark] $Regional_Indicator $Regional_Indicator / ($Regional_Indicator $Regional_Indicator)+ [{eof}[^$Regional_Indicator]]; 104 [{bof} $Extend $ZWJ $SpacingMark] $Regional_Indicator / ($Regional_Indicator $Regional_Indicator)+ [{eof}[^$Regional_Indicator]]; 112 ($Extend | $ZWJ | $EmojiNRK | $Extended_Pict)+ .; 118 ($Extend | $ZWJ | $EmojiNRK | $Extended_Pict)+ . [all...] |
/external/icu/icu4c/source/test/testdata/break_rules/ |
sentence.txt | 13 Extend = [\p{Sentence_Break = Extend}]; 28 ExtFmt = [Extend Format]; 39 # SB5: ignore Format and Extend characters.
|
grapheme.txt | 21 Extend = [[\p{Grapheme_Cluster_Break = Extend}]]; 55 GB10: (E_Base | E_Base_GAZ) Extend* E_Modifier; 57 GB9: . (Extend | ZWJ); 64 # the normal rules for Extend, etc.
|
word.txt | 21 Extend = [\p{Word_Break = Extend}]; 65 ExtFmt = [Extend Format ZWJ];
|
word_POSIX.txt | 20 Extend = [\p{Word_Break = Extend}]; 64 ExtFmt = [Extend Format ZWJ];
|
/external/protobuf/python/google/protobuf/pyext/ |
repeated_scalar_container.h | 111 PyObject* Extend(RepeatedScalarContainer* self, PyObject* value);
|
repeated_composite_container.h | 129 PyObject* Extend(RepeatedCompositeContainer* self, PyObject* value); 132 // input iterator, merging each data element in. Equivalent to extend.
|
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/ |
mock_audio_vector.h | 38 MOCK_METHOD1(Extend,
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
device_recovery.py | 89 blacklist.Extend([device.adb.GetDeviceSerial()], 94 blacklist.Extend([device.adb.GetDeviceSerial()], 103 blacklist.Extend([device.adb.GetDeviceSerial()], 108 blacklist.Extend([device.adb.GetDeviceSerial()], 161 blacklist.Extend([serial], reason='USB failure') 165 blacklist.Extend([serial], reason='offline')
|
device_status.py | 52 blacklist.Extend([device.adb.GetDeviceSerial()], reason='low_battery') 150 blacklist.Extend([serial], reason='status_check_failure') 156 blacklist.Extend([serial], reason='status_check_timeout') 159 blacklist.Extend([serial],
|
/external/libmojo/third_party/catapult/devil/devil/android/tools/ |
device_recovery.py | 81 blacklist.Extend([device.adb.GetDeviceSerial()], 86 blacklist.Extend([device.adb.GetDeviceSerial()], 94 blacklist.Extend([device.adb.GetDeviceSerial()], 99 blacklist.Extend([device.adb.GetDeviceSerial()], 146 blacklist.Extend([serial], reason='USB failure') 150 blacklist.Extend([serial], reason='offline')
|
device_status.py | 50 blacklist.Extend([device.adb.GetDeviceSerial()], reason='low_battery') 146 blacklist.Extend([serial], reason='status_check_failure') 152 blacklist.Extend([serial], reason='status_check_timeout') 155 blacklist.Extend([serial],
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
payload.h | 51 void Extend(std::size_t size) { 90 this->Extend(size); 127 this->Extend(size);
|
/external/v8/src/ |
string-builder.cc | 75 void IncrementalStringBuilder::Extend() { 106 Extend(); // Attach current part and allocate new part.
|
/external/clang/include/clang/AST/ |
NestedNameSpecifier.h | 378 /// \brief Extend the current nested-name-specifier by another 389 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL, 392 /// \brief Extend the current nested-name-specifier by another 403 void Extend(ASTContext &Context, IdentifierInfo *Identifier, 406 /// \brief Extend the current nested-name-specifier by another 417 void Extend(ASTContext &Context, NamespaceDecl *Namespace, 420 /// \brief Extend the current nested-name-specifier by another 432 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
|
/external/libmojo/third_party/catapult/devil/devil/android/ |
device_blacklist.py | 46 def Extend(self, devices, reason='unknown'):
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
audio_vector.h | 62 virtual void Extend(size_t extra_length);
|
/external/chromium-trace/catapult/devil/devil/android/ |
device_blacklist.py | 55 def Extend(self, devices, reason='unknown'):
|
/external/v8/src/compiler/ |
load-elimination.h | 48 AbstractChecks const* Extend(Node* node, Zone* zone) const { 81 AbstractElements const* Extend(Node* object, Node* index, Node* value, 121 AbstractField const* Extend(Node* object, Node* value, Zone* zone) const {
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Hash/ |
Hash.h | 118 IN BOOLEAN Extend,
131 Extend - Specifies whether to create a new hash (FALSE) or extend the specified
135 Hash - On input, if Extend is TRUE, then this holds the hash to extend. On
142 driver. Or extend is TRUE and the algorithm doesn't support extending the hash.
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
Hash.h | 126 @param[in] Extend Specifies whether to create a new hash (FALSE) or extend the specified
130 @param[in,out] Hash On input, if Extend is TRUE, then this parameter holds a pointer
131 to a pointer to an array containing the hash to extend. If Extend
134 computation. On output (regardless of the value of Extend), the
141 driver. Or, Extend is TRUE, and the algorithm doesn't support extending the hash.
149 IN BOOLEAN Extend,
|