HomeSort by relevance Sort by last modified time
    Searched full:spaces (Results 1 - 25 of 1013) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/third_party/icu/source/test/thaitest/
thaitest.cpp 23 * spaces inserted where the word breaks are. It computes a copy of
24 * the text without spaces and uses a word instance of a Thai BreakIterator
33 * This class is a break iterator that counts words and spaces.
88 // spaces - pointer to a UChar array for the text with spaces
89 // spaceCount - the number of characters in the spaces array
90 // noSpaces - pointer to a UChar array for the text without spaces
93 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose);
96 // returns the number of breaks that are in the spaces array
101 // array but aren't in the spaces arra
465 const UChar *spaces, *noSpaces; local
    [all...]
  /external/icu4c/test/thaitest/
thaitest.cpp 23 * spaces inserted where the word breaks are. It computes a copy of
24 * the text without spaces and uses a word instance of a Thai BreakIterator
33 * This class is a break iterator that counts words and spaces.
88 // spaces - pointer to a UChar array for the text with spaces
89 // spaceCount - the number of characters in the spaces array
90 // noSpaces - pointer to a UChar array for the text without spaces
93 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose);
96 // returns the number of breaks that are in the spaces array
101 // array but aren't in the spaces arra
465 const UChar *spaces, *noSpaces; local
    [all...]
  /external/kernel-headers/original/linux/
stacktrace.h 14 extern void print_stack_trace(struct stack_trace *trace, int spaces);
  /external/srec/srec/crec/
text_parser.c 128 char* spaces[24], *p; /* can't go too high here!! */ local
136 if ((size_t)num_spaces >= sizeof(spaces) / sizeof(char*))
141 spaces[num_spaces++] = p;
160 *spaces[j] = i & (1 << j) ? '_' : ' ';
176 *spaces[j] = i & (1 << j) ? '_' : ' ';
209 /* change speech codes to spaces */
217 /* trim leading spaces */
220 /* trim middle spaces */
230 /* trim ending spaces */
  /external/webkit/WebKitTools/Scripts/
wkstyle 32 --indent=spaces=4 \
40 --indent=spaces=4 \
73 #unpad leading spaces
75 #unpad traling spaces
  /ndk/
GNUmakefile 30 # Complain if the path contains spaces
32 $(info,The Android NDK installation path contains spaces: '$(NDK_ROOT)')
  /external/chromium/net/base/
