Home
last modified time | relevance | path

Searched refs:firstWord (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Dcpu_linux.cc124 char firstWord[100]; in GetData() local
125 if (sscanf(line, "%s ", firstWord) != 1) { in GetData()
129 if (strncmp(firstWord, "cpu", 3) != 0) { in GetData()
138 firstWord, sUser, sNice, sSystem, sIdle) != 5) { in GetData()
155 if (sscanf(line, "%s %s %s %s %s ", firstWord, sUser, sNice, sSystem, in GetData()
186 char firstWord[100]; in GetNumCores() local
192 if (sscanf(line, "%s ", firstWord) != 1) { in GetNumCores()
193 firstWord[0] = '\0'; in GetNumCores()
198 } while (strncmp(firstWord, "cpu", 3) == 0); in GetNumCores()
/external/srec/srec/Semproc/src/
DSemanticProcessorImpl.c245 #define firstWord(transcription) transcription macro
380 wdID = wordmap_find_index(semgraph->ilabels, firstWord(transp)); in checkpath_forward()
399 wdID = wordmap_find_index(semgraph->ilabels, firstWord(transp)); in checkpath_forward()
405 wdID = wordmap_find_index(semgraph->ilabels, firstWord(transp)); in checkpath_forward()
/external/icu4c/i18n/
Dlocdspnm.cpp517 UnicodeString firstWord(result, 0, stopPos); in adjustForUsageAndContext() local
518firstWord.toTitle(NULL, locale, U_TITLECASE_NO_LOWERCASE | U_TITLECASE_NO_BREAK_ADJUSTMENT); in adjustForUsageAndContext()
519 result.replaceBetween(0, stopPos, firstWord); in adjustForUsageAndContext()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.cpp924 bool firstWord = true; in computePreferredLogicalWidths() local
1039 if (firstWord) { in computePreferredLogicalWidths()
1040 firstWord = false; in computePreferredLogicalWidths()
1095 if ((needsWordSpacing && len > 1) || (ignoringSpaces && !firstWord)) in computePreferredLogicalWidths()