/external/harfbuzz/src/ |
harfbuzz-shaper.cpp | 430 const HB_UChar16 *uc = item->string + item->item.pos; 569 shaper_item->string + shaper_item->item.pos, shaper_item->item.length, 655 void HB_GetCharAttributes(const HB_UChar16 *string, hb_uint32 stringLength, 659 calcLineBreaks(string, stringLength, attributes); 668 attributeFunction(script, string, items[i].pos, items[i].length, attributes); 687 void HB_GetWordBoundaries(const HB_UChar16 *string, hb_uint32 stringLength, 693 unsigned int brk = HB_GetWordClass(string[0]); 700 hb_uint32 nbrk = HB_GetWordClass(string[i]); 702 attributes[i].wordBoundary = (HB_GetSentenceClass(string[i-1]) == HB_Sentence_Sep); 710 hb_uint32 testbrk = HB_GetWordClass(string[lookahead]) 805 static char string[5]; local [all...] |
harfbuzz-shaper.h | 150 void HB_GetCharAttributes(const HB_UChar16 *string, hb_uint32 stringLength, 155 void HB_GetWordBoundaries(const HB_UChar16 *string, hb_uint32 stringLength, 160 void HB_GetSentenceBoundaries(const HB_UChar16 *string, hb_uint32 stringLength, 242 HB_Bool (*convertStringToGlyphIndices)(HB_Font font, const HB_UChar16 *string, hb_uint32 length, HB_Glyph *glyphs, hb_uint32 *numGlyphs, HB_Bool rightToLeft); 244 HB_Bool (*canRender)(HB_Font font, const HB_UChar16 *string, hb_uint32 length); 268 const HB_UChar16 *string; /* input: the Unicode UTF16 text to be shaped */ member in struct:HB_ShaperItem_ 270 HB_ScriptItem item; /* input: the current run to be shaped: a run of text all in the same script that is a substring of <string> */
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-shaper.h | 211 HB_Bool (*convertStringToGlyphIndices)(HB_Font font, const HB_UChar16 *string, hb_uint32 length, HB_Glyph *glyphs, hb_uint32 *numGlyphs, HB_Bool rightToLeft); 213 HB_Bool (*canRender)(HB_Font font, const HB_UChar16 *string, hb_uint32 length); 237 const HB_UChar16 *string; /* input: the Unicode UTF16 text to be shaped */ member in struct:HB_ShaperItem_ 239 HB_ScriptItem item; /* input: the current run to be shaped: a run of text all in the same script that is a substring of <string> */
|
/external/icu4c/i18n/ |
ucol_sit.cpp | 86 * from a short string. Also used to construct a short string from a 159 /* function prototype for functions used to parse a short string */ 162 ActionFunction(CollatorSpec *spec, uint32_t value1, const char* string, 168 _processLocaleElement(CollatorSpec *spec, uint32_t value, const char* string, 174 spec->locElements[value][len++] = uprv_tolower(*string); 176 spec->locElements[value][len++] = *string; 178 } while(*(++string) != '_' && *string && len < locElementCapacity); 181 return string; 528 const char *string = definition; local [all...] |
/external/icu4c/test/cintltst/ |
cldrtest.c | 206 /* A2 or A4 in the root string indicates that the resource can optionally be an array instead of a */ 207 /* string. Attempt to read it as an array. */ 211 log_err("Got a NULL string with key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n", 219 log_err("Got something other than a string or array of size %d for key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n", 231 log_err("Got something other than a string or array for key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n", 239 log_err("Got a NULL string with key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n", 329 const UChar *string = ures_getString(subBundle, &len, &errorCode); local 330 if (U_FAILURE(errorCode) || string == NULL) { 331 log_err("Can't open a string with key \"%s\" in \"%s\" for locale \"%s\"\n", 335 } else if (string[0] == (UChar)0x20) [all...] |
custrtst.c | 16 * Tests of ustring.h Unicode string API functions. 23 #include <string.h> 64 /* First String */ 66 /* Second String */ 69 /* Concatenated string */ 274 log_err("u_strchr can't find '_' in the string\n"); 279 log_err("u_strchr32 can't find '_' in the string\n"); 284 log_err("u_strchr can't find NULL in the string\n"); 289 log_err("u_strchr32 can't find NULL in the string\n"); 294 log_err("u_memchr can't find NULL in the string\n") 1140 static const UChar string[]={ local [all...] |
/external/icu4c/test/intltest/ |
tmsgfmt.cpp | 203 #include <string.h> 266 // rather than toPattern() reconstituting a new, equivalent pattern string (testResultPatterns). 305 // rather than toPattern() reconstituting a new, equivalent pattern string (testResultPatterns). 470 UnicodeString string; local 472 form->format(testArgs1, 2, string, ignore, err); 473 if (U_FAILURE(err) || string != "The disk \"MyDisk\" contains 0 file(s).") { 478 string.remove(); 479 form->format(testArgs2, 2, string, ignore, err); 480 if (U_FAILURE(err) || string != "The disk \"MyDisk\" contains 1 file(s).") { 481 logln(string); 509 UnicodeString string; local [all...] |
tsmthred.cpp | 131 #include <string.h> 593 // * Show exactly where the string's differences lie. 641 UnicodeString string; member in struct:FormatThreadTestData 642 FormatThreadTestData(double a, const UnicodeString& b) : number(a),string(b) {} 813 if(0 != output.compare(kNumberFormatTestData[whichLine].string)) { 814 error("format().. expected " + kNumberFormatTestData[whichLine].string 824 if(0 != output.compare(kPercentFormatTestData[whichLine].string)) 827 showDifference(kPercentFormatTestData[whichLine].string,output)); [all...] |
/external/icu4c/tools/genrb/ |
parse.cpp | 65 "string", /* A string token, such as "MonthNames" */ 108 getToken(NULL, NULL, status); bad - value is now a different string 406 /* terminate the string */ 572 printf(" string %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline); 578 /* create the string now - tokenValue doesn't survive a call to getToken (and therefore 610 /* create the string now - tokenValue doesn't survive a call to getToken (and therefore 1362 char *string; local 1450 char *string; local 1532 char *string; local [all...] |
/external/javassist/src/main/javassist/bytecode/ |
ConstPool.java | 125 public ConstPool(String thisclass) { 169 public String getClassName() { 206 * @see javassist.ClassPool#getCtClass(String) 208 public String getClassInfo(int index) { 281 public String getFieldrefClassName(int index) { 307 public String getFieldrefName(int index) { 328 public String getFieldrefType(int index) { 358 public String getMethodrefClassName(int index) { 384 public String getMethodrefName(int index) { 406 public String getMethodrefType(int index) 1398 int string; field in class:StringInfo 1543 String string; field in class:Utf8Info [all...] |
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
DDSLoader.java | 297 throw new IOException("Unknown fourcc: " + string(fourcc) + ", " + Integer.toHexString(fourcc)); 815 * Converts a int representing a FourCC into a String 817 private static String string(int value) { method in class:DDSLoader
|
/external/libxml2/ |
xpointer.c | 28 #include <string.h> 973 * string and if the scheme is 'xpointer' it will call the XPath interpreter. 2776 xmlXPathObjectPtr string; local [all...] |
/external/mesa3d/src/glsl/ |
ast_to_hir.cpp | 2036 const char *string = ""; local [all...] |
linker.cpp | 361 * Generate a string describing the mode of a variable 1412 const char *const string = (target_index == MESA_SHADER_VERTEX) local 1461 const char *const string = (target_index == MESA_SHADER_VERTEX) local [all...] |
/external/mesa3d/src/mesa/program/ |
program_parse.y | 26 #include <string.h> 134 char *string; 191 %token <string> IDENTIFIER USED_IDENTIFIER 192 %type <string> string 305 option: OPTION string ';' 721 | string 2231 string: IDENTIFIER label [all...] |
/external/open-vcdiff/src/ |
vcdecoder.cc | 34 #include <string.h> // memcpy, memset 36 #include <string> 208 // delta window, because the input data string may have been changed or 311 typedef std::string string; typedef in class:open_vcdiff::VCDiffStreamingDecoderImpl 465 string* decoded_target() { return &decoded_target_; } 531 // This string will be used to store any unparsed bytes left over when 536 string unparsed_bytes_; 539 // used to fill the output string for DecodeChunk(), and will also be used to 544 string decoded_target_ [all...] |
/external/openssh/ |
clientloop.c | 84 #include <string.h> 970 char string[1024]; local 1006 snprintf(string, sizeof string, "%c.\r\n", 1008 buffer_append(berr, string, strlen(string)); 1022 snprintf(string, sizeof string, 1026 buffer_append(berr, string, 1027 strlen(string)); [all...] |
sftp-server.c | 39 #include <string.h> 447 char *string; local 450 handle_to_string(handle, &string, &hlen); 452 send_data_or_handle(SSH2_FXP_HANDLE, id, string, hlen); 453 xfree(string); [all...] |
/external/openssl/crypto/err/ |
err.h | 316 const char *string; member in struct:ERR_string_data_st
|
/external/openssl/include/openssl/ |
err.h | 316 const char *string; member in struct:ERR_string_data_st
|
/external/qemu/ |
sockets.c | 23 #include <string.h> 113 const char* string; member in struct:__anon25543 135 for ( ; werr->string != NULL; werr++ ) { 153 /* this function returns a string describing the latest Winsock error */ 160 for ( ; werr->string; werr++ ) { 162 result = werr->string; [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/ |
R.java | 63 public static final class string { class in class:R
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
ActivityTest.java | 327 int id1 = R.string.hello; 328 String string = activity.getString(id1); local 329 assertEquals("Hello", string); 331 int id = activity.getResources().getIdentifier("hello", "string", "com.xtremelabs.robolectric"); 334 String hello = activity.getResources().getString(id); 363 int id = activity.getResources().getIdentifier("just_alot_of_crap", "string", "com.xtremelabs.robolectric");
|
/external/skia/src/animator/ |
SkScriptTokenizer.cpp | 172 void SkScriptEngine2::addTokenString(const SkString& string) { 173 int size = string.size(); 175 fActiveStream->write(string.c_str(), size); 423 SkString* string = (*array)[index].fString; local 424 int found = fTrackString.find(string); 580 do { // measure string 589 do { // copy string 730 topType == SkOperand2::kString && fReturnType != SkOperand2::kNoType) { // if result is a string, give handle property a chance to convert it to the property value 731 SkString* string = fValueStack.top().fOperand.fString; local 732 fToken = string->c_str() [all...] |
/external/smack/src/org/xbill/DNS/ |
DNSSEC.java | 92 public static String 93 string(int alg) { method in class:DNSSEC.Algorithm 104 value(String s) { 197 DNSSECException(String s) { 231 DNSSEC.Algorithm.string(key.getAlgorithm()) + "/" + 235 DNSSEC.Algorithm.string(sig.getAlgorithm()) + "/" + 381 ECKeyInfo(int length, String p_str, String a_str, String b_str, 382 String gx_str, String gy_str, String n_str [all...] |