/external/chromium_org/third_party/cld/ |
cld.gyp | 26 'encodings/compact_lang_det/cldutil.cc', 27 'encodings/compact_lang_det/cldutil.h', 28 'encodings/compact_lang_det/cldutil_dbg.h', 29 'encodings/compact_lang_det/cldutil_dbg_empty.cc', 30 'encodings/compact_lang_det/compact_lang_det.cc', 31 'encodings/compact_lang_det/compact_lang_det.h', 32 'encodings/compact_lang_det/compact_lang_det_impl.cc', 33 'encodings/compact_lang_det/compact_lang_det_impl.h', 34 'encodings/compact_lang_det/ext_lang_enc.cc', 35 'encodings/compact_lang_det/ext_lang_enc.h' [all...] |
/art/test/062-character-encodings/ |
info.txt | 1 Test that the list of character encodings is what we expect.
|
/external/llvm/lib/Target/XCore/ |
README.txt | 4 * Instruction encodings
|
/external/chromium_org/components/translate/core/language_detection/ |
DEPS | 4 "+third_party/cld/encodings/compact_lang_det/win",
|
/external/chromium_org/third_party/cld/encodings/internal/ |
encodings.cc | 5 #include "encodings/public/encodings.h"
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/ |
cld_utf8utils_windows.cc | 5 #include "encodings/compact_lang_det/win/cld_utf8utils.h" 7 #include "encodings/compact_lang_det/win/cld_utf8statetable.h"
|
cld_strtoint.h | 16 #include "encodings/compact_lang_det/win/cld_basictypes.h"
|
cld_unilib_google3.cc | 8 #include "i18n/encodings/compact_lang_det/cld_unilib.h"
|
cld_utf8utils.h | 8 #include "encodings/compact_lang_det/win/cld_utf8statetable.h"
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
encoding_menu_controller.cc | 117 const std::vector<CharacterEncoding::EncodingInfo>* encodings; local 121 // encodings and other encodings. 122 encodings = CharacterEncoding::GetCurrentDisplayEncodings( 126 DCHECK(encodings); 127 DCHECK(!encodings->empty()); 131 for (it = encodings->begin(); it != encodings->end(); ++it) {
|
/external/chromium_org/base/i18n/ |
icu_encoding_detection.cc | 38 std::vector<std::string>* encodings) { 53 // encodings should be returned first. However, it doesn't always return 54 // all encodings that properly decode |text|, so we'll append more encodings 55 // later. To make that efficient, keep track of encodings sniffed in this 59 encodings->clear(); 75 // decode the text. Drop all encodings with lower confidence level. 79 encodings->push_back(encoding_name); 83 // Append all encodings not included earlier, in arbitrary order. 96 encodings->push_back(name) [all...] |
icu_encoding_detection.h | 21 // Detect all possible encodings of |text| and put their names 22 // (as returned by ICU) in |encodings|. Returns true on success. 23 // Note: this function may return encodings that may fail to decode |text|, 26 std::vector<std::string>* encodings);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/fullcoverage/ |
encodings.py | 1 """Imposter encodings module that installs a coverage-style tracer. 3 This is NOT the encodings module; it is an imposter that sets up tracing 4 instrumentation and then replaces itself with the real encodings module. 41 # sys.modules; and re-import "encodings", which will be the real package 49 del sys.modules['encodings'] 50 import encodings namespace
|
/external/fonttools/Windows/ |
mcmillan.bat | 6 C:\Python23\Installer\Makespec.py --upx --onefile --paths "C:\Python23\Lib\encodings;C:\Python23\Lib\site-packages\FontTools\fontTools\encodings;C:\Python23\Lib\site-packages\FontTools\fontTools\misc;C:\Python23\Lib\site-packages\FontTools\fontTools\pens;C:\Python23\Lib\site-packages\FontTools\fontTools\ttLib;" --icon ttx.ico --out Build C:\Python23\Lib\site-packages\FontTools\fontTools\ttx.py
|
/external/chromium_org/third_party/cld/encodings/public/ |
encodings.h | 12 // i18n/encodings/public/encodings-hash.h 26 #include "encodings/proto/encodings.pb.h" 30 //using namespace i18n::encodings; 35 #include "i18n/encodings/internal/encodings_proto_wrapper.h" 95 // of all pairs of encodings and to fish out all compatible pairs. 102 // WARNING: This function does not currently return true for all encodings that 109 // WARNING: This function does not currently return true for all encodings that 110 // are 8-bit encodings [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
Encoder.java | 8 * encodings).
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
string_byte_sink.cc | 5 #include "encodings/compact_lang_det/string_byte_sink.h"
|
cldutil_dbg.h | 8 #include "encodings/compact_lang_det/cldutil.h" 10 #include "encodings/compact_lang_det/ext_lang_enc.h" 11 #include "encodings/compact_lang_det/tote.h" 12 #include "encodings/compact_lang_det/win/cld_basictypes.h" 13 #include "encodings/compact_lang_det/win/cld_commandlineflags.h"
|
/external/smack/src/com/kenai/jbosh/ |
AttrAccept.java | 26 * Array of the accepted encodings. 28 private final String[] encodings; field in class:AttrAccept 38 encodings = val.split("[\\s,]+"); 66 for (String str : encodings) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_codecmaps_hk.py | 4 # Codec mapping tests for HongKong encodings
|
test_codecencodings_hk.py | 4 # Codec encoding tests for HongKong encodings.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_codecmaps_hk.py | 4 # Codec mapping tests for HongKong encodings
|
/external/bison/lib/uniwidth/ |
cjk.h | 24 /* Legacy Japanese encodings */ 26 /* Legacy Chinese encodings */ 31 /* Legacy Korean encodings */
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/ |
ECPointEncoder.java | 7 * By default BC keys produce encodings without point compression,
|
/external/expat/lib/ |
xmltok_ns.c | 29 static const ENCODING * const NS(encodings)[] = { 43 return initScan(NS(encodings), (const INIT_ENCODING *)enc, 51 return initScan(NS(encodings), (const INIT_ENCODING *)enc, 87 return NS(encodings)[i];
|