Home
last modified time | relevance | path

Searched refs:characters (Results 1 – 23 of 23) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DEventLogTags.logtags33 # @param num_chars Number of characters in the query typed by the user
47 # @param num_chars The number of characters in the search query
56 # @param num_chars The number of characters in the query text field when the user left
62 # @param numChars Number of characters in the query.
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dstream.md53 …will increases the capacity automatically. The default capacity is 256 characters (256 bytes for U…
68 …m file into buffer, and then let the part be parsed. If it runs out of characters in the buffer, i…
126 …correctly, it needs to convert bytes into characters (e.g. `wchar_t` for UTF-16) while reading, an…
189 Since the characters (code units) may be 8-bit, 16-bit or 32-bit. `AutoUTFInputStream` requires a c…
254 //! \return Number of characters read from start.
269 //! \return Number of characters written.
Dfaq.md99 … in `ParseResult`, which includes the error code and offset (number of characters from the beginni…
179 …e `\u0000` (null character) within a string. If a string contains null characters, `strlen()` cann…
211 …e character "big". To handle characters other than those in basic multilingual plane (BMP), UTF-16…
221 … `ASCII<>` as output encoding template parameter in `Writer` can enforce escaping those characters.
Dfeatures.md69 * For UTF-8 string: maximum 11 characters in 32-bit, 15 characters in 64-bit.
Ddom.md34 …e class. `UTF8<>` is `UTF8<char>`, which means using char to store the characters. You may refer t…
182 …o freshly allocated buffers. `"\\n"` (2 characters) is decoded as `"\n"` (1 character). `"\\u0073"…
186 *In situ* parsing just modified the original JSON. Updated characters are highlighted in the diagra…
Dinternals.md117 …ith 1-byte character type (e.g. `char`), it can store maximum 11 or 15 characters string inside th…
125 …ctly, it stores (MaxChars - length). This make it possible to store 11 characters with trailing `\…
169 When parsing JSON from a stream, the parser need to skip 4 whitespace characters:
186 To accelerate this process, SIMD was applied to compare 16 characters with 4 white spaces for each …
Dencoding.md67 … the application is using. For example, Windows API represents Unicode characters in UTF-16, while…
94 …cations that cannot handle UTF-8. Since any JSON can represent unicode characters in escaped seque…
Dsax.md11 …ader` parses a JSON from a stream. While it reads characters from the stream, it analyze the chara…
224 …d in handler concept with 3 parameters. It can handle string with null characters. Another one is …
Dpointer.md190 … URI fragment always has a `#` (pound sign) in the beginning, and some characters are encoded by p…
Dtutorial.md367 Besides, the above `SetString()` requires length. This can handle null characters within a string. …
DDoxyfile.in20 # This tag specifies the encoding used for all characters in the config file
74 # characters to appear in the names of generated files. If set to NO, non-ASCII
75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
Dheader_read_write_utils.cpp241 /* static */ void HeaderReadWriteUtils::insertCharactersIntoVector(const char *const characters, in insertCharactersIntoVector() argument
243 for (int i = 0; characters[i]; ++i) { in insertCharactersIntoVector()
244 vector->push_back(characters[i]); in insertCharactersIntoVector()
Dheader_read_write_utils.h92 static void insertCharactersIntoVector(const char *const characters,
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DPtNodeInfo.java35 final int[] characters, final ProbabilityInfo probabilityInfo, in PtNodeInfo() argument
41 mCharacters = characters; in PtNodeInfo()
DFusionDictionary.java250 final char[] characters = word.toCharArray(); in getCodePoints() local
251 final int[] codePoints = new int[Character.codePointCount(characters, 0, length)]; in getCodePoints()
252 int codePoint = Character.codePointAt(characters, 0); in getCodePoints()
257 codePoint = Character.codePointAt(characters, srci); in getCodePoints()
DBinaryDictEncoderUtils.java62 static int getPtNodeCharactersSize(final int[] characters, in getPtNodeCharactersSize() argument
64 int size = CharEncoding.getCharArraySize(characters, codePointToOneByteCodeMap); in getPtNodeCharactersSize()
65 if (characters.length > 1) size += FormatSpec.PTNODE_TERMINATOR_SIZE; in getPtNodeCharactersSize()
/packages/apps/Dialer/java/com/android/dialer/phonenumberproto/
Ddialer_phone_number.proto62 // This includes pause and wait characters, but strips other characters, so
/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
DStringResourceMap.java138 public void characters(char[] ch, int start, int length) { in characters() method in StringResourceMap.StringResourceHandler
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile17 # This tag specifies the encoding used for all characters in the config file
1402 # font does not include all possible unicode characters however, so when you need
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile17 # This tag specifies the encoding used for all characters in the config file
1402 # font does not include all possible unicode characters however, so when you need
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...