Searched refs:wordCount (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/VPRubyPluginEnabler/Script PlugIns/
H A Dcount of words in page.rb10 wordCount = sc.countWordsInString_language(text, sc.language)
18 wordCount, lineCount, letterCount)
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dthcoll.cpp96 int32_t wordCount = 0; local
100 ++wordCount;
101 if (wordCount <= 8) {
103 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
115 logln((UnicodeString)"Words checked: " + wordCount);
143 int32_t wordCount = 0; local
147 ++wordCount;
148 if (wordCount <= 8) {
150 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
195 logln((UnicodeString)"Words checked: " + wordCount);
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Dotpcode.c148 int wordCount; member in struct:_DecoderControl_
2631 if (c -> wordCount == 6) {
2659 c -> wordCount++;
2690 cp = &(c -> words[c -> wordCount][0]);
2773 if ((c -> wordCount == 5) && (c -> charCount > 0))
2774 c -> wordCount = 6;
2776 switch (c -> wordCount) {
2793 for (c -> wordCount = 0, p = 0;
2794 c -> wordCount < 6;
2795 c -> wordCount
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/mac/
H A DTextCheckerMac.mm307 wordCount:NULL];
437 [checker checkString:context range:NSMakeRange(0, context.length()) types:NSTextCheckingTypeOrthography options:0 inSpellDocumentWithTag:spellDocumentTag orthography:&orthography wordCount:0];
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebEditorClient.mm746 NSRange range = [[NSSpellChecker sharedSpellChecker] checkSpellingOfString:textString startingAt:0 language:nil wrap:NO inSpellDocumentWithTag:spellCheckerDocumentTag() wordCount:NULL];
878 NSArray *incomingResults = [[NSSpellChecker sharedSpellChecker] checkString:textString range:NSMakeRange(0, [textString length]) types:(checkingTypes|NSTextCheckingTypeOrthography) options:nil inSpellDocumentWithTag:spellCheckerDocumentTag() orthography:NULL wordCount:NULL];
923 [checker checkString:context range:NSMakeRange(0, context.length()) types:NSTextCheckingTypeOrthography options:0 inSpellDocumentWithTag:spellCheckerDocumentTag() orthography:&orthography wordCount:0];
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dreapits.c1358 int32_t wordCount = 0; local
1375 wordCount = uregex_split(theRegEx, NULL, 0, &neededLength1, destFields,
1379 TEST_ASSERT(wordCount==3);
1385 wordCount = uregex_split(theRegEx, textBuff, neededLength1+1, &neededLength2,
1387 TEST_ASSERT(wordCount==3);

Completed in 363 milliseconds