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

  /external/chromium/third_party/icu/source/io/
sscanf.c 102 UFILE inStr;
104 inStr.fConverter = NULL;
105 inStr.fFile = NULL;
106 inStr.fOwnFile = FALSE;
108 inStr.fTranslit = NULL;
110 inStr.fUCBuffer[0] = 0;
111 inStr.str.fBuffer = (UChar *)buffer;
112 inStr.str.fPos = (UChar *)buffer;
113 inStr.str.fLimit = buffer + u_strlen(buffer);
115 if(u_locbund_init(&inStr.str.fBundle, "en_US_POSIX") == 0)
    [all...]
  /external/icu4c/io/
sscanf.c 102 UFILE inStr;
104 inStr.fConverter = NULL;
105 inStr.fFile = NULL;
106 inStr.fOwnFile = FALSE;
108 inStr.fTranslit = NULL;
110 inStr.fUCBuffer[0] = 0;
111 inStr.str.fBuffer = (UChar *)buffer;
112 inStr.str.fPos = (UChar *)buffer;
113 inStr.str.fLimit = buffer + u_strlen(buffer);
115 if(u_locbund_init(&inStr.str.fBundle, "en_US_POSIX") == 0)
    [all...]
  /external/chromium/third_party/icu/source/test/iotest/
stream.cpp 64 UnicodeString inStr = UNICODE_STRING_SIMPLE(" UTF-8 ");
110 inTestStream >> inStr >> inStr2;
111 if (inStr.compare(thisMu) != 0) {
112 u_austrncpy(inStrC, inStr.getBuffer(), inStr.length());
113 inStrC[inStr.length()] = 0;
117 u_austrncpy(inStrC, inStr.getBuffer(), inStr.length());
118 inStrC[inStr.length()] = 0;
  /external/icu4c/test/iotest/
stream.cpp 65 UnicodeString inStr = UNICODE_STRING_SIMPLE(" UTF-8 ");
111 inTestStream >> inStr >> inStr2;
112 if (inStr.compare(thisMu) != 0) {
113 u_austrncpy(inStrC, inStr.getBuffer(), inStr.length());
114 inStrC[inStr.length()] = 0;
118 u_austrncpy(inStrC, inStr.getBuffer(), inStr.length());
119 inStrC[inStr.length()] = 0;
  /external/bzip2/
bzip2.c 1135 FILE *inStr;
    [all...]

Completed in 485 milliseconds