/external/opencore/protocols/sdp/parser/src/ |
D | sdp_parsing_utils.cpp | 358 bool nextChar = (wc == 0) ? false : true; in pvSDPParserParse3GPPAssetInfoLocation() local 374 bool nextChar = (aBuf[index] == 0) ? false : true; in pvSDPParserParse3GPPAssetInfoLocation() local 415 bool nextChar = (wc == 0) ? false : true; in pvSDPParserParse3GPPAssetInfoLocation() local 431 bool nextChar = (aBuf[index] == 0) ? false : true; in pvSDPParserParse3GPPAssetInfoLocation() local 455 bool nextChar = (wc == 0) ? false : true; in pvSDPParserParse3GPPAssetInfoLocation() local 471 bool nextChar = (aBuf[index] == 0) ? false : true; in pvSDPParserParse3GPPAssetInfoLocation() local
|
/external/icu4c/i18n/ |
D | csrmbcs.cpp | 237 UBool CharsetRecog_sjis::nextChar(IteratedChar* it, InputText* det) { in nextChar() function in CharsetRecog_sjis 285 UBool CharsetRecog_euc::nextChar(IteratedChar* it, InputText* det) { in nextChar() function in CharsetRecog_euc 393 UBool CharsetRecog_big5::nextChar(IteratedChar* it, InputText* det) in nextChar() function in CharsetRecog_big5 447 UBool CharsetRecog_gb_18030::nextChar(IteratedChar* it, InputText* det) { in nextChar() function in CharsetRecog_gb_18030
|
D | regexcmp.cpp | 3606 void RegexCompile::nextChar(RegexPatternChar &c) { in nextChar() function in RegexCompile
|
D | ucol.cpp | 3151 UChar nextChar; in ucol_prv_getSpecialCE() local
|
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/ |
D | atomutils.cpp | 236 bool nextChar = (buf[index] == 0) ? false : true; in readNullTerminatedString() local 279 bool nextChar = (buf[index] == 0) ? false : true; in readNullTerminatedUnicodeString() local 419 bool nextChar = true; in readUTF8String() local 477 bool nextChar = true; in readUnicodeString() local
|
/external/skia/src/animator/ |
D | SkScriptTokenizer.cpp | 212 int SkScriptEngine2::arithmeticOp(char ch, char nextChar, bool lastPush) { in arithmeticOp() 673 char nextChar = script[1]; in innerScript() local 907 int SkScriptEngine2::logicalOp(char ch, char nextChar) { in logicalOp()
|
D | SkScript.cpp | 208 int SkScriptEngine::arithmeticOp(char ch, char nextChar, bool lastPush) { in arithmeticOp() 801 char nextChar = script[1]; in innerScript() local 1082 int SkScriptEngine::logicalOp(char ch, char nextChar) { in logicalOp()
|
/external/jdiff/src/jdiff/ |
D | Comments.java | 251 char nextChar = i < text.length()-1 ? text.charAt( i+1) : (char)-1; in convertAtLinks() local
|
/external/icu4c/tools/genrb/ |
D | rle.c | 298 UBool nextChar = TRUE; in rleStringToByteArray() local
|
/external/icu4c/common/ |
D | rbbiscan.cpp | 819 void RBBIRuleScanner::nextChar(RBBIRuleChar &c) { in nextChar() function in RBBIRuleScanner
|
/external/emma/core/java12/com/vladium/util/args/ |
D | OptsParser.java | 1360 private void nextChar () in nextChar() method in OptsParser.MetadataParser
|
/external/webkit/WebCore/rendering/ |
D | bidi.cpp | 1589 UChar nextChar = nextText->characters()[0]; in shouldSkipWhitespaceAfterStartObject() local
|
/external/opencore/fileformats/mp4/composer/src/ |
D | mpeg4file.cpp | 1945 bool nextChar = (date_ptr[index] == 0) ? false : true; in convertCreationTime() local
|
/external/opencore/fileformats/id3parcom/src/ |
D | pv_id3_parcom.cpp | 2803 bool nextChar = (buf[index] == 0) ? false : true; in readNullTerminatedAsciiString() local
|
/external/icu4c/test/intltest/ |
D | rbbitst.cpp | 2994 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar… in rule9Adjust()
|