| /third_party/backends/backend/escl/ |
| H A D | escl_newjob.c | 219 char *source = (scanner->source == PLATEN ? "Platen" : "Feeder"); escl_newjob() local [all...] |
| /third_party/curl/lib/ |
| H A D | curl_addrinfo.c | 518 curl_dbg_freeaddrinfo(struct addrinfo *freethis, int line, const char *source) curl_dbg_freeaddrinfo() argument 542 curl_dbg_getaddrinfo(const char *hostname, const char *service, const struct addrinfo *hints, struct addrinfo **result, int line, const char *source) curl_dbg_getaddrinfo() argument
|
| H A D | memdebug.c | 107 static bool countcheck(const char *func, int line, const char *source) in countcheck() argument 132 curl_dbg_malloc(size_t wantedsize, int line, const char *source) curl_dbg_malloc() argument 159 curl_dbg_calloc(size_t wanted_elements, size_t wanted_size, int line, const char *source) curl_dbg_calloc() argument 187 curl_dbg_strdup(const char *str, int line, const char *source) curl_dbg_strdup() argument 212 curl_dbg_wcsdup(const wchar_t *str, int line, const char *source) curl_dbg_wcsdup() argument 240 curl_dbg_realloc(void *ptr, size_t wantedsize, int line, const char *source) curl_dbg_realloc() argument 279 curl_dbg_free(void *ptr, int line, const char *source) curl_dbg_free() argument 304 curl_dbg_socket(int domain, int type, int protocol, int line, const char *source) curl_dbg_socket() argument 321 curl_dbg_send(SEND_TYPE_ARG1 sockfd, SEND_QUAL_ARG2 SEND_TYPE_ARG2 buf, SEND_TYPE_ARG3 len, SEND_TYPE_ARG4 flags, int line, const char *source) curl_dbg_send() argument 336 curl_dbg_recv(RECV_TYPE_ARG1 sockfd, RECV_TYPE_ARG2 buf, RECV_TYPE_ARG3 len, RECV_TYPE_ARG4 flags, int line, const char *source) curl_dbg_recv() argument 351 curl_dbg_socketpair(int domain, int type, int protocol, curl_socket_t socket_vector[2], int line, const char *source) curl_dbg_socketpair() argument 366 curl_dbg_accept(curl_socket_t s, void *saddr, void *saddrlen, int line, const char *source) curl_dbg_accept() argument 382 curl_dbg_mark_sclose(curl_socket_t sockfd, int line, const char *source) curl_dbg_mark_sclose() argument 390 curl_dbg_sclose(curl_socket_t sockfd, int line, const char *source) curl_dbg_sclose() argument 397 curl_dbg_fopen(const char *file, const char *mode, int line, const char *source) curl_dbg_fopen() argument 409 curl_dbg_fdopen(int filedes, const char *mode, int line, const char *source) curl_dbg_fdopen() argument 419 curl_dbg_fclose(FILE *file, int line, const char *source) curl_dbg_fclose() argument [all...] |
| /third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
| H A D | CharsetUTF7.java | 188 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop() argument 495 encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) encodeLoop() argument [all...] |
| H A D | CharsetUTF8.java | 50 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, in decodeLoop() argument 328 encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) encodeLoop() argument 560 encodeFourBytes(CharBuffer source, ByteBuffer target, int char32) encodeFourBytes() argument [all...] |
| H A D | CharsetUTF16.java | 94 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop() argument 194 private final CoderResult decodeTrail(ByteBuffer source, CharBuffer target, IntBuffer offsets, char lead) { in decodeTrail() argument 254 encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) encodeLoop() argument 290 encodeChar(CharBuffer source, ByteBuffer target, IntBuffer offsets, char ch) encodeChar() argument [all...] |
| H A D | CharsetUTF32.java | 80 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop() argument 183 protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) { in encodeLoop() argument 219 encodeChar(CharBuffer source, ByteBuffer target, IntBuffer offsets, char ch) encodeChar() argument [all...] |
| /third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
| H A D | CollationElementIterator.java | 216 CollationElementIterator(String source, RuleBasedCollator collator) { in CollationElementIterator() argument 240 CollationElementIterator(CharacterIterator source, RuleBasedCollator collator) CollationElementIterator() argument 256 CollationElementIterator(UCharacterIterator source, RuleBasedCollator collator) CollationElementIterator() argument 507 setText(String source) setText() argument 530 setText(UCharacterIterator source) setText() argument 566 setText(CharacterIterator source) setText() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | Relation.java | 265 public Relation<K,V> addAllInverted(Relation<V,K> source) { in addAllInverted() argument 274 public Relation<K,V> addAllInverted(Map<V,K> source) { in addAllInverted() argument
|
| H A D | StringRange.java | 56 public static void compact(Set<String> source, Adder adder, boolean shorterPairs, boolean moreCompact) { in compact() argument 111 public static void compact(Set<String> source, Adder adder, boolean shorterPairs) { in compact() argument
|
| H A D | FormattedStringBuilder.java | 69 public FormattedStringBuilder(FormattedStringBuilder source) { in FormattedStringBuilder() argument 73 public void copyFrom(FormattedStringBuilder source) { in copyFrom() argument
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
| H A D | UnitsConverter.java | 50 public UnitsConverter(MeasureUnitImpl source, MeasureUnitImpl target, ConversionRates conversionRates) { in UnitsConverter() argument 73 static public Convertibility extractConvertibility(MeasureUnitImpl source, MeasureUnitImp argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | PluralFormat.java | 706 public Object parseObject(String source, ParsePosition pos) { in parseObject() argument 718 /*package*/ String parseType(String source, RbnfLenientScanner scanner, FieldPosition pos) { in parseType() argument
|
| H A D | TimeUnitFormat.java | 246 public TimeUnitAmount parseObject(String source, ParsePosition pos) { in parseObject() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | cpdtrtst.cpp | 409 expect(const CompoundTransliterator& t, const UnicodeString& source, const UnicodeString& expectedResult) expect() argument
|
| /third_party/icu/icu4c/source/test/perf/normperf/ |
| H A D | normperf.h | 91 QuickCheckPerfFunction(QuickCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) { in QuickCheckPerfFunction() argument 161 NormPerfFunction(NormFn func, int32_t opts, const UChar* source,int32_t sourceLen,UBool _uselen) : options(opts) { in NormPerfFunction() argument
|
| /third_party/icu/icu4c/source/test/perf/convperf/ |
| H A D | convperf.h | 37 ICUToUnicodePerfFunction(const char* name, const char* source, int32_t sourceLen, UErrorCode& status){ in ICUToUnicodePerfFunction() argument 83 ICUFromUnicodePerfFunction(const char* name, const UChar* source, int32_t sourceLen, UErrorCode& status){ in ICUFromUnicodePerfFunction() argument 284 WinIMultiLanguageToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode& status){ in WinIMultiLanguageToUnicodePerfFunction() argument 340 WinIMultiLanguageFromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCode& status){ in WinIMultiLanguageFromUnicodePerfFunction() argument 396 WinIMultiLanguage2ToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode& status) WinIMultiLanguage2ToUnicodePerfFunction() argument 450 WinIMultiLanguage2FromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCode& status) WinIMultiLanguage2FromUnicodePerfFunction() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | CompactCharArray.java | 276 final static boolean arrayRegionMatches(char[] source, int sourceStart, in arrayRegionMatches() argument
|
| H A D | CompactByteArray.java | 252 final static boolean arrayRegionMatches(byte[] source, int sourceStart, in arrayRegionMatches() argument
|
| /third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
| H A D | NumberFormatICU.java | 157 public Number parse(String source) throws ParseException { in parse() argument 162 public Number parse(String source, ParsePosition parsePosition) { in parse() argument
|
| /third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
| H A D | AnyTransliterator.java | 174 private Transliterator getTransliterator(int source) { in getTransliterator() argument [all...] |
| H A D | TransliteratorIDParser.java | 84 public String source; // not null field in TransliteratorIDParser.Specs 514 STVtoID(String source, String target, String variant) STVtoID() argument [all...] |
| /third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
| H A D | TestConversion.java | 985 detectUnicodeSignature(ByteBuffer source) detectUnicodeSignature() argument [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | caniter.cpp | 267 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status) permute() argument [all...] |
| H A D | normlzr.cpp | 128 Normalizer::normalize(const UnicodeString& source, in normalize() argument 163 Normalizer::compose(const UnicodeString& source, in compose() argument 171 Normalizer::decompose(const UnicodeString& source, in decompose() argument 179 quickCheck(const UnicodeString& source, UNormalizationMode mode, int32_t options, UErrorCode &status) quickCheck() argument 196 isNormalized(const UnicodeString& source, UNormalizationMode mode, int32_t options, UErrorCode &status) isNormalized() argument [all...] |