HomeSort by relevance Sort by last modified time
    Searched defs:textlen (Results 1 - 7 of 7) sorted by null

  /libcore/ojluni/src/main/java/sun/util/locale/
StringTokenIterator.java 109 int textlen = this.text.length(); local
111 for (int idx = start; idx < textlen; idx++) {
118 for (int idx = start; idx < textlen; idx++) {
127 return textlen;
  /prebuilts/misc/windows/sdl2/test/
testime.c 292 int textlen=SDL_strlen(text); local
295 if (textlen==0)
299 if ((text[textlen-1] & 0x80) == 0x00)
302 text[textlen-1]=0x00;
305 if ((text[textlen-1] & 0xC0) == 0x80)
308 text[textlen-1]=0x00;
309 textlen--;
311 if ((text[textlen-1] & 0xC0) == 0xC0)
314 text[textlen-1]=0x00;
  /external/libcups/cups/
ppd.c 2872 textlen; \/* Length of text *\/ local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
textio.c 1244 Py_ssize_t textlen; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
textio.c 1221 Py_ssize_t textlen; local
    [all...]
  /external/python/cpython2/Modules/_io/
textio.c 1252 Py_ssize_t textlen; local
    [all...]
  /external/python/cpython3/Modules/_io/
textio.c 1276 Py_ssize_t textlen; local
    [all...]

Completed in 252 milliseconds