Searched refs:addWord (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | reflow.py | 362 # addWord - add word to current line 369 (addWord, closeLine, startLine) = (True, False, False) 381 (addWord, closeLine, startLine) = (True, True, False) 387 (addWord, closeLine, startLine) = (True, True, False) 394 (addWord, closeLine, startLine) = (True, True, False) 401 (addWord, closeLine, startLine) = (True, True, False) 405 (addWord, closeLine, startLine) = (False, True, True) 415 (addWord, closeLine, startLine) = (False, True, True) 418 if addWord:
|
/third_party/icu/icu4c/source/tools/gendict/ |
H A D | gendict.cpp | 195 void addWord(const UnicodeString &word, int32_t value, UErrorCode &status) { in addWord() function in DataDict 374 dict.addWord(fileLine.tempSubString(0, keyLen), (int32_t)value, status); in main() 380 dict.addWord(fileLine.tempSubString(0, keyLen), 0, status); in main()
|
/third_party/skia/third_party/externals/icu/source/tools/gendict/ |
H A D | gendict.cpp | 195 void addWord(const UnicodeString &word, int32_t value, UErrorCode &status) { in addWord() function in DataDict 374 dict.addWord(fileLine.tempSubString(0, keyLen), (int32_t)value, status); in main() 380 dict.addWord(fileLine.tempSubString(0, keyLen), 0, status); in main()
|
/third_party/icu/tools/unicode/c/genprops/ |
H A D | namespropsbuilder.cpp | 267 addWord(const char *s, int16_t length); 362 word=addWord(name+start, wordLength); in parseName() 376 word=addWord(name+prevStart, wordLength); in parseName() 945 addWord(const char *s, int16_t length) { in addWord() function
|
Completed in 5 milliseconds