HomeSort by relevance Sort by last modified time
    Searched full:namelength (Results 51 - 75 of 149) sorted by null

1 23 4 5 6

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ULocaleTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ULocaleTest.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xproto.h 500 CARD16 nameLength B16; /* # of characters in name */
675 CARD8 nameLength; /* 0 indicates end-of-reply-sequence */
677 CARD32 length B32; /* definitely > 0, even if "nameLength" is 0 */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xproto.h 500 CARD16 nameLength B16; /* # of characters in name */
675 CARD8 nameLength; /* 0 indicates end-of-reply-sequence */
677 CARD32 length B32; /* definitely > 0, even if "nameLength" is 0 */
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
uregex.h 621 * @param nameLength The length of the name, or -1 if the name is a
630 int32_t nameLength,
645 * @param nameLength The length of the name, or -1 if the name is
654 int32_t nameLength,
    [all...]
regex.h 468 * @param nameLength The length of the name, or -1 if the name is
474 virtual int32_t groupNumberFromName(const char *groupName, int32_t nameLength, UErrorCode &status) const;
    [all...]
  /frameworks/rs/api/
rs_object_info.spec 253 arg: uint32_t nameLength, "Length of the provided name array."
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java 749 int nameLength = meta.getMaxCursorNameLength();
750 if (nameLength > 0) {
752 statement.setCursorName(new String(new byte[nameLength + 1]));
757 } else if (nameLength < 0) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
http.h 88 USHORT NameLength;
sspi.h 203 unsigned __LONG32 NameLength;
    [all...]
  /external/icu/icu4c/source/i18n/
repattrn.cpp 624 int32_t RegexPattern::groupNumberFromName(const char *groupName, int32_t nameLength, UErrorCode &status) const {
628 UnicodeString name(groupName, nameLength, US_INV);
uregex.cpp 636 int32_t nameLength,
642 int32_t result = regexp->fPat->groupNumberFromName(UnicodeString(groupName, nameLength), *status);
649 int32_t nameLength,
655 return regexp->fPat->groupNumberFromName(groupName, nameLength, *status);
    [all...]
  /frameworks/av/media/mtp/
MtpServer.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h 857 UCHAR NameLength;
866 CSHORT NameLength;
874 CSHORT NameLength;
880 CSHORT NameLength;
889 CSHORT NameLength;
    [all...]
  /frameworks/base/docs/html/guide/topics/renderscript/reference/
rs_object_info.jd 727 <td><a href='rs_value_types.html#android_rs:uint32_t'>uint32_t</a> rsElementGetSubElementName(<a href='rs_object_types.html#android_rs:rs_element'>rs_element</a> e, <a href='rs_value_types.html#android_rs:uint32_t'>uint32_t</a> index, char* name, <a href='rs_value_types.html#android_rs:uint32_t'>uint32_t</a> nameLength);
739 <tr><th>nameLength</th><td>Length of the provided name array.</td></tr>
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 1012 int nameLength; // \note Whether this includes the null byte depends on whether it was queried with glGetActiveUniform() or glGetActiveUniformsiv().
1019 : name(name_), nameLength(nameLength_), size(size_), type(type_), index(index_) {}
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.h 715 int32_t NameLength(int32_t index);
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp     [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 141 long namelength; /* length of name length */ member in struct:curl_httppost
    [all...]
  /external/libvncserver/rfb/
rfbproto.h 364 uint32_t nameLength;
365 /* followed by char name[nameLength] */
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/expat/lib/
xmltok.c 38 PREFIX(nameLength), \
    [all...]
xmltok_impl.c     [all...]
  /external/curl/include/curl/
curl.h 128 long namelength; /* length of name length */ member in struct:curl_httppost
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 847 int nameLength;
854 : name(name_), nameLength(nameLength_), size(size_), type(type_), index(index_) {}
    [all...]

Completed in 2036 milliseconds

1 23 4 5 6