Searched defs:character (Results 1 - 25 of 65) sorted by relevance

123

/external/icu/icu4c/source/test/intltest/
H A Ditercoll.h94 UChar character; member in struct:CollationIteratorTest::ExpansionRecord
/external/clang/test/PCH/
H A Dcxx_exprs.cpp12 char character; variable
26 const_cast_result char_ptr = &character;
/external/proguard/src/proguard/util/
H A DVariableStringMatcher.java93 * Returns whether the given character is allowed in the variable string.
95 private boolean isAllowedCharacter(char character) argument
102 if (allowedCharacters[index] == character)
116 if (disallowedCharacters[index] == character)
123 // Any remaining character is allowed.
/external/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc107 int32_t character; local
109 sscanf_s(GetAttribute(*jt, "char")->Value(), "%x", &character);
111 sscanf(GetAttribute(*jt, "char")->Value(), "%x", &character);
114 ASSERT_EQ(cmap->GlyphId(character), glyph_id);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DRecordReader.java16 char character(String name); method in interface:RecordReader
H A DRecordWriter.java16 void character(String name, char value); method in interface:RecordWriter
H A DXMLRecordReader.java81 public char character(String name) { method in class:XMLRecordReader
243 System.err.println("unrecognized character entity: '"
276 System.err.println("Unexpected non-whitespace character "
H A DXMLRecordWriter.java75 public void character(String name, char value) { method in class:XMLRecordWriter
/external/lldb/test/functionalities/data-formatter/data-formatter-script/
H A Dmain.cpp18 char character; member in struct:i_am_cool
20 integer(I), floating(F), character(C) {}
21 i_am_cool() : integer(1), floating(2), character('3') {}
/external/proguard/src/proguard/
H A DWordReader.java194 // The next word is starting with a quote character.
198 // The next word is a quoted character string.
244 // The next word is a single delimiting character.
249 // The next word is a simple character string.
347 private boolean isOption(char character) argument
349 return character == '-';
353 private boolean isComment(char character) argument
355 return character == COMMENT_CHARACTER;
359 private boolean isDelimiter(char character) argument
361 return character
372 isFileDelimiter(char character) argument
382 isQuote(char character) argument
[all...]
/external/jmonkeyengine/engine/src/bullet-native/
H A Dcom_jme3_bullet_objects_PhysicsCharacter.cpp90 btKinematicCharacterController* character = new btKinematicCharacterController(ghost, shape, stepHeight); local
91 return reinterpret_cast<jlong>(character);
101 btKinematicCharacterController* character = reinterpret_cast<btKinematicCharacterController*>(objectId); local
102 if (character == NULL) {
109 character->warp(vec);
119 btKinematicCharacterController* character = reinterpret_cast<btKinematicCharacterController*>(objectId); local
120 if (character == NULL) {
127 character->setWalkDirection(vec);
137 btKinematicCharacterController* character = reinterpret_cast<btKinematicCharacterController*>(objectId); local
138 if (character
153 btKinematicCharacterController* character = reinterpret_cast<btKinematicCharacterController*>(objectId); local
169 btKinematicCharacterController* character = reinterpret_cast<btKinematicCharacterController*>(objectId); local
185 btKinematicCharacterController* character = reinterpret_cast<btKinematicCharacterController*>(objectId); local
201 btKinematicCharacterController* character = reinterpret_cast<btKinematicCharacterController*>(objectId); local
217 btKinematicCharacterController* character = reinterpret_cast<btKinematicCharacterController*>(objectId); local
233 btKinematicCharacterController* character = reinterpret_cast<btKinematicCharacterController*>(objectId); local
249 btKinematicCharacterController* character = reinterpret_cast<btKinematicCharacterController*>(objectId); local
265 btKinematicCharacterController* character = reinterpret_cast<btKinematicCharacterController*>(objectId); local
377 btKinematicCharacterController* character = reinterpret_cast<btKinematicCharacterController*>(objectId); local
[all...]
/external/sfntly/cpp/src/sample/subtly/
H A Dfont_assembler.cc98 // generated by this code without removing any character.
103 int32_t character = it->first; local
105 if (character != last_chararacter + 1) { // new segment
110 // start_code = character
116 Segment(character, -1, 0, last_offset);
120 last_chararacter = character;
H A Dfont_info.cc146 fprintf(stderr, "Error creating character map.\n");
180 int32_t character = character_iterator->Next(); local
181 if (!predicate_ || (*predicate_)(character)) {
183 (std::make_pair(character,
184 GlyphId(cmap_->GlyphId(character), font_id_)));
/external/v8/src/
H A Dscanner-character-streams.h13 // A buffered character stream based on a random access character
21 virtual void PushBack(uc32 character);
29 virtual void SlowPushBack(uc16 character);
73 // The character position of the character at raw_data[raw_data_pos_].
127 virtual void PushBack(uc32 character) { argument
H A Duri.h155 uint16_t character = vector[i]; local
158 if (character == '%' &&
167 } else if (character == '%' &&
175 return character;
H A Dscanner-character-streams.cc7 #include "src/scanner-character-streams.h"
57 void BufferedUtf16CharacterStream::PushBack(uc32 character) { argument
58 if (character == kEndOfInput) {
64 buffer_[--buffer_cursor_ - buffer_] = static_cast<uc16>(character);
68 SlowPushBack(static_cast<uc16>(character));
72 void BufferedUtf16CharacterStream::SlowPushBack(uc16 character) { argument
88 buffer_[--buffer_cursor_ - buffer_] = character;
183 // one character early (in the normal case), because we need to have at least
184 // two free spaces in the buffer to be sure that the next character will fit.
246 // Move the cursor back to point at the preceding UTF-8 character star
249 byte character = buffer[--*cursor]; local
264 byte character = buffer[(*cursor)++]; local
[all...]
/external/icu/icu4c/source/test/iotest/
H A Dstrtst.c747 UChar character; local
770 actual_result = u_sscanf(x15, "%C%d%n", &character, &i32, &actual_count);
774 if (character != 0x78) {
775 log_err("scanf should return 0x78 for the character, but returned %X\n", character);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsCharacter.java37 import com.bulletphysics.dynamics.character.KinematicCharacterController;
57 protected KinematicCharacterController character; field in class:PhysicsCharacter
81 throw (new UnsupportedOperationException("Kinematic character nodes cannot have mesh collision shapes"));
95 character = new KinematicCharacterController(gObject, (ConvexShape) collisionShape.getCShape(), stepHeight);
99 * Sets the location of this physics character
103 character.warp(Converter.convert(location, tempVec));
115 character.setWalkDirection(Converter.convert(walkDirection, tempVec));
127 character.setUpAxis(axis);
136 character.setFallSpeed(fallSpeed);
145 character
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DTestWalkingChar.java81 * A walking animated character followed by a 3rd person camera on a terrain with LOD.
87 //character
88 CharacterControl character; field in class:TestWalkingChar
296 character = new CharacterControl(capsule, 0.01f);
299 model.addControl(character);
300 character.setPhysicsLocation(new Vector3f(-140, 15, -10));
302 getPhysicsSpace().add(character);
339 if (!character.onGround()) {
349 character.setViewDirection(walkDirection);
358 character
[all...]
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcher.java215 * @param text the character sequence that we will search, null for no text
284 * Helper method to determine if a character is a Latin-script letter or not. For our purposes,
286 * Latin character.
303 private static boolean isInvalidPunctuationSymbol(char character) { argument
304 return character == '%' || Character.getType(character) == Character.CURRENCY_SYMBOL;
308 * Attempts to extract a match from a {@code candidate} character sequence.
398 // punctuation, check the previous character.
630 // or 'X'. We ignore the character if it appears as the last character o
[all...]
/external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp46 char character; member in struct:i_am_cool
48 integer(I), floating(F), character(C) {}
49 i_am_cool() : integer(1), floating(2), character('3') {}
108 cool_array[2].character = 'Q';
/external/llvm/include/llvm/ADT/
H A DTwine.h104 /// A char value reinterpreted as a pointer, to render as a character.
141 char character; member in union:llvm::Twine::Child
303 LHS.character = Val;
309 LHS.character = static_cast<char>(Val);
315 LHS.character = static_cast<char>(Val);
/external/skia/gm/
H A Dfontmgr.cpp27 static SkScalar drawCharacter(SkCanvas* canvas, uint32_t character, SkScalar x, argument
31 // find typeface containing the requested character and draw it
33 ch.appendUnichar(character);
35 bcp47, bcp47Count, character);
/external/v8/preparser/
H A Dpreparser-process.cc88 fprintf(stderr, "Non-ASCII character in input: '%c'.", next_char);
143 int character = word(text_pos + i); local
144 buffer[i - 1] = character;
/external/bison/src/
H A Dparse-gram.h188 unsigned char character; member in union:GRAM_STYPE

Completed in 865 milliseconds

123