HomeSort by relevance Sort by last modified time
    Searched refs:lastSpace (Results 1 - 3 of 3) sorted by null

  /development/samples/NotePad/src/com/example/android/notepad/
NoteEditor.java 315 int lastSpace = title.lastIndexOf(' ');
316 if (lastSpace > 0) {
317 title = title.substring(0, lastSpace);
  /frameworks/base/core/jni/
android_net_wifi_Wifi.cpp 336 char* lastSpace = strrchr(reply, ' ');
337 // lastSpace should be preceded by "rssi" and followed by the value
338 if (lastSpace && !strncmp(lastSpace - 4, "rssi", 4)) {
339 sscanf(lastSpace + 1, "%d", &rssi);
  /external/webkit/WebCore/rendering/
RenderBlockLineLayout.cpp     [all...]

Completed in 39 milliseconds