HomeSort by relevance Sort by last modified time
    Searched refs:inString (Results 1 - 9 of 9) sorted by null

  /external/expat/xmlwf/
ct.c 6 enum { inAtom, inString, init, inComment };
23 if (state != inString)
29 else if (state != inString)
47 case inString:
54 state = inString;
xmlmime.c 8 enum { inAtom, inString, init, inComment };
27 if (state != inString)
33 else if (state != inString)
51 case inString:
58 state = inString;
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
OutputHLSL.h 51 void outputTriplet(Visit visit, const TString &preString, const TString &inString, const TString &postString);
OutputHLSL.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/mac/
TextCheckerMac.mm 35 - (NSString *)languageForWordRange:(NSRange)range inString:(NSString *)string orthography:(NSOrthography *)orthography;
371 language = [checker languageForWordRange:NSMakeRange(0, context.length()) inString:context orthography:orthography];
373 NSArray* stringsArray = [checker guessesForWordRange:NSMakeRange(0, word.length()) inString:word language:language inSpellDocumentWithTag:spellDocumentTag];
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 79 - (NSString *)languageForWordRange:(NSRange)range inString:(NSString *)string orthography:(NSOrthography *)orthography;
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebTextCompletionController.mm 197 _completions = [checker completionsForPartialWordRange:NSMakeRange(0, [prefixStr length]) inString:prefixStr language:nil inSpellDocumentWithTag:[_view spellCheckerDocumentTag]];
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1261 milliseconds