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

  /packages/apps/Mms/src/com/android/mms/ui/
ClassZeroActivity.java 52 private static final String BUFFER = " ";
53 private static final int BUFFER_OFFSET = BUFFER.length() * 2;
119 if (message.length() < BUFFER_OFFSET) messageChars = BUFFER + message + BUFFER;
  /external/icu4c/test/intltest/
wbnf.cpp 89 // Using memory copy method to append a C array to buffer,
96 byte * buffer(){ function in class:Buffer_byte
112 // class BUFFER{
113 // typedef BUFFER name;
114 #define BUFFER(type, name)\
122 type & operator [] (int i) { return ((type *) buf.buffer())[i];}\
123 operator type *(){return (type *) buf.buffer();} \
132 // Return a null-terminated c-string. The buffer is owned by callee.
137 //typedef BUFFER<char> Buffer_char;
138 //typedef BUFFER<int> Buffer_int
    [all...]

Completed in 149 milliseconds