Home
last modified time | relevance | path

Searched defs:nextChar (Results 1 – 15 of 15) sorted by relevance

/external/opencore/protocols/sdp/parser/src/
Dsdp_parsing_utils.cpp358 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/
Dcsrmbcs.cpp237 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
Dregexcmp.cpp3606 void RegexCompile::nextChar(RegexPatternChar &c) { in nextChar() function in RegexCompile
Ducol.cpp3151 UChar nextChar; in ucol_prv_getSpecialCE() local
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp236 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/
DSkScriptTokenizer.cpp212 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()
DSkScript.cpp208 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/
DComments.java251 char nextChar = i < text.length()-1 ? text.charAt( i+1) : (char)-1; in convertAtLinks() local
/external/icu4c/tools/genrb/
Drle.c298 UBool nextChar = TRUE; in rleStringToByteArray() local
/external/icu4c/common/
Drbbiscan.cpp819 void RBBIRuleScanner::nextChar(RBBIRuleChar &c) { in nextChar() function in RBBIRuleScanner
/external/emma/core/java12/com/vladium/util/args/
DOptsParser.java1360 private void nextChar () in nextChar() method in OptsParser.MetadataParser
/external/webkit/WebCore/rendering/
Dbidi.cpp1589 UChar nextChar = nextText->characters()[0]; in shouldSkipWhitespaceAfterStartObject() local
/external/opencore/fileformats/mp4/composer/src/
Dmpeg4file.cpp1945 bool nextChar = (date_ptr[index] == 0) ? false : true; in convertCreationTime() local
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp2803 bool nextChar = (buf[index] == 0) ? false : true; in readNullTerminatedAsciiString() local
/external/icu4c/test/intltest/
Drbbitst.cpp2994 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar in rule9Adjust()