Searched refs:firstWord (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/src/system_wrappers/source/ |
D | cpu_linux.cc | 124 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/ |
D | SemanticProcessorImpl.c | 245 #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/ |
D | locdspnm.cpp | 517 UnicodeString firstWord(result, 0, stopPos); in adjustForUsageAndContext() local 518 … firstWord.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/ |
D | RenderText.cpp | 924 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()
|