Home
last modified time | relevance | path

Searched refs:spaces (Results 1 – 25 of 258) sorted by relevance

1234567891011

/external/icu4c/test/thaitest/
Dthaitest.cpp93 …ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceC…
118 static const UChar *crunchSpaces(const UChar *spaces, int32_t count, int32_t &nonSpaceCount);
130 UBool compareWordBreaks(const UChar *spaces, int32_t spaceCount,
159 ThaiWordbreakTest::ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, in ThaiWordbreakTest() argument
163 compareWordBreaks(spaces, spaceCount, noSpaces, noSpaceCount); in ThaiWordbreakTest()
214 UBool ThaiWordbreakTest::compareWordBreaks(const UChar *spaces, int32_t spaceCount, in compareWordBreaks() argument
225 SpaceBreakIterator spaceIter(spaces, spaceCount); in compareWordBreaks()
366 const UChar *ThaiWordbreakTest::crunchSpaces(const UChar *spaces, int32_t count, int32_t &nonSpaceC… in crunchSpaces() argument
372 if (spaces[i] == 0x0020 /*Unicode::isSpaceChar(spaces[i])*/) { in crunchSpaces()
386 if (spaces[i] != 0x0020 /*! Unicode::isSpaceChar(spaces[i])*/) { in crunchSpaces()
[all …]
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/mac/
DConvertPoint.cpp60 …static const NPCoordinateSpace spaces[] = { NPCoordinateSpacePlugin, NPCoordinateSpaceWindow, NPCo… in testConvert() local
62 static const size_t numSpaces = sizeof(spaces) / sizeof(spaces[0]); in testConvert()
65 if (!testConvert(1234, 5678, spaces[i], spaces[j])) in testConvert()
/external/markdown/tests/misc/
Dlists6.txt1 Test five or more spaces as start of list:
3 * five spaces
8 * five spaces
14 * five spaces
Dem_strong.txt7 With spaces: * *
11 with spaces: _ _
15 with spaces: * * *
19 with spaces: _ _ _
Dtabs-in-lists.txt14 Now a list with 4 spaces and some text:
27 Now a list with 4 spaces:
Dblockquote.txt9 > blockquote with 2 spaces.
13 > this has three spaces so its a paragraph.
Dtwo-spaces.txt1 This line has two spaces at the end
7 * This list item has two spaces.
/external/llvm/test/YAMLParser/
Dspec-06-01.data3 # Leading comment line spaces are
9 spaces
10 Flow style: [ # Leading spaces
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
DTextHtmlFunction.java205 int spaces = 0; in hasAsciiArt() local
224 spaces++; in hasAsciiArt()
229 spaces = 0; in hasAsciiArt()
262 if (spaces > 2) { in hasAsciiArt()
266 spaces = 0; in hasAsciiArt()
/external/srec/srec/crec/
Dtext_parser.c128 char* spaces[24], *p; /* can't go too high here!! */ in FST_CheckPath_Complex() local
136 if ((size_t)num_spaces >= sizeof(spaces) / sizeof(char*)) in FST_CheckPath_Complex()
141 spaces[num_spaces++] = p; in FST_CheckPath_Complex()
160 *spaces[j] = i & (1 << j) ? '_' : ' '; in FST_CheckPath_Complex()
176 *spaces[j] = i & (1 << j) ? '_' : ' '; in FST_CheckPath_Complex()
/external/markdown/MarkdownTest/Tests_2007/
DCode Blocks.text5 code block indented by spaces
10 all contain trailing spaces
DTabs.text5 indented with spaces
21 indented with spaces
DImages.text7 ![alt text](/url/ "title preceded by two spaces")
9 ![alt text](/url/ "title has spaces afterward" )
DLinks, inline style.text5 [URL and title](/url/ "title preceded by two spaces").
9 [URL and title](/url/ "title has spaces afterward" ).
/external/markdown/tests/markdown-test/
Dtabs.txt5 indented with spaces
21 indented with spaces
/external/markdown/MarkdownTest/Tests_2004/
DTabs.text5 indented with spaces
21 indented with spaces
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/
Dset-href-attribute-whitespace-expected.txt14 Set href that starts with a combination of newlines, spaces and tabs
24 Set href that ends with a combination of newlines, spaces and tabs
26 Set href that starts and ends with a combination of newlines, spaces and tabs
/external/icu4c/test/testdata/
Dwordsegments.txt11 # Word boundary test data for languages that contain no spaces.
14 # If you have test data with zero width spaces to deliminate the words, use the following command e…
/external/valgrind/main/memcheck/tests/linux/
Dwith-space.vgtest3 # correctly for filenames containing spaces (bug #88678).
10 # filename, but automake doesn't seem to like files containing spaces.
/external/clang/tools/diagtool/
DDiagTool.cpp58 unsigned spaces = (maxName + 3) - (it->size()); in printCommands() local
59 for (unsigned i = 0; i < spaces; ++i) in printCommands()
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
DPython.g556 var spaces = 0;
560 | ( ' ' { spaces++; }
561 | '\t' { spaces += 8; spaces -= (spaces \% 8); }
564 // make a string of n spaces where n is column number - 1
565 var indentation = new Array(spaces);
566 for (var i=0; i<spaces; i++) {
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DMixedItemSection.java150 String spaces = new String(spaceArr); in writeHeaderPart() local
153 out.annotate(4, name + "_size:" + spaces + Hex.u4(sz)); in writeHeaderPart()
154 out.annotate(4, name + "_off: " + spaces + Hex.u4(offset)); in writeHeaderPart()
/external/openssl/crypto/objects/
Dobjects.README11 If the long name doesn't contain spaces, or no short name
18 Note that if the base name contains spaces, dashes or periods,
/external/webkit/Source/JavaScriptCore/runtime/
DJSONObject.cpp160 UChar spaces[maxGapLength]; in gap() local
162 spaces[i] = ' '; in gap()
163 return UString(spaces, count); in gap()
167 UString spaces = space.getString(exec); in gap() local
168 if (spaces.length() > maxGapLength) { in gap()
169 spaces = spaces.substringSharingImpl(0, maxGapLength); in gap()
171 return spaces; in gap()
/external/chromium/testing/
Dgenerate_gmock_mutant.py312 spaces = " " * subsequent_offset
317 s = spaces + s

1234567891011