Searched refs:alphabet (Results 1 – 16 of 16) sorted by relevance
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/ |
D | pvmf_protocol_engine_common.cpp | 879 const char alphabet[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="; variable 904 out[index+3] = alphabet[(quad ? (val & 0x3f) : 64)]; in base64enc() 906 out[index+2] = alphabet[(trip ? (val & 0x3f) : 64)]; in base64enc() 908 out[index+1] = alphabet[val & 0x3f]; in base64enc() 910 out[index+0] = alphabet[val & 0x3f]; in base64enc()
|
/external/svox/pico/lib/ |
D | picodata.c | 908 picoos_uchar * inputPhones, picoos_uchar * alphabet, in picodata_mapPAStrToPAIds() argument 912 if (picoos_strcmp(alphabet, PICODATA_XSAMPA) == 0) { in picodata_mapPAStrToPAIds() 941 } else if (picoos_strcmp(alphabet, PICODATA_SVOXPA) == 0) { in picodata_mapPAStrToPAIds() 958 (picoos_char *) "alphabet not supported (%s)", alphabet); in picodata_mapPAStrToPAIds()
|
D | picodata.h | 581 picoos_uchar * alphabet,
|
D | picotok.c | 366 …ramPhonesStr (MarkupParams params, picoos_uchar paramId[], picoos_uchar alphabet[], picoos_uchar p… in tok_getParamPhonesStr() argument 377 if (tok_strEqual(alphabet, PICODATA_XSAMPA) || tok_strEqual(alphabet, (picoos_uchar*)"")) { in tok_getParamPhonesStr()
|
D | picopr.c | 1330 picoos_uchar alphabet[32]; in pr_genCommands() local 1389 picoos_strlcpy(alphabet, PICODATA_SVOXPA, sizeof(alphabet)); in pr_genCommands() 1392 picoos_strlcpy(alphabet, PICODATA_SAMPA, sizeof(alphabet)); in pr_genCommands() 1400 …->xsampa_parser, pr->svoxpa_parser, pr->xsampa2svoxpa_mapper, lf->data, alphabet, pr->tmpStr1, siz… in pr_genCommands()
|
/external/webkit/WebCore/rendering/ |
D | RenderListMarker.cpp | 79 static String toAlphabetic(int number, const UChar* alphabet, int alphabetSize) in toAlphabetic() argument 90 letters[lettersSize - 1] = alphabet[number % alphabetSize]; in toAlphabetic() 93 letters[lettersSize - ++length] = alphabet[number % alphabetSize - 1]; in toAlphabetic()
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/ |
D | diffs | 208 /* size of input alphabet - should be size of ASCII set */ 216 /* size of input alphabet - should be size of ASCII set */
|
/external/icu4c/data/locales/ |
D | fr.txt | 2014 FONIPA{"alphabet phonétique international"} 2015 FONUPA{"alphabet phonétique ouralique"}
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 1851 % Be sure we're not beyond the end of the alphabet. 1854 alphabet}% 1864 % Be sure we're not beyond the end of the alphabet. 1867 alphabet}
|
/external/grub/docs/ |
D | texinfo.tex | 2533 % Be sure we're not beyond the end of the alphabet. 2536 alphabet}% 2546 % Be sure we're not beyond the end of the alphabet. 2549 alphabet}
|
D | grub.texi | 2464 A key must be an alphabet letter, a digit, or one of these symbols:
|
D | grub.info | 2276 A key must be an alphabet letter, a digit, or one of these symbols:
|
/external/bison/build-aux/ |
D | texinfo.tex | 2630 % Be sure we're not beyond the end of the alphabet. 2633 alphabet}% 2643 % Be sure we're not beyond the end of the alphabet. 2646 alphabet}
|
/external/libffi/ |
D | texinfo.tex | 2815 % Be sure we're not beyond the end of the alphabet. 2818 alphabet}% 2828 % Be sure we're not beyond the end of the alphabet. 2831 alphabet}
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 747 alphabet alf@bct
|
/external/webkit/WebCore/ |
D | ChangeLog-2007-10-14 | 68275 an alphabet array. Changed to match CSS 3 specification by using decimal numbering for
|