Searched defs:chars (Results 201 - 225 of 275) sorted by relevance

1234567891011

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiditst.c238 static uint8_t UCharToPseudo[TABLE_SIZE]; /* used for Unicode chars < 0x0100 */
239 static uint8_t UCharToPseud2[TABLE_SIZE]; /* used for Unicode chars >=0x0100 */
736 char chars[MAXLEN]; local
755 u16ToPseudo(destSize,dest,chars);
758 }else if(strcmp(visualOrder[i],chars)!=0){
761 logicalOrder[i],visualOrder[i],chars,formatLevels(bidi, formatChars),i);
763 checkWhatYouCan(bidi, logicalOrder[i], chars);
771 char chars[MAXLEN]; local
790 u16ToPseudo(destSize,dest,chars);
793 }else if(strcmp(visualOrder1[i],chars)!
805 char chars[MAXLEN]; local
836 char chars[MAXLEN]; local
870 char chars[MAXLEN]; local
[all...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzic.c414 static char chars[TZ_MAX_CHARS]; variable
1769 thisabbr = &chars[abbrinds[i]];
2490 (void) strcpy(chars, &chars[abbrinds[type]]);
2492 charcnt = strlen(chars) + 1;
2554 strcmp(abbr, &chars[abbrinds[i]]) == 0 &&
2581 if (strcmp(&chars[j], abbr) == 0)
2942 (void) strcpy(&chars[charcnt], string);
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djni.h589 (JNIEnv *env, jstring str, const jchar *chars);
598 (JNIEnv *env, jstring str, const char* chars);
1520 void ReleaseStringChars(jstring str, const jchar *chars) { argument
1521 functions->ReleaseStringChars(this,str,chars);
1533 void ReleaseStringUTFChars(jstring str, const char* chars) { argument
1534 functions->ReleaseStringUTFChars(this,str,chars);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp466 virtual int onCharsToGlyphs(const void* chars, Encoding, uint16_t glyphs[],
1918 int SkTypeface_Mac::onCharsToGlyphs(const void* chars, Encoding encoding, argument
1930 const char* utf8 = reinterpret_cast<const char*>(chars);
1941 src = reinterpret_cast<const UniChar*>(chars);
1952 const SkUnichar* utf32 = reinterpret_cast<const SkUnichar*>(chars);
/external/chromium_org/v8/src/
H A Dfactory.cc291 int chars,
296 str, chars, hash_field),
333 Handle<String> string, int chars, uint32_t hash_field) {
337 *string, chars, hash_field),
499 // we can try to save memory if all chars actually fit in one-byte.
290 NewInternalizedStringFromUtf8(Vector<const char> str, int chars, uint32_t hash_field) argument
332 NewInternalizedStringImpl( Handle<String> string, int chars, uint32_t hash_field) argument
H A Dapi.cc4248 static inline bool Unaligned(const uint16_t* chars) { argument
4249 return reinterpret_cast<const uintptr_t>(chars) & kAlignmentMask;
4253 static inline const uint16_t* Align(const uint16_t* chars) { argument
4255 reinterpret_cast<uintptr_t>(chars) & ~kAlignmentMask);
4266 void VisitOneByteString(const uint8_t* chars, int length) { argument
4269 void VisitTwoByteString(const uint16_t* chars, int length) { argument
4273 const uint16_t* end = chars + length;
4274 while (Unaligned(chars) && chars != end) {
4275 acc |= *chars
4380 VisitOneByteString(const uint8_t* chars, int length) argument
4391 VisitTwoByteString(const uint16_t* chars, int length) argument
4616 Visit(const Char* chars, const int length) argument
4704 VisitOneByteString(const uint8_t* chars, int length) argument
4708 VisitTwoByteString(const uint16_t* chars, int length) argument
[all...]
H A Djsregexp.cc1645 unibrow::uchar chars[unibrow::Ecma262UnCanonicalize::kMaxWidth]; local
1646 int length = GetCaseIndependentLetters(isolate, c, one_byte, chars);
1726 unibrow::uchar chars[unibrow::Ecma262UnCanonicalize::kMaxWidth]; local
1727 int length = GetCaseIndependentLetters(isolate, c, one_byte, chars);
1738 if (ShortCutEmitCharacterPair(macro_assembler, one_byte, chars[0],
1739 chars[1], on_failure)) {
1741 macro_assembler->CheckCharacter(chars[0], &ok);
1742 macro_assembler->CheckNotCharacter(chars[1], on_failure);
1748 macro_assembler->CheckCharacter(chars[3], &ok);
1751 macro_assembler->CheckCharacter(chars[
2560 unibrow::uchar chars[unibrow::Ecma262UnCanonicalize::kMaxWidth]; local
5344 unibrow::uchar chars[unibrow::Ecma262UnCanonicalize::kMaxWidth]; local
5877 unibrow::uchar chars[unibrow::Ecma262UnCanonicalize::kMaxWidth]; local
[all...]
H A Dobjects-inl.h548 const uint8_t* chars = string_->GetChars() + from_; variable
550 chars, length_, string_->GetHeap()->HashSeed());
584 // Utf8StringKey carries a vector of chars as key.
3719 const uint8_t* chars, int length) {
3721 buffer8_ = chars;
3722 end_ = chars + length;
3727 const uint16_t* chars, int length) {
3729 buffer16_ = chars;
3730 end_ = reinterpret_cast<const uint8_t*>(chars + length);
6543 inline void StringHasher::AddCharacters(const Char* chars, in argument
3718 VisitOneByteString( const uint8_t* chars, int length) argument
3726 VisitTwoByteString( const uint16_t* chars, int length) argument
6563 HashSequentialString(const schar* chars, int length, uint32_t seed) argument
6589 VisitOneByteString(const uint8_t* chars, int length) argument
6595 VisitTwoByteString(const uint16_t* chars, int length) argument
[all...]
H A Dobjects.cc8564 inline void VisitOneByteString(const uint8_t* chars, int length) { argument
8566 buffer8_ = chars;
8570 inline void VisitTwoByteString(const uint16_t* chars, int length) { argument
8572 buffer16_ = chars;
8687 // We know the strings are both non-empty. Compare the first chars
8731 // We know the strings are both non-empty. Compare the first chars
8945 uint32_t StringHasher::ComputeUtf8Hash(Vector<const char> chars, argument
8948 int vector_length = chars.length();
8952 static_cast<uint8_t>(chars.start()[0]) <=
8955 return HashSequentialString(chars
14602 uint16_t chars[2] = {c1, c2}; local
[all...]
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1273 CharUnits chars = local
1276 cast<MemberPointerType>(T.getTypePtr()), chars);
/external/icu/icu4c/source/i18n/
H A DdecNumber.c495 /* chars[] -- the string to convert ('\0' terminated) */
510 U_CAPI decNumber * U_EXPORT2 uprv_decNumberFromString(decNumber *dn, const char chars[], argument
520 const char *cfirst=chars; /* -> first character of decimal part */
536 for (c=chars;; c++) { /* -> input character */
546 if (c==chars) { /* first in string... */
3354 /* returns a constant string describing the class (max 13+1 chars) */
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c240 static uint8_t UCharToPseudo[TABLE_SIZE]; /* used for Unicode chars < 0x0100 */
241 static uint8_t UCharToPseud2[TABLE_SIZE]; /* used for Unicode chars >=0x0100 */
738 char chars[MAXLEN]; local
757 u16ToPseudo(destSize,dest,chars);
760 }else if(strcmp(visualOrder[i],chars)!=0){
763 logicalOrder[i],visualOrder[i],chars,formatLevels(bidi, formatChars),i);
765 checkWhatYouCan(bidi, logicalOrder[i], chars);
773 char chars[MAXLEN]; local
792 u16ToPseudo(destSize,dest,chars);
795 }else if(strcmp(visualOrder1[i],chars)!
807 char chars[MAXLEN]; local
838 char chars[MAXLEN]; local
872 char chars[MAXLEN]; local
[all...]
/external/icu/icu4c/source/tools/tzcode/
H A Dzic.c414 static char chars[TZ_MAX_CHARS]; variable
1769 thisabbr = &chars[abbrinds[i]];
2490 (void) strcpy(chars, &chars[abbrinds[type]]);
2492 charcnt = strlen(chars) + 1;
2554 strcmp(abbr, &chars[abbrinds[i]]) == 0 &&
2581 if (strcmp(&chars[j], abbr) == 0)
2942 (void) strcpy(&chars[charcnt], string);
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c942 mDNSu32 divisor = 1, chars = 2; // Shortest possible RFC1034 name suffix is 2 characters ("-2") local
943 if (RichText) chars = 4; // Shortest possible RichText suffix is 4 characters (" (2)")
948 while (divisor < 0xFFFFFFFFUL/10 && val >= divisor * 10) { divisor *= 10; chars++; }
950 name->c[0] = (mDNSu8) TruncateUTF8ToLength(name->c+1, name->c[0], MAX_DOMAIN_LABEL - chars);
3059 // and (j-i) is the number of continuation-chars we found
/external/skia/src/ports/
H A DSkFontHost_mac.cpp467 virtual int onCharsToGlyphs(const void* chars, Encoding, uint16_t glyphs[],
1915 int SkTypeface_Mac::onCharsToGlyphs(const void* chars, Encoding encoding, argument
1927 const char* utf8 = reinterpret_cast<const char*>(chars);
1938 src = reinterpret_cast<const UniChar*>(chars);
1949 const SkUnichar* utf32 = reinterpret_cast<const SkUnichar*>(chars);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.codec_1.3.0.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/v8/src/heap/
H A Dheap.cc3766 static inline void WriteOneByteData(Vector<const char> vector, uint8_t* chars, argument
3770 MemCopy(chars, vector.start(), len);
3773 static inline void WriteTwoByteData(Vector<const char> vector, uint16_t* chars, argument
3787 *chars++ = unibrow::Utf16::LeadSurrogate(c);
3788 *chars++ = unibrow::Utf16::TrailSurrogate(c);
3792 *chars++ = c;
3800 static inline void WriteOneByteData(String* s, uint8_t* chars, int len) { argument
3802 String::WriteToFlat(s, chars, 0, len);
3806 static inline void WriteTwoByteData(String* s, uint16_t* chars, int len) { argument
3808 String::WriteToFlat(s, chars,
3813 AllocateInternalizedStringImpl(T t, int chars, uint32_t hash_field) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
H A Dconvert.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ ...
/external/pcre/dist/
H A Dpcre_jit_compile.c3185 static int scan_prefix(compiler_common *common, pcre_uchar *cc, pcre_uint32 *chars, pcre_uint8 *bytes, int max_chars) argument
3267 max_chars = scan_prefix(common, cc + len, chars, bytes, max_chars);
3290 max_chars = scan_prefix(common, alternative + 1 + LINK_SIZE, chars, bytes, max_chars);
3414 chars[0] = mask;
3415 chars[1] = mask;
3421 chars += 2;
3477 if (chars[0] == NOTACHAR && chars[1] == 0)
3479 if (chars[0] == NOTACHAR)
3482 chars[
3522 pcre_uint32 chars[MAX_N_CHARS * 2]; local
[all...]
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...

Completed in 4087 milliseconds

1234567891011