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

  /prebuilts/misc/windows/sdl2/test/
testautomation_clipboard.c 40 char *charResult;
41 charResult = SDL_GetClipboardText();
44 SDL_free(charResult);
92 char *charResult;
104 charResult = SDL_GetClipboardText();
115 charResult = SDL_GetClipboardText();
118 charResult != NULL,
121 charResult[0] == '\0',
123 SDL_strlen(charResult));
140 charResult = SDL_GetClipboardText()
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
SystemTest.java 160 String charResult = new String(bytes);
162 if (charResult.length() == 128 && byteResult.length == 128) {
164 if (charResult.charAt(i) != (char) (i + 128)

Completed in 106 milliseconds