Home
last modified time | relevance | path

Searched refs:alphabet (Results 1 – 16 of 16) sorted by relevance

/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_common.cpp879 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/
Dpicodata.c908 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()
Dpicodata.h581 picoos_uchar * alphabet,
Dpicotok.c366 …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()
Dpicopr.c1330 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/
DRenderListMarker.cpp79 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/
Ddiffs208 /* 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/
Dfr.txt2014 FONIPA{"alphabet phonétique international"}
2015 FONUPA{"alphabet phonétique ouralique"}
/external/e2fsprogs/doc/
Dtexinfo.tex1851 % 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/
Dtexinfo.tex2533 % 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}
Dgrub.texi2464 A key must be an alphabet letter, a digit, or one of these symbols:
Dgrub.info2276 A key must be an alphabet letter, a digit, or one of these symbols:
/external/bison/build-aux/
Dtexinfo.tex2630 % 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/
Dtexinfo.tex2815 % 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/
Dlarge.ok747 alphabet alf@bct
/external/webkit/WebCore/
DChangeLog-2007-10-1468275 an alphabet array. Changed to match CSS 3 specification by using decimal numbering for