data_url.cc 63 // Preserve spaces if dealing with text or xml input, same as mozilla:
67 // (Spaces in a data URL should be escaped, which is handled below, so any
68 // spaces now are wrong. People expect to be able to enter them in the URL
77 UnescapeRule::SPACES | UnescapeRule::URL_SPECIAL_CHARS |
91 UnescapeRule::SPACES | UnescapeRule::URL_SPECIAL_CHARS |
data_url_unittest.cc 102 // Spaces should be removed from non-text data URLs (we already tested
103 // spaces above).
110 // Spaces should also be removed from anything base-64 encoded
net_util_posix.cc 33 UnescapeRule::SPACES | UnescapeRule::URL_SPECIAL_CHARS);
escape_unittest.cc 93 // Spaces are plus escaped like web forms.
164 {"Some%20random text %25%3bOK", UnescapeRule::SPACES,
169 UnescapeRule::SPACES | UnescapeRule::URL_SPECIAL_CHARS,
174 {"Hello%20%13%10world %23# %3F? %3D= %26& %25% %2B+", UnescapeRule::SPACES,
184 {"Hello%20%13%10%02", UnescapeRule::SPACES, "Hello %13%10%02"},
225 {L"Some%20random text %25%3bOK", UnescapeRule::SPACES,
230 UnescapeRule::SPACES | UnescapeRule::URL_SPECIAL_CHARS,
235 {L"Hello%20%13%10world %23# %3F? %3D= %26& %25% %2B+", UnescapeRule::SPACES,
245 {L"Hello%20%13%10%02", UnescapeRule::SPACES, L"Hello %13%10%02"},
  /build/core/
checktree 23 spaces = ((s.count(" ") + 1) / 3) * 2
25 while spaces > 0:
27 spaces = spaces - 1
  /external/openssl/crypto/objects/
objects.README 11 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/clearsilver/cgi/
html.c 27 int spaces = 0; local
37 spaces++;
39 spaces--;
43 spaces = 0;
54 if (spaces > 2) return 1;
56 spaces = 0;
117 int spaces = 0; local
245 if (spaces)
248 for (sp = 0; sp < spaces - 1; sp++)
256 spaces = 0
    [all...]
  /external/webkit/WebKit/android/nav/
CachedLayer.cpp 110 int CachedLayer::Debug::spaces; member in class:android::CachedLayer::Debug
114 ++spaces;
118 spaces, " ", layer, layer->uniqueId(),
123 --spaces;
128 spaces = 0;
  /libcore/luni/src/main/java/java/util/regex/
PatternSyntaxException.java 108 char[] spaces = new char[index]; local
109 Arrays.fill(spaces, ' ');
111 builder.append(spaces);
  /external/bluetooth/glib/tests/
shell-test.c 53 /* 6 */ "foo ' spaces more spaces lots of spaces in this ' \t",
69 static const gchar *result6[] = { "foo", " spaces more spaces lots of spaces in this ", NULL };
  /packages/apps/Email/tests/src/com/android/email/mail/internet/
EmailHtmlUtilTest.java 50 private static final String textSpaces = "3 spaces end.";
184 // Successive spaces will be escaped as "&nbsp;"
186 assertEquals("plain spaces", "3 spaces&nbsp;&nbsp; end.", plainSpaces);
190 assertEquals("plain spaces", "ab <br>&nbsp; <br>&nbsp;&nbsp; <br><br>", plainNewlines);
197 "3 spaces&nbsp;&nbsp; end.<br>" +
  /external/v8/src/
mark-compact.h 56 // compacted spaces. Given an object and its size, return a (non-failure)
64 // forwarded to, encode the forwarding address. For paged spaces, the
68 // next live object in the same page. For spaces using a different
69 // encoding (ie, contiguous spaces), the offset parameter is ignored.
84 // Prepares for GC by resetting relocation info in old and map spaces and
85 // choosing spaces to compact.
141 // Global flag indicating whether spaces were compacted on the last GC.
144 // Global flag indicating whether spaces will be compacted on the next GC.
261 // objects in the paged spaces is encoded in their map word
285 // In both the new space and the paged spaces, a linked lis
    [all...]
  /external/bluetooth/glib/gio/tests/
g-icon.c 62 uri = "file:///some/native/path/to/an/icon with spaces.png";
66 g_assert_cmpstr (data, ==, "/some/native/path/to/an/icon with spaces.png");
89 uri = "sftp:///some/non-native/path/to/an/icon with spaces.png";
93 g_assert_cmpstr (data, ==, "sftp:///some/non-native/path/to/an/icon%20with%20spaces.png");
  /external/chromium/third_party/icu/public/common/unicode/
ushape.h 65 * length of the text to be constant. They expect extra spaces to be added
121 * If more room is necessary, then try to consume spaces next to modified characters.
128 * If more room is necessary, then try to consume spaces next to modified characters.
136 * If more room is necessary, then try to consume spaces at the end of the text.
143 * If more room is necessary, then try to consume spaces at the end of the text.
151 * If more room is necessary, then try to consume spaces at the beginning of the text.
158 * If more room is necessary, then try to consume spaces at the beginning of the text.
168 * If there is no space at end, use spaces at beginning of the buffer. If there
169 * is no space at beginning of the buffer, use spaces at the near (i.e. the space
171 * If there are no spaces found, an error U_NO_SPACE_AVAILABLE (as defined in utypes.h)
    [all...]
  /external/icu4c/common/unicode/
ushape.h 65 * length of the text to be constant. They expect extra spaces to be added
122 * If more room is necessary, then try to consume spaces next to modified characters.
129 * If more room is necessary, then try to consume spaces next to modified characters.
138 * If more room is necessary, then try to consume spaces at the end of the text.
145 * If more room is necessary, then try to consume spaces at the end of the text.
154 * If more room is necessary, then try to consume spaces at the beginning of the text.
161 * If more room is necessary, then try to consume spaces at the beginning of the text.
172 * If there is no space at end, use spaces at beginning of the buffer. If there
173 * is no space at beginning of the buffer, use spaces at the near (i.e. the space
175 * If there are no spaces found, an error U_NO_SPACE_AVAILABLE (as defined in utypes.h)
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/
SerializationHandler.java 85 * Set the number of spaces to indent for each indentation level.
86 * @param spaces the number of spaces to indent for each indentation level.
88 public void setIndentAmount(int spaces);
  /sdk/eclipse/scripts/
build_update_site.sh 6 # The build number cannot contain spaces *nor* periods (dashes are ok.)
  /external/webkit/WebCore/platform/graphics/
WidthIterator.cpp 51 // If the padding is non-zero, count the number of spaces in the run
129 // We special case spaces in two ways when applying word rounding.
130 // First, we round spaces to an adjusted width in all fonts.
159 // We distribute the specified padding over the available spaces in the run.
161 // Use left over padding if not evenly divisible by number of spaces.
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c 104 * spaces)
120 /* skip leading spaces */
199 /* remove new-line and trailing spaces from end of line */
239 /* skip leading spaces */
248 /* skip trailing spaces before = */
255 /* skip leading spaces before value */

Completed in 1401 milliseconds

1 2 3 4 5 6 7 8 91011>>