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

1 2 3 4 5 6 7 8 9

  /ndk/sources/android/support/src/musl-ctype/
iswspace.c 6 * minus non-breaking spaces (U+00A0, U+2007, and U+202F) and script-
11 static const wchar_t spaces[] = { local
17 return wc && wcschr(spaces, wc);
  /external/e2fsprogs/lib/ext2fs/
progress.c 18 static char spaces[80], backspaces[80]; variable
43 memset(spaces, ' ', sizeof(spaces)-1);
44 spaces[sizeof(spaces)-1] = 0;
92 fprintf(stdout, "%.*s", (2*progress->log_max)+1, spaces);
  /libcore/luni/src/main/java/java/util/regex/
PatternSyntaxException.java 110 char[] spaces = new char[index]; local
111 Arrays.fill(spaces, ' ');
113 sb.append(spaces);
  /system/core/logd/
LogStatistics.cpp 524 short spaces = 2; local
531 if (spaces < 0) {
532 spaces = 0;
534 string.appendFormat("%*s%s", spaces, "", android_log_id_to_name(i));
535 spaces += spaces_total + oldLength - string.length();
546 spaces = 1;
558 if (spaces < 0) {
559 spaces = 0;
561 string.appendFormat("%*s%zu/%zu", spaces, "",
563 spaces += spaces_total + oldLength - string.length()
    [all...]
  /external/chromium_org/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/icu/icu4c/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/clang/test/Preprocessor/
traditional-cpp.c 33 bracket(| spaces |)
34 /* CHECK: {{^}}>>>| spaces |<<<{{$}}
46 /* Deliberately check a leading newline with spaces on that line. */
69 bracket2(spaces)
71 * CHECK-NOT: {{^}}>>> spaces <<<{{$}}
  /external/vixl/tools/
printer.py 83 # Append spaces to hide the previous test name.
84 spaces = __last_name_length__ - name_length
85 if spaces > 0:
86 sys.stdout.write(' ' * spaces)
  /build/core/
checktree 23 spaces = ((s.count(" ") + 1) / 3) * 2
25 while spaces > 0:
27 spaces = spaces - 1
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
vpx-astyle.sh 3 astyle --style=java --indent=spaces=2 --indent-switches\
  /external/libvpx/libvpx/tools/
vpx-astyle.sh 3 astyle --style=java --indent=spaces=2 --indent-switches\
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
vpx-astyle.sh 3 astyle --style=java --indent=spaces=2 --indent-switches\
  /external/proguard/bin/
proguard.bat 6 REM Note: when passing file names containing spaces to this script,
proguardgui.bat 6 REM Note: when passing file names containing spaces to this script,
retrace.bat 6 REM Note: when passing file names containing spaces to this script,
  /prebuilts/tools/common/proguard/proguard4.7/bin/
proguard.bat 6 REM Note: when passing file names containing spaces to this script,
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
StatePrettyPrinter.java 49 private void indentLine(int spaces) {
50 for (int i = 0; i < spaces; i++) {
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
TextHtmlFunction.java 205 int spaces = 0; local
222 // Ignore spaces after full stops.
224 spaces++;
229 spaces = 0;
262 if (spaces > 2) {
266 spaces = 0;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
CAVLCReader.java 166 int spaces; local
168 spaces = 8 - pos.length();
172 for (int i = 0; i < spaces; i++)
176 spaces = 100 - traceBuilder.length() - debugBits.length();
177 for (int i = 0; i < spaces; i++)
  /external/chromium_org/content/test/plugin/
plugin_windowless_test.cc 220 NPCoordinateSpace spaces[] = { NPCoordinateSpacePlugin, local
225 for (unsigned int i = 0; i < arraysize(spaces); ++i) {
226 for (unsigned int j = 0; j < arraysize(spaces); ++j) {
228 if (!(browser->convertpoint(id(), 0, 0, spaces[i], &x, &y, spaces[j])) ||
229 !(browser->convertpoint(id(), x, y, spaces[j], &round_trip_x,
230 &round_trip_y, spaces[i]))) {
  /external/apache-xml/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);
  /external/bison/src/
AnnotationList.h 125 * stderr. \c spaces spaces were printed before each line of the text.
128 int spaces);
  /ndk/
GNUmakefile 30 # Complain if the path contains spaces
32 $(info,The Android NDK installation path contains spaces: '$(NDK_ROOT)')
find-win-host.cmd 8 rem Check if %NDK_ROOT% contains any spaces
12 echo ERROR: NDK path cannot contain any spaces!
  /external/clang/tools/diagtool/
DiagTool.cpp 58 unsigned spaces = (maxName + 3) - (it->size()); local
59 for (unsigned i = 0; i < spaces; ++i)

Completed in 1705 milliseconds

1 2 3 4 5 6 7 8 9