HomeSort by relevance Sort by last modified time
    Searched full:wspace (Results 1 - 8 of 8) sorted by null

  /external/libedit/src/
tokenizer.c 80 Char *wspace; /* Space of word buffer */ local
130 tok->wspace = tok_malloc(WINCR * sizeof(*tok->wspace));
131 if (tok->wspace == NULL) {
137 tok->wmax = tok->wspace + WINCR;
138 tok->wstart = tok->wspace;
139 tok->wptr = tok->wspace;
155 tok->wstart = tok->wspace;
156 tok->wptr = tok->wspace;
170 tok_free(tok->wspace);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
RegexUtilitiesTest.java 49 {"a [[:bc=cs:]&[:wspace:]] b", "a [\u00A0\u202F] b"},
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
RegexUtilitiesTest.java 45 {"a [[:bc=cs:]&[:wspace:]] b", "a [\u00A0\u202F] b"},
  /external/opencv3/modules/ts/misc/
table_formatter.py 278 cell.wspace = sum([col.minwidth for col in columns[i:i + colspan]]) + colspan - 1
311 width = cell.wspace
  /external/icu/icu4c/source/data/unidata/
ppucd.txt 106 property;Binary;WSpace;White_Space;space
    [all...]
  /external/pcre/dist/doc/html/
pcreapi.html     [all...]
  /external/pcre/dist/doc/
pcreapi.3     [all...]
pcre.txt     [all...]

Completed in 638 milliseconds