HomeSort by relevance Sort by last modified time
    Searched refs:textlen (Results 1 - 9 of 9) 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/libvncserver/rfb/
rfbclient.h 174 typedef void (*GotXCutTextProc)(struct _rfbClient* client, const char *text, int textlen);
  /external/libvncserver/client_examples/
gtkvncviewer.c 141 static void got_cut_text (rfbClient *cl, const char *text, int textlen)
  /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/libcups/cups/
ppd.c 2872 textlen; \/* Length of text *\/ 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 124 milliseconds